I just found this which may be of interest to those of you who (like me) have been hacking with the call to wx-config in wxcore's Setup.hs, specifically to get the correct libraries returned for your platform:
"wx-config --libs now only gives the standard libs. For e.g. aui you need to do: wx-config --libs std,aui. Alternatively, wx-config --libs all returns all available libraries. The naming of libraries has changed (see above): there are no longer 'debug' libraries, so the 'd' suffix is no longer used (so libwx_baseud-2.8 becomes libwx_baseu-2.9). wx-config has been changed to cope with this, which is another good reason always to use it!"[1]. So there you go.. Although, I believe there was at least one alternate implementation of wx-config being written? Can anyone comment? Dave, [1] http://wiki.wxwidgets.org/Updating_to_the_Latest_Version_of_wxWidgets#The_wx-config_script ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel