Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-04-03 Thread Thomas Hartman
resolved issue at http://groups.google.de/group/fa.haskell/browse_thread/thread/ceabae2c3fdc8abc/5ab21d4ae2a9b1fc?lnk=stq=hsh++tphyahoornum=5hl=en#5ab21d4ae2a9b1fc 2007/4/2, Thomas Hartman [EMAIL PROTECTED]: Well, I guess I spoke to soon. After building ghc6 from feisty as described above, I

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-04-02 Thread Thomas Hartman
As you have built ghc6.6 from sources I think that you also need to build all haskell libs from sources. So, do I did this, and got the feeling this would probably work, but is a real sad world of dependency chasing with no (clear) end in sight. So I investigated your second suggestion

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-04-02 Thread Thomas Hartman
Well, I guess I spoke to soon. After building ghc6 from feisty as described above, I tried building missingh and have basically what I started with. Is there something I can tweak to get the above straightened out using those nice deb packages, or do I have to do all the dependency chasing

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-03-21 Thread Thomas Hartman
When attempting to build hsh, I get complaint that it can't satisfy dependency for mtl-any. How can I get this? Thanks! ** wget http://software.complete.org/hsh/static/download_area/1.2.0/hsh_1.2.0.tar.gz [EMAIL PROTECTED]:~/haskellInstalls/hsh$ sudo runghc Setup.lhs configure

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-03-21 Thread Thomas Hartman
and I'm on... [EMAIL PROTECTED]:~/haskellInstalls$ ghc --version The Glorious Glasgow Haskell Compilation System, version 6.6 2007/3/21, Thomas Hartman [EMAIL PROTECTED]: When attempting to build hsh, I get complaint that it can't satisfy dependency for mtl-any. How can I get this? Thanks!

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-03-21 Thread Thomas Hartman
Some progress, but still not solved. I built ghc6.6 from source, but apt-get / libghc6-mtl-dev now seem to be circularly dependent. I'm not such an apt expert, is there an easy way out of this using packages or do I have to keep building everything from source? * [EMAIL

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-03-21 Thread Thomas Hartman
Furthermore (as the above messages suggest and locate confirms), I seem to have mtl already I took a wild guess and tried specifying this with ghc -i like sudo runghc -i/usr/lib/ghc6-mtl-dev Setup.lhs configure and sudo runghc -i/usr/lib/ Setup.lhs configure but no dice. ***

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-03-13 Thread Brandon Michael Moore
On Mon, Mar 12, 2007 at 05:14:57PM -0500, John Goerzen wrote: On 2007-03-06, Simon Marlow [EMAIL PROTECTED] wrote: John Goerzen wrote: possible to create a pipe going directly from program A to program B. You certainly can pipe directly from one process to another: That only works for

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-03-04 Thread Donald Bruce Stewart
dfeustel: On 2007-03-04, [EMAIL PROTECTED], Feustel dfeustel@mindspring.com [EMAIL PROTECTED] wrote: The Makefile in the HSH distribution should do this for you. But you can say: ghc --make -o setup -package Cabal Setup.lhs A40:/home/daf/Hsh/hsh}ghc --make -o setup

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-03-04 Thread Stefan O'Rear
On Mon, Mar 05, 2007 at 01:37:20AM +, Dave Feustel wrote: I think I have found the cause of the undefined MAP_ANONYMOUS. It looks like that symbol was changed to MAP_ANON in sys/mmap.h for OpenBSD. I fixed(?) that and now the MAP_32BIT symbol is the current roadblock. As far as I can

Re: [Haskell-cafe] Re: ANN: HSH 1.2.0

2007-03-03 Thread Duncan Coutts
On Sat, 2007-03-03 at 15:19 +, [EMAIL PROTECTED] wrote: I just tried to make HSH 1.2 but it needs Cabal, which I apparently don't have installed. I also don't have runghc installed (referenced at cabal homepage). Using ghc instead failed as follows: Setup.lhs:2: Failed to load