On 27 Mar 2013, at 09:11, James Carthew wrote: > I had been checking out libobjc2, the previous e-mail had a typo. As far as I > understand it LLVM 3.3 came out today, but as I was saying I'd been having > issues building llvm/clang/gnustep. I'll give it another go and see if I can > make some headway on it :)
Could it be that you have two objc runtimes installed and your copy of gnustep-make is configured for one, but you are building with the headers of the other installed where they will be found first? You should make sure that gnustep-make is configured with the runtime you want to use, and that no other runtime library or headers are visible, before you configure/build anything using it. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
