Billy Patton wrote:
> One error message that pops up in an error window.
> SEND_ERROR,2.4x of wxWidgets is not supported.

I see that is in FindExpat.cmake.

In this part:

         IF ( EXISTS ${wxWidgets_ROOT_DIR}/lib/vc_lib )
             SET( WXVERSION "2.51_OR_HIGHER" )
         ELSE( EXISTS ${wxWidgets_ROOT_DIR}/lib/vc_lib )
             MESSAGE( SEND_ERROR, "2.4.X of wxWidgets is not supported " )
         ENDIF ( EXISTS ${wxWidgets_ROOT_DIR}/lib/vc_lib )


It is a test for the $WXWIN/lib/vc_lib dir in your

C:\wxWidgets-2.8.2

So you need:

C:\wxWidgets-2.8.2\lib\vc_lib

with at least wxexpatd.lib but a lot more.
Please check this and let me know!
If you don't have those directories, with libraries, something is wrong in the 
wxWidgets you compiled.

And but a MESSAGE( "${wxWidgets_ROOT_DIR}" ) in the part just above the above 
piece,
what does it say?

The strange thing is that you already passed FindwxWidgets.cmake completely.

> 
> Is this looking for wxWidgets version 2.4

It thinks you are using an old version of wxWidgets, since it can not find the 
libraries where they should be.
In any case you are close to the end now ;-)


Klaas






-- 
Unclassified

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

Reply via email to