[MonoDevelop] Unable to build MD from trunk because of mono.pc

Alexander M. Batishchev abatishchev at godfather.net.ru
Fri Mar 19 16:21:29 EDT 2010


Hello.

I'm unable to build MonoDevelop from trunk (r153914) because configuration
script can't find mono to be installed

 

$ mono --version

Mono JIT compiler version 2.7 (/trunk/mono r153791 Thu Mar 18 03:42:04 MSK
2010)

 

$ configure

..

checking for UNMANAGED_DEPENDENCIES_MONO... no

configure: error: Please install mono version 2.4.2 or later to install
MonoDevelop.

Please see http://www.mono-project.org/ to download latest mono sources or
packages

 

I have read here
http://n4.nabble.com/can-t-install-monodevelop-1-9-1-after-installed-mono-2-
4-preview2-tp1516079p1516080.html that it can be because of mono.pc absence

 

$ ls /usr/lib/pkgconfig/ | grep mono

mono-2.pc

mono-cairo.pc

monodoc.pc

mono-lineeditor.pc

mono-nunit.pc

mono-options.pc

mono.web.pc

 

$ cp /usr/lib/pkgconfig/mono-2.pc /usr/lib/pkgconfig/mono.pc

$ configure

..

checking for UNMANAGED_DEPENDENCIES_MONO... yes

checking for mono... /usr/bin/mono

checking for gmcs... /usr/bin/gmcs

 

And it works!

Maybe MD configuration script is out of date in part of .pc files?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20100319/27d7c096/attachment-0001.html 


More information about the Monodevelop-list mailing list