I succeed in having wxWidgets builded and compiled: >From the install.txt in the ...\wxWidgets-3.0.2\docs\msw I add to change a few >things:
- Call gmake instead of mingw32-make - install the headers files for gdiplus: following http://www.miscdebris.net/blog/2009/09/17/adding-gdi-headers-to-mingw-to-compile-wxwidgets-with-wxgraphicscontext-support/ - change the calls in two files following: https://code.google.com/p/wxmax/issues/detail?id=25 Now I see that the build.cfg file is in ...\wxWidgets-3.0.2\lib\gcc_dll\mswud Not in ...\wxWidgets-3.0.2\lib\gcc_dll where it is searched by the build process of Alien::WxWidgets How can I pass the corrected path ? Thanks François