Malcolm Nealon wrote: > Would a better solution be to alter the MinGW version of your scripts, > so that it would still use the wxwidgets source distribution,
The source distribution i never use. I use the headers of course. But compiling wxWidgets itself i don't do. Or do you mean the source distribution of wxWidgets can be used and compiled in/for wxDevCpp. And how did you do that? All i need for cmake is the lib + libs directory, and the include files. I am now trying to take that from wxDevCPP as is. Maybe i need a second mode, to have a seperate way to get them. but simply > locate the gcc, g++, whatever else it needs, from the wxdevcpp > installation? This would be a generic MinGW setup. If all I (or anyone > else) needs to do is point to the gcc.exe file (for example) from his > distribution, and your cmake files do the rest, then the problem is > solved. When you use CMakeSetup with "MinGW makefile"that is what happens. Next i set WXWIN to the root of wxDevCpp. But it could as well be soemthing else. The problem is that all library naming is different form VC and unix. I wonder what wxWidgets produces when compiling with makefile.gcc. Am i right that this is what should be used to get the naming that wxDevCpp is using?? If you could change it to work with a monolithic build even > better, but not strictly necessary. Al ready done, was al ready in it. The wxwidgets devpak doesn't have > the expat.h file that you need, so it looks as though wxart2d needs to > have the wxwidgets source distribution, and also a non monolithic build. I just copy expat.h from somewhere and add it to wxArt2D, i am sick of this file :-) In principle the problem is on wxWidgets, which uses expat inside, creates the library, but does not allow me to use it, since there is no expat.h installed. > If you could alter the script to work with a monolithic build, that > would be great, although having to make a non monolithic build isn't > much of an overhead for me. It all the same. Just another option. - monolithic or not - wxDevCpp wx pack or source distrib. - ?? Regards, Klaas -- Unclassified ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Wxart2d-users_dev mailing list Wxart2d-users_dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev