manteez wrote: > ======================== Error ================== > [ 19%] Building CXX object > modules/general/src/CMakeFiles/general.dir/gen.obj > In file included from > C:/msys/1.0/home/wxArt2D/modules/general/src/gen.cpp:26: > C:/msys/1.0/home/wxArt2D/modules/xmlparse/include/genxmlpars.h:28:19: > expat.h: No such file or directory
For Cmake to find expat.h (and expat lib) as used inside wxWidgets (which is the same lib i am using), you need to set WXWIN, before you enter the make process. The thing is that wxWidgets does not install its expat.h, and still i need it. If you switch on verbose (advanged vars in ccmake), you see much more on the make output, and it should contain the right includes to find that expat.h Klaas -- Unclassified ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Wxart2d-users_dev mailing list Wxart2d-users_dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev