damian wrote:
> Hi i am having serious trouble trying to compile wxart2d. the following
> is the output. i would appreciate any help
> 
>  cmake ../wxArt2D

What does:

wx-config --selected-config

say?
How did you compile wxWidgets (debug opengl stc)
I use ./configure --enable-debug --with-opengl --disable-shared
And also compile and install contrib libs (stc specific).

Also use:

ccmake ../wxArt2D

NOT cmake.
This way you can set flags for the type of build.

e.g.

wxWidgets_USE_DEBUG (default is on )
wxWidgets_USE_SHARED (default is off )
etc.

In case of compiling errors, it can help to also toggle to advanced mode, and 
enable CMAKE_VERBOSE_MAKEFILE
At last in debug mode add to:
CMAKE_CXX_FLAGS_DEBUG the -g flag.

regards,

Klaas




-- 
Unclassified

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to