I've installed wxgtk and wxgtk devel, and everything appears to be in the right place.
when I confiugre fahmon (./configure) among other things it tells me this:
- configure: ANSI wxWidgets
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.8.0... yes (version 2.8.10)
checking for wxWidgets static library... no
configure: Unicode wxWidgets
checking for wx-config... (cached) /usr/local/bin/wx-config
checking for wxWidgets version >= 2.8.0... no
configure: WARNING:
Unicode build of wxWidgets not found.
While FahMon will still compile with the ansi version
of wxWidgets, you will lose the ability to use any unicode
character sets for translations. If this is not what you
want, install the unicode build of wxWidgets and run
configure again.
then when I build I get a bazillion errors, beginning with this:
- # make
make all-recursive
make[1]: Entering directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1'
Making all in m4
make[2]: Entering directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/m4'
Making all in wxcurl
make[2]: Entering directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl'
Making all in include
make[3]: Entering directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include'
Making all in wx
make[4]: Entering directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include/wx'
Making all in curl
make[5]: Entering directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include/wx/curl'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include/wx/curl'
make[5]: Entering directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include/wx'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include/wx'
make[4]: Leaving directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include/wx'
make[4]: Entering directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include'
make[3]: Leaving directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/include'
Making all in src
make[3]: Entering directory `/home/fredex/myfiles/programs/fahmon/FahMon-2.3.99.1/wxcurl/src'
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../wxcurl/include -Wall -Wno-strict-aliasing -g -O2 -MT base.lo -MD -MP -MF .deps/base.Tpo -c -o base.lo base.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../wxcurl/include -Wall -Wno-strict-aliasing -g -O2 -MT base.lo -MD -MP -MF .deps/base.Tpo -c base.cpp -fPIC -DPIC -o .libs/base.o
base.cpp:16:23: error: wx/wxprec.h: No such file or directory
base.cpp:19:23: error: wx/wx.h: No such file or directory
In file included from base.cpp:25:
../../wxcurl/include/wx/curl/base.h:32:22: error: wx/event.h: No such file or directory
../../wxcurl/include/wx/curl/base.h:33:23: error: wx/string.h: No such file or directory
../../wxcurl/include/wx/curl/base.h:34:25: error: wx/datetime.h: No such file or directory
../../wxcurl/include/wx/curl/base.h:35:23: error: wx/stream.h: No such file or directory
../../wxcurl/include/wx/curl/base.h:36:24: error: wx/mstream.h: No such file or directory
../../wxcurl/include/wx/curl/base.h:37:24: error: wx/sstream.h: No such file or directory
../../wxcurl/include/wx/curl/base.h:38:39: error: wx/intl.h: No such file or directory
../../wxcurl/include/wx/curl/base.h:39:25: error: wx/filename.h: No such file or directory
I'd welcome any advice/suggestions.
Thanks in advance!