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


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]