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|[^/]

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\" -

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\"

Building setup.exe: conflicting declarations of ssize_t

2011-09-03 Thread Ken Brown
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\" -DPACKA

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 <[

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 ming

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 checko

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 is

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: 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

Building setup.exe

2003-08-20 Thread Mark Blackburn
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 setup ./bootstrap.sh cd .. mkdi

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 y

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

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 measu

Re: Problem building Setup.exe

2003-07-25 Thread Igor Pechtchanski
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 --host=i686-pc-mingw32 > --build=i686-pc-cygwin 'CC=gcc -mno-cygwin

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 jus

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 bootstr

Re: Building setup.exe

2003-07-24 Thread Max Bowsher
Morrison, John wrote: > Max Bowsher wrote: >> Morrison, John wrote: >>> Max Bowsher wrote: Morrison, John wrote: > $ make release > compiling messages > > windres --preprocessor "gcc -mno-cygwin -E -xc-header -DRC_INVOKED" > --include-dir . -o res.o res.rc > make: ***

RE: Building setup.exe

2003-07-24 Thread Morrison, John
Max Bowsher wrote: > Morrison, John wrote: >> Max Bowsher wrote: >>> Morrison, John wrote: $ make release compiling messages windres --preprocessor "gcc -mno-cygwin -E -xc-header -DRC_INVOKED" --include-dir . -o res.o res.rc make: *** No rule to make target `zlib/libz

Re: Building setup.exe

2003-07-24 Thread Max Bowsher
Morrison, John wrote: > Max Bowsher wrote: >> Morrison, John wrote: >>> $ make release >>> compiling messages >>> >>> 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 >>> `setup.

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+

Re: Building setup.exe

2003-07-24 Thread Max Bowsher
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 isn't either. (Or

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 rel

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

RE: Errors when building setup.exe

2002-11-22 Thread Robert Collins
On Thu, 2002-11-21 at 08:24, John Morrison wrote: > > From: Robert Collins [mailto:[EMAIL PROTECTED]] > > On Thu, 2002-11-21 at 08:05, John Morrison wrote: > > > I think he means replace, not remove ;) > > > > Even so. The source downloadable via setup is that for the same version > > we offer on

RE: Errors when building setup.exe

2002-11-20 Thread Gary R. Van Sickle
> > Even so. The source downloadable via setup is that for the same version > > we offer on cygwin.com. To replace it with a newer version's tarball > > means we need a new version of setup available there. > > *shrug* I know. > > How's it going anyway? Massive overhauls. Much new functionality.

RE: Errors when building setup.exe

2002-11-20 Thread John Morrison
> From: Robert Collins [mailto:[EMAIL PROTECTED]] > On Thu, 2002-11-21 at 08:05, John Morrison wrote: > > I think he means replace, not remove ;) > > Even so. The source downloadable via setup is that for the same version > we offer on cygwin.com. To replace it with a newer version's tarball > mea

RE: Errors when building setup.exe

2002-11-20 Thread Robert Collins
On Thu, 2002-11-21 at 08:05, John Morrison wrote: > I think he means replace, not remove ;) Even so. The source downloadable via setup is that for the same version we offer on cygwin.com. To replace it with a newer version's tarball means we need a new version of setup available there. Rob --

RE: Errors when building setup.exe

2002-11-20 Thread John Morrison
> From: Robert Collins > Sent: Wednesday, 20 November 2002 7:49 pm > To: Max Bowsher > Cc: Thomas Chadwick; [EMAIL PROTECTED] > Subject: Re: Errors when building setup.exe > > On Thu, 2002-11-21 at 07:19, Max Bowsher wrote: > > > > PS to Robert Collins: Perhaps t

Building setup.exe w/ the latest revision of gcc-3.1.1

2002-07-17 Thread Nicholas Wourms
Hi, According to Chris' announcement for the latest test version of gcc, he said that he was able to partially compile setup.exe with only a minor problem b/c of some patches. Out of curiosity, has anyone else experienced success with the new round of compilers? I'm currently trying a few d

RE: building setup.exe -- solved

2002-06-15 Thread Robert Collins
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Jan Nieuwenhuizen > Sent: Friday, 14 June 2002 8:55 PM > 12:40:55 fred@peder:~/cvs/cygwin/cygwin-apps/setup > $ diff -u bz2lib/configure.in.orig bz2lib/configure.in > --- bz2lib/configure.in.orig

building setup.exe -- solved

2002-06-14 Thread Jan Nieuwenhuizen
Hi, Finally, I found the problem. I'm including the error messages I got for others to find. Here's what I've been struggling with: g++ -v -mno-cygwin -o setup.exe ... -lmingw32 ... /home/fred/cvs/cygwin/cygwin-apps/setup-build/bz2lib/../../setup/bz2lib/bzlib.c:866: undefined re

RE: libstdc++ for building setup.exe

2002-06-13 Thread Robert Collins
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Charles Wilson > Sent: Thursday, 13 June 2002 10:15 AM > To: Jan Nieuwenhuizen > Cc: [EMAIL PROTECTED] > Subject: Re: libstdc++ for building setup.exe > > > You can

RE: libstdc++ for building setup.exe

2002-06-13 Thread Robert Collins
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Jan Nieuwenhuizen > Sent: Thursday, 13 June 2002 9:25 AM > To: [EMAIL PROTECTED] > Subject: libstdc++ for building setup.exe > > > Hi, > > I haven't been

Re: libstdc++ for building setup.exe

2002-06-13 Thread Jan Nieuwenhuizen
Charles Wilson <[EMAIL PROTECTED]> writes: > You can also download this: > > >http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/release/mingw-extra/mingw-extra-2.95.3_20011106-2.tar.bz2 > > and unpack it in the obvious place. It contains those libraries from > mingw's gcc package. You

Re: libstdc++ for building setup.exe

2002-06-12 Thread Charles Wilson
You can also download this: http://www.neuro.gatech.edu/users/cwilson/cygutils/testing/release/mingw-extra/mingw-extra-2.95.3_20011106-2.tar.bz2 and unpack it in the obvious place. It contains those libraries from mingw's gcc package. You might also want to manually run the "postinstall" scr

Re: libstdc++ for building setup.exe

2002-06-12 Thread Paul G.
Hi folks, Umm..feeling kind of gun shy today... On 13 Jun 2002 at 1:24, Jan Nieuwenhuizen wrote: > Hi, > > I haven't been able to build the new setup (since it moved in cvs), > but that may be due to the fact that the mingw package was dropped. > > At > >    http://sources.r

Re: libstdc++ for building setup.exe

2002-06-12 Thread Christopher Faylor
On Thu, Jun 13, 2002 at 01:24:38AM +0200, Jan Nieuwenhuizen wrote: >To successfully build such a setup you will need a mingw >libstdc++.a file for the cross-compiler to link against. One can >be found in the mingw gcc binary > >Is libstdc++.a the only mingw library that's needed, and

libstdc++ for building setup.exe

2002-06-12 Thread Jan Nieuwenhuizen
Hi, I haven't been able to build the new setup (since it moved in cvs), but that may be due to the fact that the mingw package was dropped. At http://sources.redhat.com/cygwin-apps/setup.html it says: To successfully build such a setup you will need a mingw libstdc++.a file for the