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

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

2005-04-17 Thread Max Bowsher
Daniel Einspanjer wrote: 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

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

2005-04-17 Thread Brian Dessent
Daniel Einspanjer wrote: troubleshoot why g++ can't find zlib.h (obviously, I double checked to make sure the zlib package is installed). setup is a mingw program, you need mingw-zlib and mingw-bzip2. (the source for these libraries used to be bundled, but if you're using a recent CVS

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). setup is a mingw program, you need mingw-zlib

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/17/05, Brian Dessent [EMAIL

Problem building Setup.exe

2003-07-25 Thread Christian Gross
Hello I downloaded the Setup.exe program from the CVS sources. Then in order I did the following: ./bootstrap ./setup/configure -C --enable-dependencies --disable-shared --host=i686-pc-mingw32 --build=i686-pc-cygwin 'CC=gcc -mno-cygwin' 'CXX=g++ -mno-cygwin' --enable-maintainer-mode The

Re: Problem building Setup.exe

2003-07-25 Thread Christian Gross
Check that libgetopt++/bootstrap.sh is executable, if it is, sorry, I don't know. If it's not, to quote StarTrek TNG, make it so then start again from the setup/bootstrap.sh Yupe it is and was. I even downloaded a clean copy and did a chmod for good measure. Hope this helps! I've only just

Re: Problem building Setup.exe

2003-07-25 Thread Max Bowsher
Christian Gross wrote: Check that libgetopt++/bootstrap.sh is executable, if it is, sorry, I don't know. If it's not, to quote StarTrek TNG, make it so then start again from the setup/bootstrap.sh Yupe it is and was. I even downloaded a clean copy and did a chmod for good measure.

Re: Problem building Setup.exe

2003-07-25 Thread Igor Pechtchanski
On Fri, 25 Jul 2003, Christian (SerpentMage) wrote: On Fri, 25 Jul 2003, Christian Gross wrote: Hello I downloaded the Setup.exe program from the CVS sources. Then in order I did the following: ./bootstrap ./setup/configure -C --enable-dependencies --disable-shared

Re: Problem building Setup.exe

2003-07-25 Thread Christian (SerpentMage)
At 12:39 25/07/2003 -0400, Igor Pechtchanski wrote: On Fri, 25 Jul 2003, Christian (SerpentMage) wrote: FYI, I was able to CVS checkout and build setup from scratch just now by using the command sequence below (with the exact output). I'm also attaching my cygcheck -c output, just in case, so