andrep / hoc

Automatically exported from code.google.com/p/hoc
8 stars 1 forks source link

hoc-read-only build problem using README instructions #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout hoc-read-only from this site
2. Follow README.txt instructions up to cabal build.
3.

What is the expected output? What do you see instead?

Expected a build.  Got instead the following error:
-----------
Loading package binary-0.5.0.1 ... <command line>: can't load .so/.DLL for: HSbi
nary-0.5.0.1 (dlopen(libHSbinary-0.5.0.1.dylib, 9): image not found)
-----------

What version of the product are you using? On what operating system?

I'm using the checked out result of 
svn checkout http://hoc.googlecode.com/svn/trunk/ hoc-read-only
obtained on sept 8, 2009

I'm running OS X 10.5.8 on an intel iMac with Xcode is 3.1.3. 

Haskel and Cabal are from the Haskel platform, 
haskell-platform-2009.2.0.2-i386.dmg

I got Parsec 3.0 from Hackage.

Please provide any additional information below.

Replacing every "cabal [options]" in the README.txt file with
"sudo runhaskell Setup.hs [options]" resulted in apparently successful build 
and install.
The Editor.app builds and runs.

Original issue reported on code.google.com by jrvel...@gmail.com on 9 Sep 2009 at 5:13

GoogleCodeExporter commented 9 years ago
README.txt has been changed. (see also issue #20)

Original comment by aut...@gmail.com on 27 Sep 2009 at 10:12