Hi All: I am trying to install wxArt2D on a MinGW/MSYS environment, but I have some problems. I know that others have already posted on the subject, but looking at their threads I was not able to fin out a solution. I have installed WxWidgets-2.8.3 correctly. Tken I have run cmake from the minGW shell and this is what I got.
$ cmake -G"Unix Makefiles" c:/wxArt2D -- Check for working C compiler: c:/MinGW/bin/gcc.exe -- Check for working C compiler: c:/MinGW/bin/gcc.exe -- works -- Check size of void* -- Check size of void* - done -- Check for working CXX compiler: c:/MinGW/bin/c++.exe -- Check for working CXX compiler: c:/MinGW/bin/c++.exe -- works -- Configuration c:/wxWidgets-2.8.3/buildmswd/wx-config --toolkit=msw --static=yes --unicode =no --debug=yes -- wxWidgets_USE_DEBUG : ON -- wxWidgets_USE_UNICODE : OFF -- wxWidgets_USE_SHARED : OFF -- wxWidgets_USE_UNIV : OFF -- wxWidgets_FOUND : TRUE -- wxWidgets_INCLUDE_DIRS : /c/wxWidgets-2.8.3/buildmswd/lib/wx/include/msw-ansi-debug-sta tic-2.8;/c/wxWidgets-2.8.3/include;/c/wxWidgets-2.8.3/contrib/include;;;-mthreads -- wxWidgets_LIBRARY_DIRS : /c/wxWidgets-2.8.3/buildmswd/lib -- wxWidgets_CXX_FLAGS : -I/c/wxWidgets-2.8.3/buildmswd/lib/wx/include/msw-ansi-debug-s tatic-2.8 -I/c/wxWidgets-2.8.3/include -I/c/wxWidgets-2.8.3/contrib/include -mthreads -- wxWidgets_USE_LIBS : stc,qa,xrc,html,adv,xml,net,core,base -- Could not find existing antigrain library, will use builtin library instead -- Looking for C++ include /include/expat.h -- Looking for C++ include /include/expat.h - not found CMake Error: Invalid escape sequence \w Syntax error in cmake code at c:/wxArt2D/bin/FindExpat.cmake:198: syntax error, unexpected cal_ERROR, expecting $end (4), when parsing string "c:\wxWidgets-2.8 .3\buildmswd/src/expat/lib/expat.h" CMake Error: Invalid escape sequence \w Syntax error in cmake code at c:/wxArt2D/bin/FindExpat.cmake:198: syntax error, unexpected cal_ERROR, expecting $end (28), when parsing string "Looking for C++ include c:\wxWidgets-2.8.3\buildmswd/src/expat/lib/expat.h" -- Looking for C++ include c:\wxWidgets-2.8.3\buildmswd/src/expat/lib/expat.h CMake Error: Invalid escape sequence \w Syntax error in cmake code at c:/wxArt2D/bin/FindExpat.cmake:198: syntax error, unexpected cal_ERROR, expecting $end (28), when parsing string "Looking for C++ include c:\wxWidgets-2.8.3\buildmswd/src/expat/lib/expat.h - not found" -- Looking for C++ include c:\wxWidgets-2.8.3\buildmswd/src/expat/lib/expat.h - not found CMake Error: Invalid escape sequence \w Syntax error in cmake code at c:/wxArt2D/bin/FindExpat.cmake:198: syntax error, unexpected cal_ERROR, expecting $end (17), when parsing string "Have include c: \wxWidgets-2.8.3\buildmswd/src/expat/lib/expat.h" CMake Error: Invalid escape sequence \w Syntax error in cmake code at c:/wxArt2D/bin/FindExpat.cmake:198: syntax error, unexpected cal_ERROR, expecting $end (36), when parsing string "Determining if the include file c:\wxWidgets-2.8.3\buildmswd/src/expat/lib/expat.h " -- Looking for C++ include expat.h -- Looking for C++ include expat.h - not found -- Looking for C++ include EXPAT_XMLWF-NOTFOUND/../include/expat.h -- Looking for C++ include EXPAT_XMLWF-NOTFOUND/../include/expat.h - not found ERRORCould not find existing expat library, will use builtin library instead -- Configuring done I think that this is *not* the correct behaviour (actually, if I run make at the end, nothing happens). Can yuo please help me? thanks in advance Roberto ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wxart2d-users_dev mailing list Wxart2d-users_dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev