Tricky because there are generated header files in the build
directories, and the source wants to access both the headers in the
source and in the build directories as though they are in same
directory. Anyways, I think I got a fixed checked in, at least it
builds for me on Linux.
Scott
On Nov 24, 2009, at 3:47 PM, Bill Northcott wrote:
One sugestion:
How about symlinking the headers into the build directory?
Bill
On 25/11/2009, at 10:30 AM, Bill Northcott wrote:
As things are currently set up a Makefile build will only work in
the source tree. If you try to configure and make in a separate
build directory you get hundreds of errors like the above.
The problem is lines like:
Array.h:26
#import <Swarm/Collection.h>
Unless the build is in the source tree this will fail because
there is no 'Swarm' symlink in the source tree.
_______________________________________________
swarm-hackers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/swarm-hackers
_______________________________________________
swarm-hackers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/swarm-hackers