Building of fahmon2.3.2b fails on openSUSE 10.3 (x86_64) using wxWidget version 2.8.0
This is the error message
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.8.0... no
configure: error:
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 2.8.0 or above.
Typing wx-config --libs delivers the following:
raimund@neo:~/Test_New_SW/FahMon-2.3.2b> wx-config --libs
-L/usr/local/lib -pthread -L/usr/lib64 -lwx_gtk2_aui-2.8 -lwx_gtk2_xrc-2.8 -lwx_gtk2_qa-2.8 -lwx_gtk2_html-2.8 -lwx_gtk2_adv-2.8 -lwx_gtk2_core-2.8 -lwx_base_xml-2.8 -lwx_base_net-2.8 -lwx_base-2.8
I digged into the configure file and found that the option --unicode in the test of the wxWidget lib is the problem. After removing the option I can compile fahmon.
Raimund