Problem building setup.exe (zlib.h not found)

2005-04-17 Thread Daniel Einspanjer
I'm trying to build setup.exe from source. I ran into the same problem mentioned by a thread back in 2003 where using a windows cvs.exe instead of the cygwin one caused configure to fail, and I made it past that, but now make is failing because it can't find zlib.h. This is the first cygwin based

Re: Problem building setup.exe (zlib.h not found)

2005-04-17 Thread Daniel Einspanjer
Exactly what I needed to know. Thanks muchly. :) On 4/17/05, Brian Dessent <[EMAIL PROTECTED]> wrote: > Daniel Einspanjer wrote: > > > troubleshoot why g++ can't find zlib.h (obviously, I double checked to > > make sure the zlib package is installed). > >

Re: Problem building setup.exe (zlib.h not found)

2005-04-17 Thread Daniel Einspanjer
Max, sorry for not RTFMing closely enough. I knew I had bz2 and zlib libraries installed so I didn't click on the mingw prefix until Brian highlighted it. On 4/17/05, Daniel Einspanjer <[EMAIL PROTECTED]> wrote: > Exactly what I needed to know. Thanks muchly. :) > > On 4/