search for: dataentry

Displaying 20 results from an estimated 118 matches for "dataentry".

2000 Mar 15
1
solaris without x
i am trying to compile the current release on solaris 8. i do not have a complete x installation on my server. so i tried ./configure --without-x this is what i get making dataentry.d from dataentry.c In file included from dataentry.c:28: dataentry.h:22: X11/X.h: No such file or directory dataentry.h:23: X11/Xlib.h: No such file or directory dataentry.h:24: X11/Xutil.h: No such file or directory dataentry.h:25: X11/keysym.h: No such file or directory dataentry.h:26: X11/cursor...
2005 Jan 18
1
Build problem with R-1.4.1 on AM64/Linux
...the following errors while building R-1.4.1 on AMD64/Linux (SuSE 9.1). R-2.0.1 compiles fine though. I'm building R-1.4.1 because I need to install SNet (available at http://cm.bell-labs.com/cm/ms/departments/sia/InternetTraffic/S-Net/SNet_1.0.zip). The errors I get are: In file included from dataentry.c:34: /usr/X11R6/include/X11/Xlib.h:1400: error: parse error before "_Xconst" /usr/X11R6/include/X11/Xlib.h:1488: error: parse error before "char" This happens a lot of times in various places in file dataentry.c dataentry.c: In function `GetKey': dataentry.c:1249: warnin...
2004 May 03
2
Build problems on Linux SuSE 9.1
...failed with the following error messages: make[4]: Entering directory `/home/lederer/Source/R-1.9.0/src/modules/X11' gcc -I. -I../../../src/include -I../../../src/include -I/usr/X11R6/include -I/us r/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c d ataentry.c -o dataentry.lo In file included from dataentry.c:31: /usr/X11R6/include/X11/Xlib.h:1400: error: parse error before "_Xconst" /usr/X11R6/include/X11/Xlib.h:1488: error: parse error before "char" /usr/X11R6/include/X11/Xlib.h:1516: error: parse error before "_Xconst" /usr/X11R6/incl...
2003 Jan 15
2
compile problems on solairs 8
...a Solaris 8 machine. It sees to have problems with an X11 module. Here is the relevant output: make[4]: Entering directory `/pkg-ling/src/R-1.6.2/src/modules/X11' gcc -I. -I../../../src/include -I../../../src/include -I/pkg/X11R5/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dataentry.c -o dataentry.lo dataentry.c: In function `doSpreadKey': dataentry.c:1194: `XK_Page_Up' undeclared (first use in this function) dataentry.c:1194: (Each undeclared identifier is reported only once dataentry.c:1194: for each function it appears in.) dataentry.c:1198: `XK_Page_Down' undec...
1999 Apr 19
2
A couple problems installing 0.64 (under linux, redhat 5.2)
...here. The only flag I use to create shared libs is '-shared', but adding that to config.site not make the warning go away. (2) Apparently there are some X headers that make is not finding. Make generates the (terminal) error: " ... gcc -O3 -I../include -I../../src/include -ansi -c dataentry.c In file included from dataentry.c:24: dataentry.h:22: X11/X.h: No such file or directory dataentry.h:23: X11/Xlib.h: No such file or directory dataentry.h:24: X11/Xutil.h: No such file or directory dataentry.h:25: X11/keysym.h: No such file or directory dataentry.h:26: X11/cursorfont.h: No such f...
1999 Apr 22
2
R compiling on SOLARIS 2.6
...gure --prefix=/usr/local --x-includes=/usr/openwin/include --x-libs=/usr/openwin/lib Compiling R gives these errors make[2]: Leaving directory `/usr/local/R-0.64.0/src/nmath' make[2]: Entering directory `/usr/local/R-0.64.0/src/unix' gcc -g -O2 -I../include -I../../src/include -c dataentry.c In file included from dataentry.c:24: dataentry.h:22: X11/X.h: No such file or directory dataentry.h:23: X11/Xlib.h: No such file or directory dataentry.h:24: X11/Xutil.h: No such file or directory dataentry.h:25: X11/keysym.h: No such file or directory dataentry.h:26: X11/cursorfont....
2000 Jan 12
1
compilation problem on linuxppc
I am trying to install R-.90 on a powermac (4400) running linuxppc-1999. This is a variant of RedHat. ./configure goes OK make goes OK until it gets to dataentry.h. Then it reports that it can't find some .h files. dataentry.h 22 X11/X.h dataentry.h 22 X11/Xlib.h dataentry.h 22 X11/Xutil.h dataentry.h 22 X11/keysym.h dataentry.h 22 X11/cursorfont.h I have installed X, but this seems to indicate that something went wrong in the X installation? Any help...
2004 May 19
2
R 1.90 make problem with /usr/X11R6/include/X11/Xutil.h on suse linux 9.1?
...Leaving directory `/home/rossl/src/R-1.9.0/src/modules/X11' make[4]: Entering directory `/home/rossl/src/R-1.9.0/src/modules/X11' gcc -I. -I../../../src/include -I../../../src/include -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c dataentry.c -o dataentry.lo In file included from dataentry.c:31: /usr/X11R6/include/X11/Xlib.h:1400: error: parse error before "_Xconst" /usr/X11R6/include/X11/Xlib.h:1488: error: parse error before "char" /usr/X11R6/include/X11/Xlib.h:1516: error: parse error before "_Xconst"...
1999 Dec 29
1
Segfault in dataentry() (PR#391)
> dataentry(0,0) Program received signal SIGSEGV, Segmentation fault. 0x808991c in duplicate (s=0x0) at ../../../R/src/main/duplicate.c:42 42 switch (TYPEOF(s)) { Apparently that one doesn't get trapped by the no-segfault checks. Martin? (It's not too high priority to fix, but confusing data.en...
2004 Jun 20
1
linux: compilation problems with gcc 3.3.3 and xorg (PR#6992)
...Entering directory `/root/ports/r/work/src/R-1.9.0/src/modules/X11' /usr/bin/ccache-gcc -I. -I../../../src/include -I../../../src/include -I/usr/X11 R6/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -f PIC -O3 -march=athlon-xp -pipe -fomit-frame-pointer -c dataentry.c -o dataentry .lo In file included from dataentry.c:31: /usr/X11R6/include/X11/Xlib.h:1400: error: parse error before "_Xconst" /usr/X11R6/include/X11/Xlib.h:1488: error: parse error before "char" /usr/X11R6/include/X11/Xlib.h:1516: error: parse error before "_Xconst&...
1998 Sep 30
4
R-beta: compiling R-0.62.3 on SuSe Linux
...run 'make' and this resulted in failure messages of which I include the following: >>make[3]: Leaving directory `/usr/local/R-0.62.3/src/appl' >>cd unix; make >>make[3]: Entering directory `/usr/local/R-0.62.3/src/unix' >>gcc -g -O2 -I../../src/include -c dataentry.c >>In file included from dataentry.c:24: >>dataentry.h:22: X11/X.h: No such file or directory >>dataentry.h:23: X11/Xlib.h: No such file or directory >>dataentry.h:24: X11/Xutil.h: No such file or directory >>dataentry.h:25: X11/keysym.h: No such file or directory &gt...
2001 Jul 11
0
Question.
...Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11' make[4]: Entering directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11' gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dataentry.c -o dataentry.o dataentry.c: In function `doSpreadKey': dataentry.c:1195: `XK_Page_Up' undeclared (first use in this function) dataentry.c:1195: (Each undeclared identifier is reported only once dataentry.c:1195: for each function it appears in.) dataentry.c:1199: `XK_Page_Down' undecl...
2004 May 22
0
R-release.diff + R-1.9 -> success on Fedora Core 2, R RPM available; ess-emacs-5.1.20 also available
...t way to package this? pj ps: Here's the error that results if you do not patch R-1.9.0 on FC2: gcc -I. -I../../../src/include -I../../../src/include -I/usr/X11R6/include -I/usr/local/incl ude -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC -O2 -g -pipe -march=i386 -mcpu=i686 -c dataentry.c -o dataentry.lo In file included from dataentry.c:31: /usr/X11R6/include/X11/Xlib.h:1400: error: syntax error before "_Xconst" /usr/X11R6/include/X11/Xlib.h:1488: error: syntax error before "char" /usr/X11R6/include/X11/Xlib.h:1516: error: syntax error before "_Xconst&quo...
2004 May 04
1
Compilation errors (PR#6855)
...Free86 4.4.0. C library is GLIBC 2.3.2. \begin{errors} make[4]: Entering directory `/home/dimss/pub/software/R/R-1.9.0/src/modules/X11' gcc -I. -I../../../src/include -I../../../src/include -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c dataentry.c -o dataentry.lo In file included from dataentry.c:31: /usr/X11R6/include/X11/Xlib.h:1390: error: parse error before "_Xconst" /usr/X11R6/include/X11/Xlib.h:1478: error: parse error before "char" /usr/X11R6/include/X11/Xlib.h:1506: error: parse error before "_Xconst"...
2003 Sep 17
0
problems making R 1.7.1
Hi, I'm building R 1.7.1 in a SuSE 8.2 box with the updated compiler from SuSE (gcc 3.1.1-16) and I'm getting this error: making dataentry.d from dataentry.c In file included from /usr/X11R6/include/X11/keysym.h:73, from dataentry.c:36: /usr/X11R6/include/X11/keysymdef.h:1181:2: invalid preprocessing directive #d making devX11.d from devX11.c making rotated.d from rotated.c making rbitmap.d from rbitmap.c make[4]: Lea...
2004 May 01
1
will not compile on Fedora Core 2 Test 2 (PR#6844)
...first x11-employing application I've built on the machine.) make[4]: Entering directory `/home/kelley/src/R-1.9.0/src/modules/X11' gcc -I. -I../../../src/include -I../../../src/include -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC -g -O2 -c dataentry.c -o dataentry.lo In file included from dataentry.c:31: /usr/X11R6/include/X11/Xlib.h:1400: error: syntax error before "_Xconst" /usr/X11R6/include/X11/Xlib.h:1488: error: syntax error before "char" /
2004 May 19
1
Building R on Fedora Core 2 from the src rpm
Hi, The libtk8.3 dependencies in the R-1.9.0 rpm generate apt conflicts after an upgrade from Fedora Core 1 to Fedora core 2. In trying to rebuild the rpm from the source rpm provided on CRAN, the build fails when it comes time to compile src/modules/X11/dataentry.c you get many errors of the form : > In file included from dataentry.c:34: > /usr/X11R6/include/X11/Xlib.h:1400: error: syntax error before "_Xconst" > /usr/X11R6/include/X11/Xlib.h:1488: error: syntax error before "char" > /usr/X11R6/include/X11/Xlib.h:1516: error...
2004 Apr 21
1
fix for a minor build error in R-1.9.0 with XFree86 4.4.0 (PR#6805)
...ld R 1.9.0, I ran into a problem building the x11() device support under XFree86 4.4.0: make[4]: Entering directory `/home/john/build/R-1.9.0/src/modules/X11' gcc -I. -I../../../src/include -I../../../src/include -I/usr/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c dataentry.c -o dataentry.lo In file included from dataentry.c:31: /usr/X11R6/include/X11/Xlib.h:1389: parse error before "_Xconst" /usr/X11R6/include/X11/Xlib.h:1477: parse error before "char" /usr/X11R6/include/X11/Xlib.h:1505: parse error before "_Xconst" ... ma...
2002 Apr 11
1
segmentation violation when closing the data entry window (PR#1453)
...se ] If I close the data.entry() window using the Window manager, I get SIGSEGV. When debugging, the routine closewin() gets closed twice - on the first time, the window closes, the second time I get the error. This is with r-devel as of today, with "CFLAGS -g". I edited closewin() in dataentry.c to show me when it is called: void closewin(void) { printf("In routine closewin\n"); XFreeGC(iodisplay, iogc); XDestroyWindow(iodisplay, iowindow); XCloseDisplay(iodisplay); } % bin/R > x <- edit(data.frame()) The data frame pops up. I just click on the Window m...
2004 Feb 02
0
problem building R on HPUX 11.23
When building the X11 modules under HPUX 11.23 I get the following errors ld: Unsatisfied symbol "Rf_isNull" in file dataentry.lo ld: Unsatisfied symbol "Rf_length" in file dataentry.lo ld: Unsatisfied symbol "Rf_warningcall" in file devX11.lo ld: Unsatisfied symbol "UNIMPLEMENTED" in file dataentry.lo ld: Unsatisfied symbol "R_alloc" in file devX11.lo ld: Unsatisfied symbol "R_...