[MonoDevelop] Configure problems

Shawn Vose svose@programmerforrent.com
Tue, 11 May 2004 12:18:58 -0400


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?



On Tue, 2004-05-11 at 12:15, John Luke wrote:
> Shawn Vose wrote:
> 
> >Man I am still having problems getting this monkey to get to "make". I
> >Fixed my monodoc problem by rebuilding from source and tested to see if
> >it works and it does. I rebuilt the gtksourceview from source again and
> >verified that the gtksourceview-1.0.pc exists and is in my
> >PKG_CONFIG_PATH, now I am getting a monodoc error, which has me at a
> >loss again.
> >
> >Any suggestions would be great,
> >
> >Shawn Vose
> > 
> >checking for mono >= 0.90
> >gtk-sharp >= 0.91
> >glade-sharp >= 0.91
> >gconf-sharp >= 0.91
> >gnome-sharp >= 0.91
> >gtkhtml-sharp >= 0.91
> >gtksourceview-1.0 >= 0.7
> >gtksourceview-sharp >= 0.2
> >gecko-sharp >= 0.2
> >gnome-vfs-2.0 >= 2.0
> >monodoc >= 0.14... Package gtksourceview-1.0 was not found in the
> >pkg-config search path.
> >Perhaps you should add the directory containing `gtksourceview-1.0.pc'
> >to the PKG_CONFIG_PATH environment variable
> >No package 'gtksourceview-1.0' found
> > 
> >configure: error: Library requirements (mono >= 0.90
> >gtk-sharp >= 0.91
> >glade-sharp >= 0.91
> >gconf-sharp >= 0.91
> >gnome-sharp >= 0.91
> >gtkhtml-sharp >= 0.91
> >gtksourceview-1.0 >= 0.7
> >gtksourceview-sharp >= 0.2
> >gecko-sharp >= 0.2
> >gnome-vfs-2.0 >= 2.0
> >monodoc >= 0.14) not met; consider adjusting the PKG_CONFIG_PATH
> >environment variable if your libraries are in a nonstandard prefix so
> >pkg-config can find them.
> >
> >
> >  
> >
> 
> What does:
> pkg-config --modversion gtksourceview-.10
> return from the command line?