Billy Patton wrote: > I pulled down the source for cmake 2.4 patch 6 > compiled, tested and installed successfully Oke, that is another way to do it, i just used the cygwin supplied package, but the fisrt time i did indeed do it your way too.
Did you check your ccmake place, type: which ccmake > wxWidgets-2.8.2 compiled and installed > executing > pulled wxArt2D > cmake -G"Unix Makefiles" ../wxArt2D > and getting > -- Could not find existing antigrain library, will use builtin library > instead > CMake Error: Invalid escape sequence \b Unix does not like \ in $WXWIN SO define on the commandline:and also not c: export WXWIN=/cygwin/c/bpatton/tool_box/wxWidgets-2.8.2 Also do not use the wxWidgets from windows, since it seems you do, maybe it works, but certainly you need to compile it the unix way. I downloaded myself wxGTK2.8.3, i don't know really why, but i imagined it would be Unix i am working on and therefore i needed to use unix stuff. I compiled wxWidgets GTK like this: ./configure --enable-debug --disable-shared Be aware to disable shared! If this is set, you should be fine. Klaas ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wxart2d-users_dev mailing list Wxart2d-users_dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev