Re: X11/Xlib.h not found?

2002-04-08 Thread Alan Hourihane

On Mon, Apr 08, 2002 at 11:42:15 +1000, Robert Collins wrote:
 Are you interested in a patch to change remove most of the static vars
 from the WindowProcRoutine, and replace them with a lookup into the
 WindowPrivRec?
 
 This is essential for rootless mode (and in some respects the most
 instrusive code change), and also helps keep things clean for running
 multiple screens in the future...
 
Rob,

submit away !

Alan.



RE: X11/Xlib.h not found?

2002-04-08 Thread Harold L Hunt

Yes, that is essential.

Submit away, as Alan said.

Harold

Robert Collins [EMAIL PROTECTED] said:

 
 
  -Original Message-
  From: Harold Hunt [mailto:[EMAIL PROTECTED]] 
  Sent: Monday, April 08, 2002 1:20 PM
  To: Robert Collins; [EMAIL PROTECTED]
  Subject: RE: X11/Xlib.h not found?
  
  
  Rob,
  
  Yes, the cut down tree depends on the installed headers 
  because building the headers requires building the libraries, 
  which the BuildServersOnly (or something like that) flag 
  does.  We only build the servers because it keeps the builds quick.
 
 Thanks Harold, that was the key.
 
 Are you interested in a patch to change remove most of the static vars
 from the WindowProcRoutine, and replace them with a lookup into the
 WindowPrivRec?
 
 This is essential for rootless mode (and in some respects the most
 instrusive code change), and also helps keep things clean for running
 multiple screens in the future...
 
 Rob
 






X11/Xlib.h not found?

2002-04-06 Thread Robert Collins

Does the build recipe expect the X11 headers to be installed? The
following is a sample error (there are many similar ones) indicating
that X11/Xlib.h is not found, and I not thate /usr/X11R6/include is in
the include path. I don't have X currently installed.

If it needs those headers, and installing them is a safe bet, then I'm
happy to do that. It does seem strange to me that it looks at system
headers though..


Rob





rm -f wincutpaste.o
gcc -c -O2 -fno-strength-reduce -Wall -Wpointer-arith-I.
-I../../../../expor
ts/include/X11 -I../../../../include/fonts
-I../../../../programs/Xserve
r/fb -I../../../../programs/Xserver/mi
-I../../../../programs/Xserver/miext/
shadow -I../../../../programs/Xserver/miext/layer
-I../../../../program
s/Xserver/include -I../../../../programs/Xserver/os
-I../../../../in
clude/extensions -I../../../../exports/include/X11
-I../../../../program
s/Xserver/render -I../../../../programs/Xserver/randr  -I../../../..
-I../../../
../exports/include -I/usr/X11R6/include  -D__i386__
-DWIN32_LEAN_AND_MEAN -DX_LO
CALE -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE
-D_POSIX_C_SOURC
E=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DNO_ALLOCA -DSHAPE
-DXINPU
T -DXKB -DLBX -DXAPPGROUP -DXCSECURITY -DTOGCUP  -DXF86BIGFONT
-DRENDER -DR
ANDR -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH
-DXvExtension  -DXFr
ee86Server -DXF86VIDMODE -DXvMCExtension
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDE
BUG  -DFUNCPROTO=15 -DNARROWPROTO   -DAVOID_GLYPHBLT -DPIXPRIV
-DSINGLEDEPTH  -D
XvExtension  -DXFree86Server -DXF86VIDMODE -DXvMCExtension
-DX_BYTE_ORDER=X_L
ITTLE_ENDIAN -DDDXTIME -DFD_SETSIZE=256 -DDDXOSINIT -DDDXOSVERRORF
-DDDXOSFATALE
RROR  -DHAS_MMAP -UXFree86LOADER -UXF86DRI   wincutpaste.c
wincutpaste.c:50: X11/Xlib.h: No such file or directory
make[5]: *** [wincutpaste.o] Error 1