This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610


Vijay schrieb:

> the same errors.

So make it:
#ifndef __CYGWIN__
#ifdef __EMX__
[...]
#endif
#endif
#ifdef __CYGWIN__
#define PR_(foo) ___##foo
#define PT_(foo,func) ___##foo,##func
#endif

and remove all the lines beginning with 'SIZE' and all the '.type' lines.
I don't see '.comm' in the CVS source.


Gerrit
-- 
=^..^=



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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