Fahmon, проблемы с установкой.
Форум — Development
Здравствуйте товарищи! Быть может кто то сможет мне помочь, у меня проблемы при установке данной программы. В линуксах не профессионал конечно же. Дистрибутив openSuse 11.3. В инструкции по компиляции есть условия: 1. A C++ compiler. gcc-c++ (g++) is the usual one for most Linux distros. 2. The wxGTK (Unicode) libraries and development headers. Version 2.8.0 is the minimum version required.
wxGTK скачал с офсайта 2.8.11 и установил. всё что связано с С++ и G++ установил через Установку и удаление программ. затык случается на команде make, оканчивается вот как то так:
.......
Making all in src
make[3]: Entering directory `/tmp/FahMon-2.3.99.4/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
libtool: 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 base.cpp -fPIC -DPIC -o .libs/base.o
base.cpp:16:23: fatal error: wx/wxprec.h: Нет такого файла или каталога
compilation terminated.
make[3]: *** [base.lo] Ошибка 1
make[3]: Leaving directory `/tmp/FahMon-2.3.99.4/wxcurl/src'
make[2]: *** [all-recursive] Ошибка 1
make[2]: Leaving directory `/tmp/FahMon-2.3.99.4/wxcurl'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/tmp/FahMon-2.3.99.4'
make: *** [all] Ошибка 2
.......
........
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.20.1
checking for libcurl >= version 7.15.0... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
configure: ANSI wxWidgets
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.8.0... yes (version 2.8.11)
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.
........