similar to: Cross-compile errors under R-2.4.0 and R-2.4.1

Displaying 20 results from an estimated 4000 matches similar to: "Cross-compile errors under R-2.4.0 and R-2.4.1"

2007 Jan 19
2
pcre library in R (PR#9319)
I have the same problem, trying to cross-compile. I'm running Ubuntu Edgy, kernel 2.6.17-10-generic, on an IBM T60. I downloaded the Makefile from CRAN and ran make CrossCompileBuild with the following error messages (also ran each make one at the time and the problem occurs in make R): ../extra/pcre/libpcre.a(pcre_dfa_exec.o):pcre_dfa_exec.c:(.text+0x1703): undefined reference to
2007 Jan 08
1
Cross-compilation of R and ld bug ?
Hello list, I would like to cross-compile R packages using R 2.4.0. I am working on Linux Debian and cross-compiled (windows binaries) without problems with older R version. I have used the doc of Yan and Rossini in the contributed section of the R documentation (same version of MinGW...). When I try to cross-compile R (make R), the procedure stopped and returns :
2006 Nov 14
2
Building R from source
Hello, I was trying to build R from source on Windows XP. I installed software which are mentioned from the follow web page http://www.murdoch-sutherland.com/Rtools/ (Last accessed on Nov. 13th, 2006) . Unfortunately, I got error messages whenever I run 'make all recommended' without modifying 'MkRules' file. I have removed software and reinstalled them several times but I still
2006 Dec 22
1
building R-package under windows - error - in options("deafultPackages") was not found
Dear all, I have been building R packages under windows on my old pc, successfully. Now I have bought a new pc, still running windows, and I am trying to build the same R packages as before, but now without the same success. I have installed the Rtools, perl, mingw and added them to the environment variables. I am running Windows XP Professional on a Thinkpad T60. I have installed R-2.4.1,
2015 Dec 17
5
Assistance much appreciated
I have been struggling with this error message - and think I finally understand it's context. Start Line by line debugging shows me the function works: ... > saveRDS(val, mapfile) > val $variables $variables$IANA_HTTP_status_code_db [1] 0 1256 $variables$IANA_URI_scheme_db [1] 1256 3458 $variables$table_of_HTTP_status_codes [1] 4714 830 $references named list() $compressed
2011 Feb 16
3
CentOS 5 on a Thinkpad T60 laptop
Hello, I'm considering buying a second-hand Thinkpad T60 (with 2 GB RAM), as a secondary laptop in order to run CentOS 5 on the field. My main focus is therefore to have something robust, reliable and above all well compatible with CentOS. Hibernate / suspend feature are important to me, because that's the main issue I have with CentOS on other laptops. I have found the following
2020 Jun 29
1
`basename` and `dirname` change the encoding to "UTF-8"
On 29/06/2020 10:39 a.m., Johannes Rauh wrote: > Dear R Developers, > > I noticed that `basename` and `dirname` always return "UTF-8" on Windows (tested with R-4.0.0 and R-3.6.3): > >> p <- "F??/B?r" >> Encoding(p) > [1] "latin1" >> Encoding(dirname(p)) > [1] "UTF-8" >> Encoding(basename(p)) > [1]
2020 Jun 30
1
`basename` and `dirname` change the encoding to "UTF-8"
On 6/29/20 4:39 PM, Johannes Rauh wrote: > Dear R Developers, > > I noticed that `basename` and `dirname` always return "UTF-8" on Windows (tested with R-4.0.0 and R-3.6.3): > >> p <- "F??/B?r" >> Encoding(p) > [1] "latin1" >> Encoding(dirname(p)) > [1] "UTF-8" >> Encoding(basename(p)) > [1] "UTF-8"
2006 Apr 17
5
Hardware compatibility - Dell Inspiron 6400 or thinkpad t60?
Hi, Since a while I am curious to buy a machine with hardware virtualization support. Finally, they start to become available here in Germany. So, I want to get such a machine. I want to buy a dell inspiron 6400 or an IBM thinkpad T60 which are said to have such a mobile processor with hardware virtualization - does anybody have experiences with these? Looking in the Hardware compatibility
2012 May 25
2
STABLE/9 SMP ACPI suspend/resume - video mode not being restored
Hi, I'm toying with the SMP/i386 ACPI suspend/resume patches in -9. Thanks so much for this! I've noticed though that the video backlight stays off after resume. A common problem on -9, so I set hw.acpi.reset_video=1. That restores the backlight. However, the video mode isn't restored. I have my console set to VGA_80x60 and the resume seems to set it up "wrong". I get half
2007 Sep 22
1
Using rsync with the iriver T60
I was about to ask how to get this to work, but I think I might have solved it with another last look down the documentation before I clicked on the send button. I have an annoying little problem known as the iriver T60 audio player. It plays Ogg files from my PC perfectly well, but only in the same order in which it thinks they were copied onto its flash memory. It makes no attempt to sort
2015 Sep 18
3
Use case question
I'm investigating the build out of a Push to Talk server with multiple subscribers as part of a mobile app. Has anyone seen this usecase with Icecast? Any suggestions or places to look. Thanks, *Orion Jensen* CEO | ClearLaunch 1408 East 13th Street | Austin, TX 78702 Skype: orion.jensen | Mobile: 1.512.270.3976 orionjensen at ClearLaunch.com <peyton at clearlaunch.com> |
2020 Jun 24
3
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
Hi Tomas, Sorry for the false alarm! I did some further testing, and you were right. There was no regression. I suspected it was a regression because the user who reported the issue said his code worked in R 3.6 but not 4.0. I should have tested it more carefully by myself. After I tested it again with the German locale and Chinese locale, respectively, I found that the code worked for both
2013 Nov 28
1
Samba4 git pull (11/28/2013) won't compile on FreeBSD 9.2
[2799/3801] Compiling source3/locking/locking.c [2800/3801] Compiling source3/locking/brlock.c ../source3/locking/brlock.c: In function 'brl_get_locks_readonly_parser': ../source3/locking/brlock.c:2071: error: expected expression before 'struct' ../source3/locking/brlock.c:2071: warning: assignment makes pointer from integer without a cast ../source3/locking/brlock.c: In function
2015 Dec 17
3
Assistance much appreciated
On 17/12/2015 9:06 AM, Michael Felt wrote: > More experimenting with calling commands: > > tools:::foobar() > Error: Line starting 'Package: tools ...' is malformed! > > tools::foobar() > Error: Line starting 'Package: tools ...' is malformed! These both do a loadNamespace("tools"). > > Tools:::foobar() > Error in loadNamespace(name)
2007 Mar 21
2
newbie upgrade from 2.4.0 to 2.4.1 question
Hi, I am new to R. I installed version 2.4.0 some time ago and I find that some packages I want to use require 2.4.1. I am using Windows XP. Do I need to uninstall R first before running the setup file for 2.4.1 or does the setup file "do the right thing"? --Mark.
2007 Feb 19
1
Installing Rmpi on FC5 with lam
After several trial and error attempts, I managed to install the Rmpi package without error on my Linux machine, running Fedora 5. I installed lam-7.1.2, lam-devel-7.1.2 and R-2.4.1, R-devel-2.4.1 The Package Rmpi_5.0-3.tar.gz, I installed once from within R and once from the command line to make sure, I link the right libraries: R CMD INSTALL Rmpi_5.0-3.tar.gz
2007 May 02
2
NAs introduced by coercion in dist()
I work with Windows and use R version 2.4.1. I am JUST starting to learn this program... I get this warning message 'NAs introduced by coercion' while trying to build a distance matrix (to be analyzed with NMDS later) from a 336 x 100 data matrix. The original matrix has lots of zeros and no missing values, but I don't think this should matter. I searched this forum and people have
2007 Jul 11
1
MOH stop and resume when i hold
Hi list, I have a strange comportment of the MOH system on my asterisk. When i respond to a call and after fews second i set this call in hold mode the correspondent listen the music fine. When i re-take my correspondent at T0 instant the music is paused. And when i re-hold him at T60 (60 second later) the sound is always at T0 when he was stopped at T0. So the music is stopped and don't
2013 Aug 08
1
syslinux 5.x, 6.x gpxlinux.0 forces reboot on some devices
On some devices (ThinkPad T60 - but not T61, kvm images, Intel board D865GBF) gpxelinux.0 is the last file downloaded from tftp server then the device reboots. This does not happen with SYSLINUX v4.06. Any ideas. Herwig