[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #32876] GNUstep-base/-gui/-back should support building outside of
From: |
Wolfgang Lux |
Subject: |
[bug #32876] GNUstep-base/-gui/-back should support building outside of the source directory |
Date: |
Tue, 22 Mar 2011 10:41:08 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/531.21.8+(KHTML, like Gecko, Safari/528.16) Version/5.10.3 OmniWeb/622.14.0 |
URL:
<http://savannah.gnu.org/bugs/?32876>
Summary: GNUstep-base/-gui/-back should support building
outside of the source directory
Project: GNUstep
Submitted by: wlux
Submitted on: Di 22 Mär 2011 10:41:07 GMT
Category: None
Severity: 3 - Normal
Item Group: Change Request
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
I'd like being able to build GNUstep software in separate build directories.
The main advantage is that this would allow me building multiple
configurations from the same source tree. Of course, in my case its obviously
apple-apple-apple and gnu-gnu-gnu I'm interested in and eventually also
apple-gnu-gnu, but using an NFS mounted source tree this would also make it
more easy to check changes on multiple different platforms before committing
:-)
The main problem I'm seeing is that while both autoconf and GNUstep-make offer
support for using separate build directories, they seem to do it in
fundamentally incompatible ways. For an autoconf'd project it (usually) works
to create a build directory, say mkdir build, in the source tree, followed by
cd build and ../configure. With GNUstep-make, on the other hand, it seems
necessary to build from the source tree but one can use
GNUSTEP_BUILD_DIR=build to build in the build directory. I'm not sure how we
can reconcile both approaches
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?32876>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
- [bug #32876] GNUstep-base/-gui/-back should support building outside of the source directory,
Wolfgang Lux <=