[MonoDevelop] Configure problems

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


YEp I did that. Now it is working. I did a find / usr -name monodoc*
-print2>/dev/null to find out where the monodoc.pc was residing then I
added that path to the PKG_CONFIG_PATH but to now avail it still
complained so I just trimmed the paths until I got it to work.
Now it looks like I can run make and we will be in business.

Sweet.

derick,

change your PKG_CONFIG_PATH to something like this

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig

You need to run the following to find out where the gtksourceview.pc,
and the monodoc.pc reside.

find /usr -name gtksourceview* -print 2>/dev/null
find /usr -name monodoc* -print 2>/dev/null

You need to look for the loaction of the *.pc files for both of them.
The directories that the reside in will determine what your config path
is.

If I anyone thinks I am mis-speaking please correct me. This is what I
did to get it to work---pre_Matthieu ;-)



On Tue, 2004-05-11 at 12:02, Matthieu Barthélemy wrote:
> I filled my PKG_CONFIG_PATH with  
> /usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib and it worked for me.
> Which paths do you have in this variable?
> 
> On Tue, 11 May 2004 11:36:55 -0400, Shawn Vose  
> <svose@programmerforrent.com> 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.
> >
> >
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >
> >
> >
> 
> 
>