[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [bug #18985] Configuring gnustep-make with prefix '/' results in fut
From: |
Nicola Pero |
Subject: |
RE: [bug #18985] Configuring gnustep-make with prefix '/' results in future make warnings |
Date: |
Fri, 16 Feb 2007 05:34:18 +0100 (CET) |
I can't access the bug in savannah, anyway try again with the current
gnustep-make.
Thanks
PS: The 'base.make' not found is a valid warning, because you didn't run
./configure
before installing, so make complains and then runs ./configure for you.
The other one, about PATH, is certainly a spurious warning as you say. I think
I
fixed it in trunk.
-----Original Message-----
From: Quentin Mathé <INVALID.NOREPLY@gnu.org>
Sent: Wed, February 7, 2007 1:58 pm
To: Quentin Mathé <qmathe@club-internet.fr>, bug-gnustep@gnu.org
Subject: [bug #18985] Configuring gnustep-make with prefix '/' results in
future make warnings
URL:
<http://savannah.gnu.org/bugs/?18985>
Summary: Configuring gnustep-make with prefix '/' results in
future make warnings
Project: GNUstep
Submitted by: qmathe
Submitted on: Wednesday 02/07/2007 at 12:58
Category: Makefiles
Severity: 2 - Minor
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
By configuring gnustep-make initially with ./configure --prefix=/ then
installing it, I observe warnings when I compile gnustep projects. For
example if I build gnustep-base (after sourcing GNUstep.sh first)...
qmathe@ubuntuqmathe:~/devmodules/core/base$ make
//System/Library/Makefiles/common.make:147: base.make: No such file or
directory
./configure
qmathe@ubuntuqmathe:~/devmodules/core/base$ sudo make install
Password:
//System/Library/Makefiles/common.make:124: WARNING: Your PATH may not be set
up correctly !
//System/Library/Makefiles/common.make:125: Please try again after running ".
//System/Library/Makefiles/GNUstep.sh"
Making all in Source...
Quentin.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?18985>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- RE: [bug #18985] Configuring gnustep-make with prefix '/' results in future make warnings,
Nicola Pero <=