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: Xmuu library does not compile


I can't see it in CVS at the moment.

But, Why would you want to use snprintf from X, when it's best to use the one
from your own C libraries ?

Alan.

On Fri, Apr 20, 2001 at 06:48:28AM -0400, Suhaib Siddiqi wrote:
> Too late.  It had been fixed.  It was a missing INCLUDE in Imakefile.
> The Xmuu library is a newer addition to XF86 therefore there was
> not Xmuu-def.cpp for Cygwin.  All fixed in CVS and also in sources tarball
> at
> Cygwin/Xfree86
> 
> Suhaib
> 
> > -----Original Message-----
> > From: Alan Hourihane [mailto:alanh@fairlite.demon.co.uk]
> > Sent: Friday, April 20, 2001 4:34 AM
> > To: cygwin-xfree@cygwin.com
> > Subject: Re: Xmuu library does not compile
> > 
> > 
> > On Fri, Apr 13, 2001 at 03:07:15PM -0400, John Fortin wrote:
> > > I found the first problem.
> > > 
> > > #1: $(MISC_INCLUDES) needs to be add to $(ALLINCLUDES).  
> > this fixes the
> > > #include snprintf.c problem.
> > > 
> > > However, how do you code that in the Imakefile?
> > > 
> > > #2: there is no Xmuu_def.cpp file and I haven't a clue as 
> > to how to make
> > > one.
> > > 
> > I suspect the better solution here is to define 
> > 
> > #define HasSnprintf
> > 
> > in the cygwin.cf file. The /usr/lib/libc.a certainly has it and will
> > alleviate this problem and use snprintf in the other 
> > libraries that use it
> > too.
> > 
> > Alan.
> > 


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