[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunte
From: |
Eli Zaretskii |
Subject: |
Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)] |
Date: |
Wed, 04 Oct 2006 21:21:10 +0200 |
> Date: Tue, 03 Oct 2006 23:11:04 +0200
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
>
> It looks like my guess about vpath was correct: the failing Make
> doesn't see it. That's quite strange, since I cannot see anything in
> the code that could explain the problem. Obviously, I'm missing
> something...
William, could you please verify that PATH_SEPARATOR_CHAR is set
correctly in the patched Make that you built? It should be `:' in the
Cygwin build, and the way this is supposed to happen is because
config.h (produced from config.h.in by the configure script) should
define PATH_SEPARATOR_CHAR to `:'. I presume that you still have the
source tree you patched and compiled, so you should be able to look at
config.h there.
If config.h does NOT set PATH_SEPARATOR_CHAR to `:', then make.h will
set it to `;' because HAVE_DOS_PATHS is defined. If that's what
happens, then I can definitely understand why vpath is not working,
since vpath.c uses PATH_SEPARATOR_CHAR to break the vpath list into
individual directories, and checks each one of them for existence in
the file system.
TIA
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], (continued)
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/02
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/02
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Angelo Graziosi, 2006/10/02
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/02
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Angelo Graziosi, 2006/10/02
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/03
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Angelo Graziosi, 2006/10/03
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/04
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Angelo Graziosi, 2006/10/04
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/04
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)],
Eli Zaretskii <=
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], William A. Hoffman, 2006/10/04
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/05
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], William A. Hoffman, 2006/10/05
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Paul D. Smith, 2006/10/05
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/05
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Angelo Graziosi, 2006/10/05
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/05
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Angelo Graziosi, 2006/10/05
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Eli Zaretskii, 2006/10/06
- Re: [Angelo.Graziosi: Problems with patched gnu make ? (was:Need Volunteers to test patch for gnu make)], Angelo Graziosi, 2006/10/06