klaas.holwerda wrote:
> Why do you not type ccmake ../wxArt2D
> That is better to set options.
>
Thanks for this.

By typing the above, I saw that the wxArt2d cmake configuration appears 
to default to the static library configuration of wxWidgets.
I chose the default configuration in my wxWidgets build and didn't 
generate these libraries.
I assume that this was the problem and I changed the ccmake config to 
use shared libraries.

Now I get:

    CMake Error: Error in cmake code at
    d:101:
    TARGET_LINK_LIBRARIES The "general" argument must be followed by a 
library
    Current CMake stack: 
$HOME/wxArt2d/wxArt2D/modules/xmlparse/src/CMakeLists.txt
    CMake Error: Error in cmake code at
    $HOME/wxArt2d/wxArt2D/modules/xmlparse/src/CMakeLists.txt:29:
    A command failed during the invocation of macro "LINK_MODULE_LIBS".
    CMake Error: Error in cmake code at
    $HOME/wxArt2d/wxArt2D/modules/xmlparse/src/CMakeLists.txt:29:
    LINK_MODULE_LIBS unknown error.
    Current CMake stack: 
$HOME/wxArt2d/wxArt2D/modules/xmlparse/src/CMakeLists.txt
    The end of a CMakeLists file was reached with an IF statement that 
was not closed properly.
    Within the directory: $HOME/wxArt2d/wxArt2D/modules/xmlparse/src
    The arguments are: LINK MATCHES TRUE
 
Line 29 of CMakeLists seems to be accessing the expat xml parer libraries.
I have expat 2.0.0 installed.

Any ideas?

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