|
From: <pl...@pi...> - 2011-05-05 10:37:21
|
On 05/05/11 10:49, Bastian Märkisch wrote: > wx-config --version --cflags #wx-config --version --cflags An error occurred while calling wx-config: No profile currently selected Please use `eselect wxwidgets` to select an available profile and try again. #eselect wxwidgets set 1 #wx-config --version --cflags 2.8.11 -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread This may well be a Gentoo special that allows different wxGTK version to be concurrent. However, if something is missing that prevents the build maybe there should be something like a wx-config --version check in ./configure. The general idea of all the precompile checks run by configure is to make sure all is where expected. This probably should have failed in configure, not during make. thanks for the pointer , it save a lot of effort finding what was wrong. Now compiles fine. Peter. |