|
From: Dima K. <gn...@di...> - 2013-07-03 17:28:03
|
Elias Assmann <eli...@gm...> writes: > Dima, > > On 07/01/2013 09:41 PM, Dima Kogan wrote: >> 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. > > For some reason, ‘wx-config --cxxflags’ this does not include > -D__WXGTK__ like you said: > > $ wx-config --cxxflags > -I/usr/lib/x86_64-linux-gnu/wx/include/base-unicode-release-2.8 > -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES > -DwxUSE_GUI=0 -pthread Hi Elias. I know what's happening. It was actually clear from your previous email, but I didn't look closely enough. There're several flavors of the libwx...-dev packages in Debian. You only have 'libwxbase2.8-dev' installed, with has only the non-ui stuff in it, hence you're seeing problems. Install 'libwxgtk2.8-dev' as well, and your issues should go away. Let me know if something is still broken. There IS a bug in gnuplot here, since ./configure shouldn't have succeeded in this case. I'll look at fixing it. dima |