From: <cod...@go...> - 2009-03-29 09:56:16
|
Comment #4 on issue 14 by tom.davie: HoC does not build http://code.google.com/p/hoc/issues/detail?id=14 Success... $ cat > my_ghc if [ "$*" = "-I/usr/include/ffi -package HUnit-1.2.0.3 -package base-4.0.0.0 -package bytestring-0.9.1.4 - package containers-0.2.0.0 -package directory-1.0.0.2 -package fgl-5.4.2.2 -package filepath-1.1.0.1 - package mtl-1.1.0.2 -package old-time-1.0.0.1 -package parsec-3.0.0 -package pretty-1.0.1.0 -package syb-0.1.0.0 -package template-haskell-2.3.0.0 -package unix-2.3.1.0 -optc-O2 -odir dist/build -c HOC_cbits.o" ]; then exit 0 else ghc $* fi $ runhaskell Setup.hs configure -fbase4 -fObjC2 --with-ghc=<build-dir>/trunk/hoc/my_ghc --with-ghc- pkg=`which ghc-pkg` $ runhaskell Setup.hs build $ sudo runhaskell Setup.hs install $ cd Bindings $ sudo sh make-bindings-macos.sh -fbase4 Many many thanks to ehird for getting this working -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings |