Todd Zullinger wrote:
Jim wrote:
I'm trying to compile efax-gtk , I have successfully compiled on
one x86_64 box, but I have another x86_64 box that will not compile
, the same gtk+ packages are installed on both boxes. Any Ideals
about what's happening here ? Below is the error messages I get:
This is the error message I get from the box that won't compile:
checking for gtk+-2.0>= 2.0.0... no
You are missing gtk2-devel. The failure above is from pkgconfig
looking for a gtk .pc file providing gtk+-2.0 version 2.0.0 or higher.
This comes from gtk2-devel. The rpm package names are not always the
same as the names used by upstream and pkgconfig.
ilesi
Todd, the gtk2-devel packages for i386 and x86_64 are installed, But I
did another try and compiling efax-gtk again
and got another error messsage that may clairify more of the problem.
check attach file: gtk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether gcc supports -pthread... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -fexceptions... yes
checking whether g++ supports -frtti... yes
checking whether g++ supports -fsigned-char... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -pthread... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.0.0... yes
checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking GLIB_LIBS... -lglib-2.0
checking for gtk+-2.0 >= 2.0.0... no
configure: error: Library requirements (gtk+-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.