gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems and solution when building GNUstep-gui on windows from svn


From: Adam Fedor
Subject: Re: Problems and solution when building GNUstep-gui on windows from svn
Date: Thu, 8 May 2008 09:30:30 -0600

I had done this same sort of thing, but put the define in NSBitmapImageRep+JPEG.m, in order to get my windows installer working:

http://www.gnustep.org/experience/Windows.html

but I forgot to integrate the patch back into GNUstep, so now I've done this...


On May 8, 2008, at 9:04 AM, Thierry DELHAISE wrote:

So, to solve the problem edit you'r jmorecfg.h file.( in /mingw/ include) and add those lines in the first lines (after first comments) :

#if defined(__MINGW32__) && defined(_RPCNDR_H) && ! defined(HAVE_BOOLEAN)
#define HAVE_BOOLEAN
#endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]