From: Paul-Michael S. <P.S...@un...> - 2012-03-13 21:07:06
|
Hi Eric, I've been trying to install the latest package of wxcore which I believe is 0.13.2.1. I have taken several steps to try and get it to install here is my current situation. I'm running Debian's wheezy. I have wxWidgets-2.9.3. built from source. Following advise of several tutorials I got several opengl packages, some of which I already had. (I've included a full list of my packages, not sure if will be useful though) I then tried installing the packages from hackage through cabal. This failed giving me missing functions or undefined functions in header files, I forget the exact message. So after reading a blog post, I think it was your own talking about Debian and wxHaskell. I decided to use the repository on darcsden. I've forked and pulled the repository. After running "cabal install" in in the wx folder I get this error ...Building stuff src/cpp/eljvalidator.cpp:50:34: warning: ‘static void wxValidator::SetBellOnError(bool)’ is deprecated (declared at /usr/local/include/wx-2.9/wx/validate.h:77) [-Wdeprecated-declarations] cc1plus: warning: command line option ‘-Wimplicit’ is valid for C/ObjC but not for C++ [enabled by default] cc1plus: warning: command line option ‘-Wimplicit’ is valid for C/ObjC but not for C++ [enabled by default] cc1plus: warning: command line option ‘-Wimplicit’ is valid for C/ObjC but not for C++ [enabled by default] src/cpp/ewxw_main.cpp: In function ‘void ELJApp_InitializeC(wxClosure*, int, char**)’: src/cpp/ewxw_main.cpp:99:32: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] src/cpp/ewxw_main.cpp:112:3: error: ‘wxPendingEvents’ was not declared in this scope src/cpp/ewxw_main.cpp: In function ‘void ELJApp_initialize(void*, AppInitFunc, int, void*)’: src/cpp/ewxw_main.cpp:123:3: error: ‘wxPendingEvents’ was not declared in this scope cabal: Error: some packages failed to install: wx-0.13.2.1 depends on wxcore-0.13.2.1 which failed to install. wxcore-0.13.2.1 failed during the building phase. The exception was: ExitFailure 1 I hope I've provided enough information to help you get a sense of the problem. Thanks for your time, Michael Sorhaindo. |