Declan McMullen wrote:
> Hey guys,
> 
> I'm trying to compile up wxArt2d against the latest wxwidgets code
> running on the latest ubuntu.
> 
> I followed the install instructions yet i'm getting these errors:
> 
>  no default configuration

Did you download, compile and install wxWidgets?

Do configure as follows:

./configure --enable-debug --with-opengl

Or for static libs:

./configure --enable-debug --with-opengl --disable shared


This compiles the debug version of wxWidgets, which is the best for you.
By default wxWidgets compiles in non debug and shared.


Also builds and install wxWidgets contrib.

If all that is done, what do you get on the command line when type this:

wx-config --selected-config




How do you run cmake?

Best is with:

cd wxArt2d
cd ..
mkdir buildart2d
cd buildart2d
ccmake ../wxArt2D

There you can set at the buttom:

wxWIDGETS_USE_DEBUG to ON or OFF.

also set

CMAKE_BUILD_TYPE to debug

I did not check in that lattest change yet.

I think you have only wxWidgets non debug installed, and default wxArt2D is 
searching for the debug version.

Get back if still having problems,

Klaas



> 
>  CMake Error: Error in cmake code at
>  /home/declan/Programming/lib/wxArt2D/bin/FindwxWidgets.cmake:734:
>  STRING sub-command REGEX, mode MATCHALL needs at least 5 arguments
> total to command.
>  Current CMake stack:
>  [2]/home/declan/Programming/lib/wxArt2D/bin/FindwxWidgets.cmake
>  [1]/home/declan/Programming/lib/wxArt2D/CMakeLists.txt
>


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