wxwidgets - wxWindows 2.9 binary for windows -
after upgrade new haskell platform, existing wxhaskell programs broken. seem require wxwidgets 2.9, can't find binary versions. wxpack has 2.8, , beyond 1 has compiler , build locally see.
there tutorials on various sources, each few pages long, various advice on setup, changing configurations, etc. install wxconfig, install mingw compilers, setup configurations, rebuild, etc.
is there source of simple binary install? i'd hope simple apt-get or cabal tool, haskell library tools (on windows?) seem less integrated others i'm familiar with.
(update) did install , compile wxwidgets locally, , still cannot wxhaskell components install. i'm sure of requires simple details, again after time already, hope not have spend lot more time on this, , wish more automated!
configuring wxc-0.90.0.3... configuring wxc build against wxwidgets 2.9 setup.exe: missing dependencies on foreign libraries: * missing c libraries: wxmsw29ud_all, wxtiffd, wxjpegd, wxpngd, wxzlibd, wxregexud, wxexpatd, wxregexud problem can solved installing system packages provide these libraries (you may need "-dev" versions). if libraries installed in non-standard location can use flags --extra-include-dirs= , --extra-lib-dirs= specify are. cabal: error: packages failed install: wx-0.90.0.1 depends on wxc-0.90.0.3 failed install. wxc-0.90.0.3 failed during configure step. exception was: exitfailure 1 wxcore-0.90.0.1 depends on wxc-0.90.0.3 failed install.
yes, can. codelite (c++ ide use) upgraded use wx29. since there no binaries yet on repo, dave set some. find instruction in codelite's wiki below
wxwidgets 2.9 packages , repositories
if using windows go download page codelite , download codelite wxwidgets. install it, copy installed wxwidgets directory wherever needed!
also seems there official binaries. have never tested download there try yourself. link this one
feel free ask question
Comments
Post a Comment