Hi Abhi, On 28 Feb 2013, at 01:56, Abhi Beckert <[email protected]> wrote:
> Does anyone know what I'm doing wrong? You're not doing anything wrong, but I'm guessing that you're using a trunk build of LLVM? A couple of the LLVM APIs have changed in 3.3 and I haven't got around to updating the optimisations. If you run ccmake . then it should give you a list of options. One of them is LLVM_OPTS, toggle this to no (or pass -DLLVM_OPTS=NO to the cmake command line) to disable them. I'll hopefully have time to update the code tomorrow. I'll also make it disable building the LLVM optimisations by default for versions of LLVM that I haven't tested with. Sorry for the inconvenience, David -- Sent from my Difference Engine _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
