LINUX.ORG.RU

[Error] Audacious. Cannot find glib2/gtk2/pango

 


0

0

Здравствуйте уважаемый. Ситуация такая, пытаюсь из сырцов скомпилить пакетик плеера Audacious-1.4.4, но не получается этого сделать, при конфигурирвоание выдается ошибка Cannot find glib2/gtk2/pango, я уж и пытался все библиотеки переставить Glib разных версий, Gtk+, Pango, Atk, но все равно система пишет ошибку. Нужен совет как решиь проблему. ############################### ниже привожу листинг config.log ############################### This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by audacious configure 1.4.4, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = admin-jr.intranet.loc uname -m = i686 uname -r = 2.6.21-1.3194.fc7 uname -s = Linux uname -v = #1 SMP Wed May 23 22:35:01 EDT 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/kerberos/sbin PATH: /usr/kerberos/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##
configure:1914: checking build system type
configure:1932: result: i686-pc-linux-gnu
configure:1954: checking host system type
configure:1969: result: i686-pc-linux-gnu
configure:1991: checking target system type
configure:2006: result: i686-pc-linux-gnu
configure:2067: checking whether make sets $(MAKE)
configure:2088: result: yes
configure:2110: checking for a BSD-compatible install
configure:2166: result: /usr/bin/install -c
configure:2191: checking whether NLS is requested
configure:2200: result: yes
configure:2238: checking for msgfmt
configure:2269: result: /usr/bin/msgfmt
configure:2278: checking for gmsgfmt
configure:2309: result: /usr/bin/msgfmt
configure:2349: checking for xgettext
configure:2380: result: /usr/bin/xgettext
configure:2420: checking for msgmerge
configure:2450: result: /usr/bin/msgmerge
configure:2533: checking for gcc
configure:2549: found /usr/bin/gcc
configure:2560: result: gcc
configure:2798: checking for C compiler version
configure:2805: gcc --version >&5
gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-27)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2808: $? = 0
configure:2815: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-27)
configure:2818: $? = 0
configure:2825: gcc -V >&5
gcc: '-V' option must have argument
configure:2828: $? = 1
configure:2851: checking for C compiler default output file name
configure:2878: gcc conftest.c >&5
configure:2881: $? = 0
configure:2919: result: a.out
configure:2936: checking whether the C compiler works
configure:2946: ./a.out
configure:2949: $? = 0
configure:2966: result: yes
configure:2973: checking whether we are cross compiling
configure:2975: result: no
configure:2978: checking for suffix of executables
configure:2985: gcc -o conftest conftest.c >&5
configure:2988: $? = 0
configure:3012: result:
configure:3018: checking for suffix of object files
configure:3044: gcc -c conftest.c >&5
configure:3047: $? = 0
configure:3070: result: o
configure:3074: checking whether we are using the GNU C compiler
configure:3103: gcc -c conftest.c >&5
configure:3109: $? = 0
configure:3126: result: yes
configure:3131: checking whether gcc accepts -g
configure:3161: gcc -c -g conftest.c >&5
configure:3167: $? = 0
configure:3266: result: yes
configure:3283: checking for gcc option to accept ISO C89
configure:3357: gcc -c -g -O2 conftest.c >&5
configure:3363: $? = 0
configure:3386: result: none needed
configure:3447: checking for ranlib
configure:3463: found /usr/bin/ranlib
configure:3474: result: ranlib
configure:3502: checking for strerror in -lcposix
configure:3537: gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:3543: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "audacious 1.4.4"
| #define PACKAGE_BUGREPORT "bugs+audacious@atheme.org"
| #define PACKAGE "audacious"
| #define VERSION "1.4.4"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strerror ();
| int
| main ()
| {
| return strerror ();
| ;
| return 0;
| }
configure:3561: result: no
configure:3574: checking how to run the C preprocessor
configure:3614: gcc -E conftest.c
configure:3620: $? = 0
configure:3651: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3657: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "audacious"
| #define PACKAGE_TARNAME "audacious"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "audacious 1.4.4"
| #define PACKAGE_BUGREPORT "bugs+audacious@atheme.org"
| #define PACKAGE "audacious"
| #define VERSION "1.4.4"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3690: result: gcc -E
configure:3719: gcc -E conftest.c
configure:3725: $? = 0
configure:3756: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3762: $? = 1
configure: failed program was:

