|
From: Brian L. <br...@lo...> - 2009-08-13 22:21:35
|
On Thursday, 13.08.09 at 22:59, Eric Y. Kow wrote: > First: wxcore doesn't compile against the default wxWidgets on MacOS > X, which is fine because I've gotten used to building my own > wxWidgets. I don't think I have a mac I can work on. Please send me the errors and/or investigate? > Second: the old wxHaskell had a convention where if a wx-config lives in > /usr/local/wxhaskell/bin that we would use it. This would make it a bit > more straightforward to cabal install wxcore, i.e. without having to do > something like PATH=/usr/local/wxhaskell/bin:$PATH cabal install wxcore. > Can you think of a good/simple mechanism to let people use their own > wxWidgets?? I can look into it, but I don't understand. Is it related to installing wxWidgets yourself? Are you saying that /usr/bin/wx-config and /usr/local/wxhaskell/bin/wx-config disagree? That seems bad. |