PDA

View Full Version : [ubuntu] Monodevelop 1.9.1 source compiling



el_rawyy
August 1st, 2008, 03:07 PM
Hi everyone

I'm trying to compile monodevelop 1.9.1 source using this command

====>Command<====
./configure –prefix=`pkg-config –variable=prefix mono`
================================================== =

but I have an error , I wish to help me to find what is really the problem , and I'll appreciate your help.

====> error <=====

to the PKG_CONFIG_PATH environment variable
No package 'gthread-2.0' found
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 1.3.11) were not met:

No package 'glib-2.0' 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 BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

=======================================

Thank you all

Partyboi2
August 2nd, 2008, 01:51 AM
Try installing the libglib2.0-dev package

el_rawyy
August 3rd, 2008, 11:19 AM
Thank you I'll try it