[MonoDevelop] Error compiling MonoDevelop

Todd Berman tberman@sevenl.net
Sat, 21 Feb 2004 22:53:08 -0500


My guess is the prefix you passed to ./autogen and the prefix your mono
is located in are different.

To tell ./configure about other prefixes use PKG_CONFIG_PATH to point to
${prefix}/lib/pkgconfig. for example if your mono was installed with a
prefix of /opt/mono you would do:

export PKG_CONFIG_PATH="/opt/mono/lib/pkgconfig"
./autogen.sh

note, you can use ; to separate more than one path in PKG_CONFIG_PATH.

--Todd

On Sat, 2004-02-21 at 22:32, eidimon wrote:
> i know it's probably something simple and stupid,but i'm just beginning
> to learn...
> when running ./configure, i get that there isn't mono in my path,and
> thus,i can't make,and run or install
> anyone any hint on what to do?
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list