Re: Build failure on Cygwin
Christopher Faylor <[email protected]>
| Newsgroups | gmane.comp.debugging.insight |
|---|---|
| Message-ID | <[email protected]> |
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