From: Eric Y. K. <eri...@gm...> - 2009-08-11 01:05:24
|
On Mon, Aug 10, 2009 at 19:50:31 -0500, Brian Lewis wrote: > I made a repo with wxcore and wxc together and tried to make a > wxcore.cabal that would replace the existing makefile: > http://github.com/bsl/wxcore/tree/master I get setup: Missing dependency on a foreign library: * Missing C library: wx_macud-2.8 This problem can usually be solved by installing the system package that provides this library (you may need the "-dev" version). If the library is already installed but in a non-standard location then you can use the flags --extra-include-dirs= and --extra-lib-dirs= to specify where it is. I guess the Setup.hs file needs to call wx-config PS: it might simplify matters for the wxHaskell team if you just used the darcs repository, for example hosting it on code.haskell.org if you have an account there or patch-tag.com otherwise, unless you're hoping that they'll just switch to Git and sacrifice log history, which isn't implausible, do-er decides. -- Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow> PGP Key ID: 08AC04F9 |