LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   problems Compiling Banshee 0.11.2 (https://www.linuxquestions.org/questions/linux-general-1/problems-compiling-banshee-0-11-2-a-507018/)

rohya_joshi 12-03-2006 12:53 AM

problems Compiling Banshee 0.11.2
 
hello ppl,
I am tryin to compile banshee 0.11.2. ipod Libraries and helix dbus were compiled properly but while compiling banshee got the followinfg error... Im using SuSE 10.1.
Can any one please help me out...
Thanx a lot.....


******************************************************
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for ANSI C header files... (cached) yes
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
checking what language compliance flags to pass to the C compiler...
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for install... /usr/bin/install -c
checking pkg-config is at least version 0.9.0... yes
checking for HELIX_REMOTE... checking for MONO... configure: error: Package requirements (mono >= 1.1.10) were not met:

Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glib-2.0', required by 'Mono', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables MONO_CFLAGS
and MONO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
***********************************************************************

weibullguy 12-03-2006 03:02 AM

Configure already told what the problem was.
Quote:

Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'glib-2.0', required by 'Mono', not found
Find out where you have glib-2.0.pc installed if you have glib installed at all.
Code:

find / -iname 'glibc*'
If it's not in a standard location, you have to set the PKG_CONFIG_PATH variable. Or, better yet, reinstall it in a standard location.


All times are GMT -5. The time now is 08:40 PM.