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]
Other format: [Raw text]

Re: [packages] gtk+, glib, imlib




I don't know about imlib but glib-1.2.10 and gtk+-1.2.10 compile OOTB. I built them to create a gvim locally. There was just one problem in
glib/gstrfuncs.c. There's an extern declaration for strsignal() which
collides with a Cygwin header. Just add a #ifndef __CYGWIN__ to the
extern declaration and you're done.

I just discovered that Steven's patches actually permitted to create DLLs also, fixed that small problem and some other small bugs too.

--
Lapo 'Raist' Luchini
lapo@lapo.it (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)




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