|
From: Dima K. <gn...@di...> - 2013-07-01 19:58:00
|
Elias Assmann <eli...@gm...> writes: > On 06/28/2013 06:21 PM, Dima Kogan wrote: >> Please post the output of >> >> dpkg -l 'libwx*' > > Desired=Unknown/Install/Remove/Purge/Hold > | > Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend > |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) > ||/ Name Version Description > +++-====================-====================-======================================================== > ii libwxbase2.8-0 2.8.12.1-6ubuntu2 wxBase library (runtime) - > non-GUI support classes of wx > ii libwxbase2.8-dev 2.8.12.1-6ubuntu2 wxBase library > (development) - non-GUI support classes o > un libwxgtk2.6-0-python <none> (no description available) > ii libwxgtk2.8-0 2.8.12.1-6ubuntu2 wxWidgets Cross-platform > C++ GUI toolkit (GTK+ runtime) > >> I am assuming you install the wx libraries via APT only. Is that correct? > > Correct. OK. Thanks for that. What's supposed to happen is that ./configure should run 'wx-config --cxxflags'. That should return a string containing -D__WXGTK__, and this string should end up in the CXXFLAGS. So you can check for that. If you send the exact compilation command that is failing and the config.log, I can check for you. Also, post what ''wx-config --cxxflags' returns. dima |