When compiling Atque in Gentoo, if wxWidgets is not selected with eselect, the configure process defaults to a "command-line tools only" build. When make is invoked, the build does not work. It appears that the generated Makefile is incomplete.
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.8.0... ./configure: line 21376: test: too many arguments
./configure: line 21379: test: too many arguments
no (version An error occurred while calling wx-config:
No profile currently selected
Please use eselect wxwidgets to select an available profile and try again. is not new enough)
configure: WARNING: wxWidgets not enabled, building command line tools only
[...]
Makefile:202: *** missing separator. Stop.
Anonymous
Perhaps I should add that using eselect to pick an appropriate wx profile enables the GUI tools and the build is successful.