Am Sonntag 18 April 2010 21:41:06 schrieb Daniel Fischer: > wx-config should have been installed as part of the wxWidgets package. > Is that not included in the windows-installer of wxWidgets?
Seems it's not so. http://www.haskell.org/haskellwiki/WxHaskell/Building says "Windows users should also get the Windows port of wx-config." ( http://sites.google.com/site/wxconfig/ ) Furthermore, http://www.haskell.org/haskellwiki/WxHaskell/Building#On_Windows says you can't use just any old compiler to build wxWidgets on windows, but have to use the MinGW compiler. > > If wxHaskell could be installed with one cabal command that would be > > incredibly cool :-) Well, it's just one cabal command if you have all non-Haskell requirements installed as needed. > > > > Thanks, Neil _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
