Re: [Haskell-cafe] Difficulties installing LLVM bindings

2010-04-11 Thread Aran Donohue
To actually build the examples, I also needed to remove references to the addCondPropagation optimization pass. I don't know why. I attached the darcs patch I'm using. Aran On Sat, Apr 10, 2010 at 4:42 PM, Aran Donohue aran.dono...@gmail.comwrote: UNIVERSAL=1 worked for me too. Is there a way

Re: [Haskell-cafe] Difficulties installing LLVM bindings

2010-04-10 Thread Max Bolingbroke
On 10 April 2010 03:18, Aran Donohue aran.dono...@gmail.com wrote: problems with ghc-pkg.  I think we need to rebuild LLVM forcing 32-mode, but I haven't yet found the results of this. I'd love to hear what you did if you manage to get it going and compile programs. My LLVM checkout was still

Re: [Haskell-cafe] Difficulties installing LLVM bindings

2010-04-10 Thread Aran Donohue
UNIVERSAL=1 worked for me too. Is there a way for cabal install to detect if LLVM wasn't built with this required flag and give a more informative error message? Aran On Sat, Apr 10, 2010 at 2:28 AM, Max Bolingbroke batterseapo...@hotmail.com wrote: On 10 April 2010 03:18, Aran Donohue

Re: [Haskell-cafe] Difficulties installing LLVM bindings

2010-04-09 Thread Felipe Lessa
On Fri, Apr 09, 2010 at 01:38:21PM -0400, Aran Donohue wrote: Have you seen anything like this before? Any tips or things to try? I can't think of what magic setting I'm missing. Do you have llvm-config on your path? $ llvm-config I have in the past installed the LLVM bindings with a $HOME

Re: [Haskell-cafe] Difficulties installing LLVM bindings

2010-04-09 Thread Max Bolingbroke
On 9 April 2010 18:38, Aran Donohue aran.dono...@gmail.com wrote: Hi Haskell-Cafe, I can't get the LLVM bindings for Haskell to install. Does anyone know what I might need to do? Has anyone seen this error before? Here's the problem: (Installing from latest darcs source) I just tried this on

Re: [Haskell-cafe] Difficulties installing LLVM bindings

2010-04-09 Thread Thomas Schilling
Bryan said a while ago that Manuel Chakravarty had some Mac related patches for LLVM, don't know if they have been integrated yet. On 9 April 2010 23:11, Max Bolingbroke batterseapo...@hotmail.com wrote: On 9 April 2010 18:38, Aran Donohue aran.dono...@gmail.com wrote: Hi Haskell-Cafe, I can't

Re: [Haskell-cafe] Difficulties installing LLVM bindings

2010-04-09 Thread Aran Donohue
Thomas---The new Mac patches have been integrated in the version I'm using, according to the darcs log. Thanks Felipe---indeed, llvm-config is on the path. Max---I had the same realization about config.log. I managed to get past it by forcing the Haskell-LLVM build into 64-bit mode, but that led