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: Strange build error (Xlib related)




> -----Original Message-----
> From: Seth Delackner [mailto:seth@jtan.com]
> Sent: Thursday, August 09, 2001 8:24 PM
> To: Suhaib Siddiqi
> Cc: 'cygwin-xfree@cygwin.com'
> Subject: Re: Strange build error (Xlib related)
> 
> On Thu, Aug 09, 2001 at 07:54:31PM -0400, Suhaib Siddiqi wrote:
> > > `XGetModifierMapping'
> >
> >
> > This function is not in libX11. You need to fix the code.
> 
> Then why does it appear in libX11.a and as an extern in libX11.h?
> Where IS it defined?


Well sorry my mistake

Yes it is in libX11.a, but still you need to figure out why is it not being
resolved and most probably fix your code.

libX11.a:ds00202.o:00000000 T _XGetModifierMapping
libX11.a:ds00202.o:00000000 I __imp__XGetModifierMapping
libXt.a:TMkey.o:         U _XGetModifierMapping

You can also try adding -lXt to linker, but I do not think it will help.

Suhaib


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