From: <cod...@go...> - 2009-01-28 13:45:18
|
Comment #6 on issue 12 by grddev: Can't build with cabal install http://code.google.com/p/hoc/issues/detail?id=12 If you remove the c-sources line, then the following lines automatically build HOC using cabal (at least for me). cabal configure cabal build -v2 | grep '\(ar\|ld\) ' | grep -v 'build ' | sed 's,$, dist/build/HOC_cbits.o,;s,\.o\.tmp,.o,' | sh cabal copy cabal register -- 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 |