This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Updated: XFree86-xserv-4.3.0-66


Harold:I tried the build method you described, but I get an error:

I get:
...
making all in programs/Xserver/xkb...
make[1]: Entering directory `/usr/src/xc/.build/programs/Xserver/xkb'
make[1]: *** No rule to make target `/xkmread.c', needed by `xkmread.c'.  
Stop.
make[1]: Leaving directory `/usr/src/xc/.build/programs/Xserver/xkb'
make: *** [xkb] Error 2

Seems to be something to do with the BuildXKBlib macro. Probably 
caused by the lines in config/cf/X11.tmpl:

#define BuildXKBfilelib              (BuildXKB && !BuildServersOnly)
....
#if BuildXKBlib
    XKBFILELIBSRC = $(LIBSRC)/xkbfile
....

I tried adding the line:
XKBFILELIBSRC = $(LIBSRC)/xkbfile
To xc/CYGWIN-PATCHES/hosts.def.in

and building again. Which gives me an XWin.exe that appears to work (I 
haven't tested it much yet). 

I find the X build system (like many other build systems) completely 
bewildering so that's as far as I got. Did I do the right thing?

Lev








Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]