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\" -DPACKAGE_BUGREPORT=\"xxx\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=

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

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

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