Compile error on Ubuntu 10.10 / missing wxWidgets

General discussions
Locked
bluefigtoast
Posts: 2
Joined: Wed Jul 06, 2011 11:36 pm

Compile error on Ubuntu 10.10 / missing wxWidgets

Post by bluefigtoast »

checked out the latest source code

Updated to revision 1652.

using gnome, fwiw

but when I tried to compile:

nwayno@Homer:~/guayadeque$ ./build
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Using install prefix /usr ...
-- Could NOT find wxWidgets (missing: wxWidgets_FOUND)
CMake Error at CMakeLists.txt:31 (MESSAGE):
wxWidgets not found!


-- Configuring incomplete, errors occurred!

Can't find wxWidgets anywhere.

Wayno
http://www.pkill-9.com
Locked