Re: Problem with abi_defs.mk


Subject: Re: Problem with abi_defs.mk
From: alper (shullgum@yahoo.com)
Date: Fri Jan 18 2002 - 23:41:05 CST


On Sat, Jan 19, 2002 at 01:23:21AM +0100, Nikolaj Brandt Jensen wrote:
> Hello.
>
> I have upgrade my PC and installed the latest CygWin in the process.
> This, unfortunately, broke the Windows build.
>
> In "define TRANSFORM_TO_DOS_PATH" in abi_defs.mk it tests if CygWin's
> major version number is 1, minor version is 1 and revision => 6.
>
> Well, the latest version 1.3.6 and break because minor <> 1. The
> strange thing is that version 1.3.2 that I used before worked. I am
> too tired right now to unravel the cryptic and chaotic-indented code
> to figure out why...

You're focused on the wrong if-block, that stale part does not define
TRANSFORM_TO_DOS_PATH anymore :)

Have the block that starts with

        ifneq (,$(findstring cygdrive,$(ABI_ROOT)))

define it, which means your path should start with /cygdrive

regads,
--alper



This archive was generated by hypermail 2b25 : Fri Jan 18 2002 - 23:46:15 CST