This is the mail archive of the insight@sourceware.org mailing list for the Insight 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: Build failure on Cygwin


On Thu, Apr 28, 2011 at 09:38:50AM -0700, mizo_hazem_2 wrote:
>
>Hi, 
>
>I have faced the same problem and I have solved it by adding the following
>line to the Makefile
>CFLAGS		=  -D__WIN32__  -D__INSIDE_CYGWIN__
>
>Hope this can help

Please don't do this.  It is definitely not the correct fix.  You should
never ever add __INSIDE_CYGWIN__ to a build that isn't building the
Cygwin DLL itself.

cgf


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