From: Jaakko S. <jaa...@pp...> - 2006-08-19 10:08:06
|
Hi all, I'm compiling a component for wxWidgets 2.7.0, and it seems that bakefile-generated makefiles are not generated correctly for it. In the resulting makefile.vc, for instance, I would need to manually adjust WX_VERSION to 27 before it builds. I did double-check that my WXWIN was set to directory with correct wxWidgets version. Also, can anyone tell me why makefile command- line uses different symbols than when building wxWidgets itself? Atleast for makefile.vc, I need to specify WX_DEBUG=1 instead of DEBUG=1, and so forth. Thanks, Jaakko Salli |