From: Mads L. <mad...@ya...> - 2008-11-02 09:26:35
|
Hi After the XRC additions (the "Add XRC support" path) I have not been able to compile the test programs, and I guess any other programs either. While wxHaskell compiles and installs, I get the following error when trying to compile one of the example programs: > make all ghc -package wx -o BouncingBalls BouncingBalls.hs /home/ghctest/lib/libwxcore2.a(WxcClassesMZ.o): In function `s1iiL_info': ghc31980_0.hc:(.text+0x12d84d): undefined reference to `wxXmlResource_GetStyledTextCtrl' collect2: ld returned 1 exit status make: *** [BouncingBalls] Error 1 I guess it is a problem with my underlying wxWidgets library. But compiling wxWidgets with xrc enabled did not solve my problem. I use version 2.8 of wxWidgets. Anybody has a clue to what to do about the problem? Greetings, Mads Lindstrøm |