[MonoDevelop] Configure problems

John Luke jluke@cfl.rr.com
Tue, 11 May 2004 12:28:33 -0400


Shawn Vose wrote:

>It returns the following
>
>Package gtksourceview was not found in the pkg-config search path.
>Perhaps you should add the directory containing `gtksourceview.pc'
>to the PKG_CONFIG_PATH environment variable
>No package 'gtksourceview' found
>
>However I have set the PKG_CONFIG_PATH to use the .pc file that needs to
>be referenced. I wonder why it wasnt added to the pkg-config after I
>built it. Is this something I have to manually do?
>
>  
>
Woops I had a typo before:
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/other/dirs/seperated/by/colons
pkg-config --modversion gtksourceview-1.0

without export it is not put in your environment and wont work,
there is probably more explanation in the FAQS file in the MonoDevelop 
source.