Displaying 6 results from an estimated 6 matches for "cursorfont".
2000 Mar 15
1
solaris without x
...aentry.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/cursorfont.h: No such file or directory
make[3]: *** [dataentry.d] Error 1
./configure --without-x --without-dataentry --disable-dataentry
this is what i get
make[3]: Entering directory `/servers/space/neuwirth/R/R-release/src/unix'
gcc -I. -I../include -I../../src/include -I../../src/include/R_ext -...
1999 Apr 19
2
A couple problems installing 0.64 (under linux, redhat 5.2)
...lude -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 file or directory"
Any idea where these headers are on a redhat system? I can't seem to
find them
in any of the usual places.
Thanks,
---------------------------
Barnet Wagman
wagman at enteract.com
1361 N. Hoyne, 2nd floor
Chicago, IL 60622
773-645-8369
---------------...
2000 Jan 12
1
compilation problem on linuxppc
...(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 greatly appreciated.
Bill Simpson
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html...
1998 Sep 30
4
R-beta: compiling R-0.62.3 on SuSe Linux
...ed 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 file or directory
>>make[3]: *** [dataentry.o] Error 1
>>make[3]: Leaving directory `/usr/local/R-0.62.3/src/unix'
>>make[2]: *** [build] Error 2
>>make[2]: Leaving directory `/usr/local/R-0.62.3/src'
>>make[1]: *** [R] Error 2
>>make[1]: Leavi...
1999 Apr 22
2
R compiling on SOLARIS 2.6
...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 file or directory
make[2]: *** [dataentry.o] Error 1
make[2]: Leaving directory `/usr/local/R-0.64.0/src/unix'
make[1]: *** [R] Error 1
make[1]: Leaving directory `/usr/local/R-0.64.0/src'
make: *** [R] Error 1
Anybody have any ideas on how to make R compile cleanly?...
2010 Oct 19
1
X11 Cursor's in Wine Applications
Ok I know I can get X11 theme'd cursor in wine with this code for mouse.c:
+#include <X11/cursorfont.h>
/***********************************************************************
* SetCursor (X11DRV.@)
@@ -961,14 +963,19 @@
/* set the same cursor for all top-level windows of the current thread
*/
wine_tsx11_lock();
- cursor = create_cursor( data->display, lpCursor );
+
+ /...