[Mono-dev] Bug in configure script of gtksourceview-sharp

Mike Kestner mkestner at gmail.com
Thu Nov 20 10:35:04 EST 2008


On Thu, 2008-11-20 at 18:23 +0300, Alexander M. Batishchev wrote:

> > http://anonsvn.mono-project.com/viewvc/branches/gtksourceview-sharp-0.x/ and
> > ran ./configure. It said:
> >
> > checking for gapi2-fixup... /usr/local/bin/gapi2-fixup
> > checking for gapi2-codegen... /usr/local/bin/gapi2-codegen
> >
> > But it's wrong, this applications are contained into /usr/bin/, because i
> > have installed gtk-sharp into /usr, not /usr/local.

If configure is reporting those paths it is because you have a copy of
gtk-sharp installed in /usr/local.  /usr/local/bin is typically on the
PATH before /usr/bin, so configure will always find tools there before
it looks in /usr/bin.

If you don't want to use the version you have installed in /usr/local,
you will either have to uninstall it, or adjust your PATH (and probably
PKG_CONFIG_PATH and LD_LIBRARY_PATH) to not include /usr/local.



More information about the Mono-devel-list mailing list