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


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

RE: compile problems Xutf8TextListToTextProperty not defined


 
X uses nothing from /usr/include/w32api.  
xutf8xxxx misisng symbol was because exported symbols for each library
are defined in XXX-def.cpp  (e.h lib/X11/X11-def.cpp for X11, and GL-def.cpp
for libGL).  In case of a missing symbol, add it to corresponding
XXX-def.cpp file, recompile and you should be fine...

Suhaib


-----Original Message-----
From: Robert Collins
To: cygwin-xfree@cygwin.com
Sent: 2/21/2001 7:20 PM
Subject: FW: compile problems Xutf8TextListToTextProperty not defined



> -----Original Message-----
> From: Kevin Wright [mailto:kevin@wright.org]
> Sent: Thursday, February 22, 2001 10:23 AM
> To: Robert Collins
> Subject: RE: compile problems Xutf8TextListToTextProperty not defined
> 
> 
> Rob,
> 
> Thanks for pointing that out. When they were discussing this
> change on the list it sounded like a great idea...
> 
> OTOH, even though this is marked as experimental, I think they
> are planning on making this type of change permanent. In
> which case, the makefiles (actually, I think it's the cygwin.cf
> for imake) for Xfree86 will have to be updated. Another 
> possibility is to set an environment variable. I coudn't figure
> out a way to make this work. It seems the makefiles don't pick
> up any environment variables.
> 
> --Kevin
> 
> > -----Original Message-----
> > From: Robert Collins [mailto:robert.collins@itdomain.com.au]
> > Sent: Wednesday, February 21, 2001 4:30 PM
> > To: Kevin Wright; Cygwin Xfree Mailing List
> > Subject: RE: compile problems Xutf8TextListToTextProperty 
> not defined
> > 
> > 
> > 
> > > -----Original Message-----
> > > From: Kevin Wright [mailto:kevin@wright.org]
> > > Sent: Thursday, February 22, 2001 8:23 AM
> > > To: Cygwin Xfree Mailing List
> > > Subject: RE: compile problems Xutf8TextListToTextProperty 
> not defined
> > > 
> > > 
> > > Suhaib,
> > > 
> > <snip>
> > > 
> > > The bad news is that due to changes in cygwin's compiler 
> > > (version 2.95.2-7), the windows header files aren't found by 
> > > default. I had to change the makefiles for the dll's to gcc 
> > > -mwin32 to get this to work. IIRC, they recently went from 
> > > -DWIN32 being the default to having to use -mwin32 to get the 
> > > windows headers. Also the these files are now located in 
> > > /usr/include/w32api. (gcc 2.95.2-8 is due out soon, so this 
> > > might change again)
> > > 
> > 
> > Kevin, this is due to you downloading the "experimental" gcc. Gcc
> > 2.95.2-7 is marked as experimental for cygwin's setup, and 
> by default
> > you would have got an older, more stable gcc.
> > 
> > Rob
> > 
> 


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