alder
() автор топика

configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "audacious" | #define PACKAGE_TARNAME "audacious" | #define PACKAGE_VERSION "1.4.4" | #define PACKAGE_STRING "audacious 1.4.4" | #define PACKAGE_BUGREPORT "bugs+audacious@atheme.org" | #define PACKAGE "audacious" | #define VERSION "1.4.4" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strerror (); | int | main () | { | return strerror (); | ; | return 0; | } configure:3561: result: no configure:3574: checking how to run the C preprocessor configure:3614: gcc -E conftest.c configure:3620: $? = 0 configure:3651: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3657: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "audacious" | #define PACKAGE_TARNAME "audacious" | #define PACKAGE_VERSION "1.4.4" | #define PACKAGE_STRING "audacious 1.4.4" | #define PACKAGE_BUGREPORT "bugs+audacious@atheme.org" | #define PACKAGE "audacious" | #define VERSION "1.4.4" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3690: result: gcc -E configure:3719: gcc -E conftest.c configure:3725: $? = 0 configure:3756: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3762: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "audacious" | #define PACKAGE_TARNAME "audacious" | #define PACKAGE_VERSION "1.4.4" | #define PACKAGE_STRING "audacious 1.4.4" | #define PACKAGE_BUGREPORT "bugs+audacious@atheme.org" | #define PACKAGE "audacious" | #define VERSION "1.4.4" | /* end confdefs.h. */ | #include <ac_nonexistent.h>

alder
() автор топика

configure:3800: checking for grep that handles long lines and -e
configure:3874: result: /bin/grep
configure:3879: checking for egrep
configure:3957: result: /bin/grep -E
configure:3962: checking for ANSI C header files
configure:3992: gcc -c -g -O2 conftest.c >&5
configure:3998: $? = 0
configure:4097: gcc -o conftest -g -O2 conftest.c >&5
configure:4100: $? = 0
configure:4106: ./conftest
configure:4109: $? = 0
configure:4126: result: yes
configure:4136: checking for an ANSI C-conforming const
configure:4211: gcc -c -g -O2 conftest.c >&5
configure:4217: $? = 0
configure:4232: result: yes
configure:4242: checking for inline
configure:4268: gcc -c -g -O2 conftest.c >&5
configure:4274: $? = 0
configure:4292: result: inline
configure:4325: checking for sys/types.h
configure:4346: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4368: result: yes
configure:4325: checking for sys/stat.h
configure:4346: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4368: result: yes
configure:4325: checking for stdlib.h
configure:4346: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4368: result: yes
configure:4325: checking for string.h
configure:4346: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4368: result: yes
configure:4325: checking for memory.h
configure:4346: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4368: result: yes
configure:4325: checking for strings.h
configure:4346: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4368: result: yes
configure:4325: checking for inttypes.h
configure:4346: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4368: result: yes
configure:4325: checking for stdint.h
configure:4346: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4368: result: yes
configure:4325: checking for unistd.h
configure:4346: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4368: result: yes
configure:4380: checking for off_t
configure:4410: gcc -c -g -O2 conftest.c >&5
configure:4416: $? = 0
configure:4431: result: yes
configure:4443: checking for size_t
configure:4473: gcc -c -g -O2 conftest.c >&5
configure:4479: $? = 0
configure:4494: result: yes
configure:4508: checking for working alloca.h
configure:4535: gcc -o conftest -g -O2 conftest.c >&5
configure:4541: $? = 0
configure:4558: result: yes
configure:4568: checking for alloca
configure:4615: gcc -o conftest -g -O2 conftest.c >&5
configure:4621: $? = 0
configure:4638: result: yes
configure:4871: checking for stdlib.h
configure:4877: result: yes
configure:4871: checking for unistd.h
configure:4877: result: yes
configure:5015: checking for getpagesize

alder
() автор топика

и в конце ошибка
checking for glib-2.0 >= 2.10.0 gtk+-2.0 >= 2.10.0 gthread-2.0 pango... no
configure: error: Cannot find glib2/gtk2/pango

alder
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.