[Haskell-cafe] Installing HaXml

2008-04-15 Thread rodrigo.bonifacio
Hi all, I've tried to install HaXml as explained in the documentation: runhaskell Setup.hs configure However, I get as response: dyld: Library not loaded: GNUreadline.framework/Versions/A/GNUreadline Referenced from: /usr/local/bin/runhaskell Reason: image not found Trace/BPT trap Any

Re: [Haskell-cafe] Installing HaXml

2008-04-15 Thread Malcolm Wallace
rodrigo.bonifacio [EMAIL PROTECTED] wrote: runhaskell Setup.hs configure dyld: Library not loaded: GNUreadline.framework/Versions/A/GNUreadline Referenced from: /usr/local/bin/runhaskell Reason: image not found Trace/BPT trap The problem is that 'runhaskell' invokes ghci (the

Re: [Haskell-cafe] installing HaXml

2004-11-02 Thread Tom Spencer
Tom Spencer [EMAIL PROTECTED] writes: I thought i had successfully installed HaXml, ghci loads up the package successfully etc. but then it complains that it can't find XmlLib. There isn't any module called XmlLib in HaXml. You maybe want to import Text.XML.HaXml instead? Thanks,

[Haskell-cafe] installing HaXml

2004-10-30 Thread Tom Spencer
Hi, I thought i had successfully installed HaXml, ghci loads up the package successfully etc. but then it complains that it can't find XmlLib. Using -v i get the following: Prelude :load iChing.hs *** Chasing dependencies: iChing.hs: Can't find module `XmlLib' locations searched:

Re: [Haskell-cafe] Installing HaXML,(using Hugs and WindowsXP)

2004-09-08 Thread Graham Klyne
At 22:29 23/08/04 +0100, Tom Spencer wrote: Has anyone successfully installed HaXML to be used with winhugs in XP. Using the build.bat included with HaXML it seems that it can only be installed for GHC. Er, yes. (I did the original version of that batch file, which was pretty primitive, and

[Haskell-cafe] Installing HaXML,(using Hugs and WindowsXP)

2004-08-24 Thread Tom Spencer
Has anyone successfully installed HaXML to be used with winhugs in XP. Using the build.bat included with HaXML it seems that it can only be installed for GHC. Any suggestions? Thanks Tom Spencer PS. Apologies that this is pretty vague

Re: [Haskell-cafe] Installing HaXML,(using Hugs and WindowsXP)

2004-08-24 Thread Malcolm Wallace
Tom Spencer [EMAIL PROTECTED] writes: Has anyone successfully installed HaXML to be used with winhugs in XP. Using the build.bat included with HaXML it seems that it can only be installed for GHC. Have you tried using the hugs-package command in a shell window? hugs-package HaXml-1.12/src