[darcs-users] How to pass additional parameters on buildbot to cabal configuring darcs?

Karel Gardas karel.gardas at centrum.cz
Mon Jun 22 11:08:24 UTC 2009


Hello,

I do have libcurl installed on OpenBSD buildbot, yet cabal configure
fails with:
Setup: Missing dependencies on foreign libraries:
* Missing C libraries: curl, curl
This problem can usually be solved by installing the system packages that
provide these libraries (you may need the "-dev" versions). If the libraries
are already installed but in a non-standard location then you can use the
flags --extra-include-dirs= and --extra-lib-dirs= to specify where they are.

it seems I'll need to invoke it with
--extra-include-dirs=/usr/local/include --extra-lib-dirs=/usr/local/lib
to pass curl information down the road. Do you have any idea how to do
this directly on my buildbot?

Thanks,
Karel


More information about the darcs-users mailing list