Please ignore my previous post. I have successfuly build wxWidgets from source. What I did was that I downloaded http://wxpython.org/Phoenix/snapshot-builds/wxPython-Phoenix-r73568-src.tar.gz and unextracted the containing folder and then in the console navigated to the Phoenix subfolder and executed the following command:
python build.py 3.3 build
After 36 minutes of building wxWidgets from source I got this:
…
Running command: build_py
Running command: waf_py
Checking for /home/zvezda/src/Phoenix/bin/waf-1.7.9…
Not found. Attempting to download…
Connection successful…
Data downloaded…
Checking for /home/zvezda/src/Phoenix/bin/waf-1.7.9…
/usr/local/bin/python3.3 /home/zvezda/src/Phoenix/bin/waf-1.7.9 --wx_config=/home/zvezda/src/Phoenix/bld/wx-config --python=/usr/local/bin/python3.3 --out=build_waf/3.3 configure build
Setting top to : /home/zvezda/src/Phoenix
Setting out to : /home/zvezda/src/Phoenix/build_waf/3.3
Checking for ‘gcc’ (c compiler) : /usr/bin/gcc
Checking for ‘g++’ (c++ compiler) : /usr/bin/g++
Checking for program python : /usr/local/bin/python3.3
Checking for python version : (3, 3, 0, ‘final’, 0)
Checking for library python3.3 in LIBDIR : not found
Checking for library python3.3 in python_LIBPL : not found
Checking for library python3.3 in $prefix/libs : not found
Checking for library python33 in LIBDIR : not found
Checking for library python33 in python_LIBPL : not found
Checking for library python33 in $prefix/libs : not found
Checking for program /usr/local/bin/python3.3-config,python3.3-config,python-config-3.3,python3.3m-config : /usr/local/bin/python3.3-config
Checking for header Python.h : 
Asking python-config for the flags (pyembed) : yes
Getting pyembed flags from python-config : Could not build a python embedded interpreter
The configuration failed
(complete log in /home/zvezda/src/Phoenix/build_waf/3.3/config.log)
Command '/usr/local/bin/python3.3 /home/zvezda/src/Phoenix/bin/waf-1.7.9 --wx_config=/home/zvezda/src/Phoenix/bld/wx-config --python=/usr/local/bin/python3.3 --out=build_waf/3.3 configure build ’ failed with exit code 1.
Finished command: waf_py (9.512s)
Finished command: build_py (9.520s)
Finished command: build (36m53.925s)
···
What should I do?