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

Alexander M. Batishchev abatishchev at godfather.net.ru
Thu Nov 20 10:53:20 EST 2008


Hello Mike, thanks for support, you're right!
It seems I had a second copy of gtk# installed into /usr/local, i don't know
why, maybe previous installation from Debian repository..
Gtksourceview-sharp configuration script found it in /usr/local at a moment
when my manual compilation\installation was targeted to /usr and at some
moment i got conflict between real location and settings in variables, i
guess.

-----Original Message-----
From: Mike Kestner [mailto:mkestner at gmail.com] 
Sent: Thursday, November 20, 2008 6:35 PM
To: Alexander M. Batishchev
Cc: 'Ivan N. Zlatev'; mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] Bug in configure script of gtksourceview-sharp

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