This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Building setup.exe


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,
> too. 

OK, the more the merrier :)

(Although it'll mean more work for you and Rob)

>> I've a full installation of Cygwin, then, using
>> <http://sources.redhat.com/cygwin-apps/setup.html> as a reference...
>> 
>> $ cvs -z3 -d
>> pserver:anoncvs@sources.redhat.com:/cvs/cygwin-apps co setup
>> <snip>co messages</snip> 

$ cd setup

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

$ chmod 744 bootstrap.sh

>> $ ./bootstrap.sh
>> <snip>bootstrap messages</snip>
>> 
>> $ ./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

<snip>configure messages</snip>

$ make release
<snip>compiling 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 `setup.exe'.
Stop.

Oops :)  What's next?  (or should I not make release first?)

J.


=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.
Experian Limited (registration number 653331).
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]