From: Matthias B. <mat...@gm...> - 2014-06-13 14:05:15
|
Hi Eric, Eric Kow <eric.kow@...> writes: > It *builds* for me with a hand-installed wxWidgets 2.9.5 (...) > If I comment out the GHCiSupport code in wxcore, I can link, but > running the program I get this: > > dyld: Symbol not found: __ZThn912_N12wxHtmlWindow13GetHTMLWindowEv > Referenced from: >/Users/kowey/ETC/haskell/wxHaskell/.cabal-sandbox/lib/ >x86_64-osx-ghc-7.6.3/wxc-0.90.1.0/libwxc.dylib > Expected in: flat namespace > in >/Users/kowey/ETC/haskell/wxHaskell/.cabal-sandbox/lib/ >x86_64-osx-ghc-7.6.3/wxc-0.90.1.0/libwxc.dylib > Trace/BPT trap: 5Hi Eric, did you happen to achieve anything eventually? I'm currently exactly at the same point as you in the quote above. Did you manage to compile BouncingBalls? For information, I'm running Mavericks with wxWidgets 2.9.5 compiled and installed by hand successfully (after removing some weird characters in python scripts) and installing wxHaskell by cabal install wx cabal-macosx Thanks in advance, Matthias Bry |