From: Charles t. H. <cha...@ya...> - 2013-06-06 13:17:25
|
Hi, all! I'm new to Haskell and guessing a bit here. I'm using Arch Linux and ghc 7.6.3. The maintenance repo package compiles and installs but it looks like wxdirect doesn't detect conditional compiles, so the wxCHECK_VERSION(2,9,5) in wxc_glue.h doesn't prevent SetDeviceClippingRegion from creeping into the generated code. When I try to link to it, I get an undefined reference. After commenting out all references to SetDeviceC... and rebuilding, everything seems to work fine. I'd like to see this project succeed but am a bit too green to do anything serious. I might be able to clean up the samples a bit if that would be helpful. :D |