What might help, is define WXWIN as follows:

WXWIN=/c/wxWidgets-2.8.3
export WXWIN

Remember you are using MSYS, and that is unix, and therefore think Unix.


roberto manione wrote:
> 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.

Use CMakeSetup, much better.
And START IN A CLEAN DIRECTORY.
$> cd mybuild
$> CmakeSetup ../wxArt2D

> 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

Like here its because of c:\w meaning \w is nothing right.

Klaas


-- 
Unclassified

-------------------------------------------------------------------------
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

Reply via email to