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]

RE: RE: More Compile Problems



> ../../programs/Xserver/hw/xfree86/common/libxf86.a(xf86Io.o)(.
> text+0x479):xf86Io.c: undefined reference to `xf86KbdOff'
> collect2: ld returned 1 exit status
> make[3]: *** [XFree86.exe] Error 1
> 
> Your 2^ patch solve it?

Change the cards drivers in xf86.cf from YES to NO.  You should not
be compiling xfree86.exe and executing, unless you got some extra
$$$ and want to damage your video card.

We use the needed stuff from xfree86 sources to build our own server which
is now part of XFree86 tree.

Suhaib

> 
> Bye Daniele	
> > 
> > 
> > >I checked out the XFree86 tree from the CVS Archive
> > 
> > Not a good idea to try compiling XFree86 from CVS until you have
> > successfully compiled the source tarballs for 
> Cygwin/XFree86 located at:
> > ftp://mirrors.rcn.net/pub/sourceware/cygwin/xfree/xc-4-src/4.0.3/
> > 
> > Those sources are correct except for two patches that you 
> need to make:
> > 1) In xc/programs/Xserver/Xext/xvmc.c, change line 16 from
> > 	#include "X11/extensions/XvMC.h"
> > 	to
> > 	#include "include/extensions/XvMC.h"
> > 2) In xc/config/cf/cygwin.cf, change line 160 (or close to it) from
> > 	#define XVirtualFramebufferServer YES
> > 	to
> > 	#define XVirtualFramebufferServer NO
> > 
> > Build that tree... learn it... love it... patch it :)
> > 
> > Harold
> > 
> > 
> ----------------------------------------------
> Virgilio Mail - Il tuo indirizzo E-mail gratis
> http://mail.virgilio.it
> 
> 


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