Re: Building setup.exe: conflicting declarations of ssize_t

2011-09-09 Thread Christopher Faylor
On Wed, Sep 07, 2011 at 08:18:30AM -0400, Ken Brown wrote: On 9/6/2011 9:52 PM, Christopher Faylor wrote: On Sat, Sep 03, 2011 at 10:19:57PM -0400, Ken Brown wrote: Building setup.exe fails as follows: depbase=`echo archive.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\ i686-pc-mingw32-g++

Re: Building setup.exe: conflicting declarations of ssize_t

2011-09-07 Thread Ken Brown
On 9/6/2011 9:52 PM, Christopher Faylor wrote: On Sat, Sep 03, 2011 at 10:19:57PM -0400, Ken Brown wrote: Building setup.exe fails as follows: depbase=`echo archive.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\ i686-pc-mingw32-g++ -DPACKAGE_NAME=\setup\ -DPACKAGE_TARNAME=\setup\

Re: Building setup.exe: conflicting declarations of ssize_t

2011-09-06 Thread Christopher Faylor
On Sat, Sep 03, 2011 at 10:19:57PM -0400, Ken Brown wrote: Building setup.exe fails as follows: depbase=`echo archive.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`;\ i686-pc-mingw32-g++ -DPACKAGE_NAME=\setup\ -DPACKAGE_TARNAME=\setup\ -DPACKAGE_VERSION=\0\ -DPACKAGE_STRING=\setup\ 0\

Re: Building setup.exe

2003-08-20 Thread Max Bowsher
Mark Blackburn wrote: Where are the instructions for building setup? Are they in a FAQ somewhere or in the source tree? For that matter how do you figure out to get the source from cvs? I already know some of these answers ie: cvs -d :pserver:[EMAIL PROTECTED]:/cvs/cygwin-apps co setup cd

RE: Building setup.exe

2003-07-24 Thread Morrison, John
Max Bowsher wrote: John Morrison wrote: Hi Max, Please excuse me for writting to you off list, but I am trying to compile the setup app. Again. You are excused, Thanks :) since I definitely want to help people compile setup, but I'm redirecting to the list, as this is relevant there,

RE: Building setup.exe

2003-07-24 Thread Morrison, John
Max Bowsher wrote: Morrison, John wrote: Max Bowsher wrote: It seems the instructions are out of date. You need to run ./bootstrap.sh in setup (and it will recurse into libgetopt++). bootstrap.sh isn't executable as checkedout of cvs... Hmm. Just checked, and libgetopt++/bootstrap.sh

RE: Building setup.exe

2003-07-24 Thread Morrison, John
Max Bowsher wrote: Morrison, John wrote: Max Bowsher wrote: Morrison, John wrote: $ make release snipcompiling messages/snip windres --preprocessor gcc -mno-cygwin -E -xc-header -DRC_INVOKED --include-dir . -o res.o res.rc make: *** No rule to make target `zlib/libzcygw.a', needed by

Re: Building setup.exe

2003-07-23 Thread Max Bowsher
John Morrison wrote: Hi Max, Please excuse me for writting to you off list, but I am trying to compile the setup app. Again. You are excused, since I definitely want to help people compile setup, but I'm redirecting to the list, as this is relevant there, too. I've a full installation of