Re: [java-gnome-hackers] pkg-config weirdness for an Ubuntu developer
Brought to you by:
afcowie
From: Srichand P. <sri...@gm...> - 2008-10-17 04:41:39
|
Coincidentally, I ran into this issue a while back. I think the issue here is that ubuntu's newest distribution uses gtk 2.19 while the configure script looks for something newer. I hacked the configure script to ignore the gtk version temporarily. I am sure there is a better fix, but this seemed to work for me. If you are sure that you have updated your installation, then it may just work! Srichand -- Srichand Pendyala Michigan Technological University On Oct 16, 2008, at 11:02 PM, Andrew Cowie <an...@op... > wrote: > There as a thread on the java-gnome-developer mailing list recently > where a fellow had a hard time building us because pkg-config was > failing. > > Anyone else with Ubuntu [8.10?] run into this? We don't use that > distro > ourselves, so I cannot duplicate... > > AfC > Sydney > > -------- Forwarded Message -------- > From: Andrew Cowie <an...@op...> > To: jav...@li... > Subject: Re: [Java-gnome-developer] problem with compilation of > java-gnome 4.0.9 > Date: Wed, 15 Oct 2008 19:05:43 +1100 > > On Wed, 2008-10-15 at 09:38 +0200, federico tramarin wrote: >> The problem was that the environment variable PKG_CONFIG_PATH was not >> set. > > Wow. That's weird. > > I was of the understanding that /usr/lib/pkgconfig was the default > path > that pkg-config had hardwired in at installation time and that it > should > look there automatically. > > How strange. > > Anyone know what sort of circumstances would have led to this > situation > for Federico? > > [ie, I don't have to set PKG_CONFIG_PATH for pkg-config to work, it > just > does] > > AfC > Sydney > > > > > --- > ---------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers |