similar to: R build on i86pc Solaris 2.7 (PR#677)

Displaying 20 results from an estimated 1000 matches similar to: "R build on i86pc Solaris 2.7 (PR#677)"

2000 Sep 08
2
Installing R from source ? (PR#655)
Full_Name: Jens Nieschulze Version: R-1.1.1 OS: sparc sun solaris 2.7 Submission from: (NULL) (134.76.192.150) I tried to install R today and got the following at the first try rbitmap.c:239: parse error before `jmp_buf' rbitmap.c:239: warning: no semicolon at end of struct or union rbitmap.c: In function `my_error_exit': rbitmap.c:257: dereferencing pointer to incomplete type
2000 Jun 19
1
Problem compiling R-1.1.0
I just downloaded R-1.1.0.tgz and attempted installation as usual with ./configure ./make Everything run fine until I hit the following error: gcc -I. -I../../../src/include -I../../../src/include -I../../../src/include/R_ext -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -mieee-fp -D__NO_MATH_INLINES -fPIC -g -O2 -c rbitmap.c -o rbitmap.o rbitmap.c:239: parse error
2000 Oct 24
1
installation problems with rbitmap.c (PR#703)
Full_Name: Markus Loecher Version: 1.1.1 OS: Solaris Submission from: (NULL) (129.73.1.1) When trying to install R on a Sun SPARC, make fails in the very end, here is the error message: rbitmap.c:239: parse error before `jmp_buf' rbitmap.c:239: warning: no semicolon at end of struct or union rbitmap.c: In function `my_error_exit': rbitmap.c:257: dereferencing pointer to incomplete type
2000 Jun 23
1
install R-1.1.0 in Suse 6.0
Dear all: I tried to install R-1.1.0 im my Suse 6.0 linux box. My first step is: ./configure -with-f2c after i do > make command and i have the following error message: ############# error message make[5]: `Makedeps' is up to date. make[5]: Leaving directory `/root/R-1.1.0/src/unix/X11' make[5]: Entering directory `/root/R-1.1.0/src/unix/X11' gcc -I. -I../../../src/include
2003 May 26
1
Problem with a 64bit R on HP-UX]
Greetings, We are trying to compile a 64bit version of R (1.7.0) on HP-UX (11.11), but are running into some problems. The following relevant filesets are installed: B3901BA B.11.11.04 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800) B3909DB B.11.11.60 HP Fortran 90 Compiler and associated products (S800) B3913DB C.03.33.01 HP aC++ Compiler (S800) This is our configure step:
2000 Aug 17
2
Install Error on SGI Irix 6.5 (PR#637)
Hi, I'm using R since Version 0.99 on a SGI Indigo 2 with Irix 6.5. I could compile all Versions of R until 1.1.0. When I try to compile Version 1.1.0 or 1.1.1 I get an error in the directory /R-1.1.1/src/unix/X11. Trying to compile the file rbitmap.c in this directory with the gcc compiler command gcc -I. -I../../../src/include -I../../../src/include -I../../../src/include/R_ext
2001 May 28
1
Undeclared identifier in make compilation (PR#951)
Full_Name: Nick Guoth Version: 1.2.3 OS: SunOS 5.8 Generic_108528-03 Submission from: (NULL) (150.203.33.227) >From running the make, the following error occurs: gcc -I. -I../../../src/include -I../../../src/include -I/opt/x11r6.3/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c rbitmap.c -o rbitmap.o rbitmap.c: In function `R_SaveAsPng': rbitmap.c:169:
2003 Mar 06
2
compiling R on sparc-solaris
Hello, I am trying to compile the R package on a sun. I get the error message rbitmap.c: In function 'my_png_error': rbitmap.c:73: structure has no member named 'jmpbuf' rbitmap.c: In function 'R_SaveAsPng': rbitmap.c:122: structure has no member named 'jmpbuf' make[4]:*** [rbitmap.lo] Error 1 Has anyone encountered this problem? Any solutions? Is there are
2006 Feb 09
1
make: Target `all' not remade because of errors. (PR#8585)
Full_Name: Je Cade Version: R-2.2.1 OS: RedHat 9 Submission from: (NULL) (129.49.108.173) I followed the instructions. tar -xvf, configure, then make. I get these error messages at the end of make and with make check. ================================================================== ================================================================== In file included from rbitmap.c:45:
2005 Apr 12
1
one suggestion for R-admin
Just one minor point about building bitmap.dll on Windows in doc/manual/R-admin.texi: In lines 601-605: @item You need @code{libpng} and @code{jpeg} sources (available, e.g., from @url{http://www.libpng.org}, @url{ftp://ftp.uu.net/graphics/}[png,jpeg]. You will need files @file{libpng-1.2.8.tar.gz} and @file{jpegsrc.v6b.tar.gz} or later. and lines 699-707: The file
2010 Nov 08
2
incorrect DLL path for Rbitmap.dll on Windows
Hello, I think there is a problem in recent devel builds of R on Windows with various devices from the grDevices package. For example: > capabilities() jpeg png tiff tcltk X11 aqua http/ftp sockets TRUE TRUE TRUE TRUE FALSE FALSE TRUE TRUE libxml fifo cledit iconv NLS profmem cairo TRUE FALSE TRUE TRUE
2005 Nov 25
1
Problems compiling R under AIX 4.3
Hi, I have problems compiling R 2.2.0 under AIX 4.3 with GCC and xlf95 (FORTRAN) Compilers. here the error message I got: make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' make[1]: `Makedeps' is up to date. make[1]: Leaving directory `/home/mau/sy/R-2.2.0/src/modules/X11' make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' /usr/local/bin/gcc
2004 Dec 08
1
install bug with specific JPEG library by exporting CPPFLAGS variable
Hi there, I think I have found a small problem in the "/my/path/R-2.0.1/src/modules/X11/MakeFile" generation. During the configure step, I have specified a specific JPEG library by exporting CPPFLAGS variable. All compilation works well for individual files in the src/modules/X11/ directory, but when linking, the -ljpeg option doesn't work. I obtain the following message (in french
2005 Jan 18
1
X11 installation problem Linux X86_64
Hello all, This is my first time posting, so forgive my ignorance. I've searched high and low but haven't come across the specific answer to my questions. configure runs fine, then make gives this error: ... gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl -lncurses -lm /usr/bin/ld:
2009 Sep 26
1
Rtools210 missing jpeg-7?
Hi, I just built r49839 on my windoze machine with Rtools210. When I do -make bitmapdll-, it errors saying file jpeg-7/jconfig.h not found (apologies, I lost the exact error message). After downloading and unpacking jpegsr7.zip, the bitmap dll builds fine. Rtools210 appears to still install jpeg-6b, whereas the bitmap makefile (first line) is expecting jpeg-7. Perhaps this is still experimental
2005 May 13
1
R make errors
I tried to install the latest version of R (2-1.0)in anAIX machine. I was able to tar, and configure with no errors. However, when I said make, I got the following errors: gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 ld: 0711-317 ERROR: Undefined symbol:
2006 Feb 09
0
make: Target `all' not remade because of errors.
Hi: I don't know if it is a bug or what? I followed instructions. Jean R version: R-2.2.1 OS: Linux RedHat 9 I followed the instructions. tar -xvf, configure, then make. I get these error messages at the end of make and with make check. ================================================================== ================================================================== In file
2006 Oct 31
0
6272580 gcc and i86pc/os/biosdisk.c don''t get along
Author: jg Repository: /hg/zfs-crypto/gate Revision: 1eea8d0cc1d620a02c73c31c9f9d06b7bb5a9d7f Log message: 6272580 gcc and i86pc/os/biosdisk.c don''t get along 6272687 gcc and cmd/rcm_daemon don''t get along Files: update: usr/src/cmd/rcm_daemon/common/rcm_lock.c update: usr/src/cmd/rcm_daemon/common/rcm_main.c update: usr/src/lib/librcm/librcm_event.c update:
2004 Aug 05
1
Windows build
I've tried building R in Windows and had trouble compiling Bitmap.dll (make bitmapdll) and the docs (make docs). See make output below: E:\R\R-1.9.1\src\gnuwin32>make bitmapdll make -C bitmap make[1]: Entering directory `/cygdrive/e/R/R-1.9.1/src/gnuwin32/bitmap' make[3]: `libz.a' is up to date. make[3]: scripts/makefile.std: No such file or directory make[3]: *** No rule to make
2006 Oct 31
0
6355953 assertion failed: cpu == CPU, file: ../../i86pc/vm/hat_i86.c, line: 925
Author: josephb Repository: /hg/zfs-crypto/gate Revision: a7256e6fc6d5094d31595a39cc002260a2f0dd55 Log message: 6355953 assertion failed: cpu == CPU, file: ../../i86pc/vm/hat_i86.c, line: 925 Files: update: usr/src/uts/common/os/zone.c