Re: Latest Cygwin Build Problems -- Revised Howto!


Subject: Re: Latest Cygwin Build Problems -- Revised Howto!
From: Jeremy Sheeley (jeremy@sourcegear.com)
Date: Thu Jun 08 2000 - 08:59:03 CDT


How to set up your windows environment to compile AbiWord (or at least
how I did it).

Step 1: Install the latest version of cygwin (1.1.2)
   
   1. Create a new directory.
   2. Download ftp://ftp.sunsite.utk.edu/pub/cygwin/latest/setup.exe
into the new directory.
   3. Open a command prompt and cd to the directory that contains the
setup.exe program.
   4. Run .\setup.exe
   5. Choose the directory where the cygwin environment will be
installed (the default of C:\cygwin should work fine).
   6. Pick internet install (the current directory install is good for
situations where you are reinstalling cygwin).
   7. Pick the mirror that you like best.
   8. Wait for the rest of cygwin to be downloaded and installed.

Step 2:
   Steps 1-3 are no longer needed, as cygwin is now officially at 1.1.2.
   4. You should now be able to start a cygwin session (using the
Start/Programs/Cygnus Solutions/Cygwin 1.1.0 shortcut).
   5. Verify that uname -r gives you 1.1.2 followed by some stuff in
parenthesis.

Step 3: Get the source.

   1. See http://www.abisource.com/dev_download.phtml for information on
how to get the abiword source. Note that you will need all of the
extras like zlib, libiconv, etc. Make sure that you get them.

Put all of the sources under c:/abisource. This will probably be the
best place for it. You can put the source under the cygwin hierarchy if
you have the cygwin directories mounted in textmode. Use the command:

c:/cygwin/bin/umount / ; c:/cygwin/bin/mount -t c:/cygwin /

to remount in textmode. NOTE: that's only necessary if you have the
source under / as opposed to under c:/.

Step 4: Build the source.

   1. Be optimistic. Try going into the c:/abisource/abi directory and
type:
make

That probably worked. If not, email jeremy@sourcegear.com and we'll try
to figure out what's up.

Shaw Terwilliger wrote:
> Issuing "make" in the abi/ directory gives me the
> following message, which looks like it's a few messages superimposed on
> each other:
>
> bash.exe-2.03$ /bin/make
> ', needed by `default'. Stop.et `compile
> bash.exe-2.03$
>
> (Yes, that's the error message.)

I'm very familiar with this error. It's one that you get when you're
not running the latest version of cygwin.



This archive was generated by hypermail 2b25 : Thu Jun 08 2000 - 08:58:23 CDT