Re: 0.9.5 build fails on W2K


Subject: Re: 0.9.5 build fails on W2K
From: Michael D. Pritchett (mpritchett@attglobal.net)
Date: Sun Dec 02 2001 - 10:36:15 CST


----- Original Message -----
From: "alper" <shullgum@yahoo.com>
To: <abiword-dev@abisource.com>
Sent: Saturday, December 01, 2001 5:25 PM
Subject: 0.9.5 build fails on W2K

>
> Hi everybody,
>
> Platform is W2K SP2 + VC6 SP5 + cygwin (latest net distro)
>
> I unpacked 0.9.5 source tarball into Cygwin root, `cd abi`, then ran
> make, proceeded a bit, but failed as follows:
>
> The path starting as F:\cygwinabiword-0.9.5\ in error msg is weird, but
> adler32.obj (or adler32.o) does not exist anywhere either.
>
> Anyone got a clue what might be wrong?
>
> Thanks
>

This is a result of the ever changing cygwin environment. Obviously
F:\cygwinabiword-0.9.5 probably should be something like F:\abiword-0.9.5.

adler32.c is a source file under the zlib directory. When compiling it, the
rules in abi/src/config/abi_defs.mk should have defined a
TRANSFORM_TO_DOS_PATH rule that converts a cygwin path into a standard dos
path that the window's compiler will understand. This would be where the
system is failing in your case. You may fix this area again such that it
works and submit a patch or just hardwire the TRANSFORM_TO_DOS_PATH such
that it works for you.

Hope this helps

Cheers!

Michael D. Pritchett



This archive was generated by hypermail 2b25 : Sun Dec 02 2001 - 10:49:17 CST