From: <cod...@go...> - 2009-01-31 20:08:33
|
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 14 by tom.davie: HoC does not build http://code.google.com/p/hoc/issues/detail?id=14 What steps will reproduce the problem? 1. Check out source from svn 2. cd hoc-read-only/hoc 3. ./autogen.sh 4. ./configure 5. make What is the expected output? What do you see instead? Expected: make to work Actual: ... ghc --make AppKit.hs \ -O -fasm \ -package-name AppKit \ -odir build/objects \ -hidir build/imports \ -package-conf ../inplace.conf \ -fglasgow-exts -fth \ -package unix \ on the commandline: Warning: -fth is deprecated: use -XTemplateHaskell or pragma {-# LANGUAGE TemplateHaskell#-} instead ../inplace.conf: openBinaryFile: does not exist (No such file or directory) make[1]: *** [ghcmake.build-stamp] Error 1 In directory Tools mkdir -p build/hocwrap ghc --make HOCWrap.hs \ -fglasgow-exts \ -o hocwrap \ -odir build/hocwrap -hidir build/hocwrap \ -package-conf ../inplace.conf ../inplace.conf: openBinaryFile: does not exist (No such file or directory) make[1]: *** [hocwrap] Error 1 In directory docs pod2html \ --index \ --header \ --title="HOC: a Haskell to Objective-C bridge" \ --outfile "HOC.html" \ Introduction.pod Quick_Start.pod Mapping_Types.pod Accessing_Other_Frameworks.pod Creating_an_Objective-C_Class_in_Haskell.pod Tools.pod Appendices.pod What version of the product are you using? On what operating system? hoc: latest svn ghc: 6.10.1 OS X: 10.5.6 -- 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 |