Colin Brace wrote:
> On 2/25/06, Sven Neumann <[EMAIL PROTECTED]> wrote:
>
>
>> set PKG_CONFIG_PATH so that pkg-config picks up glib and gtk+ from the
>> right locations.
>>
>
> Ah, right, I changed that to /usr/local/lib/pkgconfig/ to get glib to
> compile. Ok, so I now change it back to /
On 2/25/06, Sven Neumann <[EMAIL PROTECTED]> wrote:
> set PKG_CONFIG_PATH so that pkg-config picks up glib and gtk+ from the
> right locations.
Ah, right, I changed that to /usr/local/lib/pkgconfig/ to get glib to
compile. Ok, so I now change it back to /usr/lib/pkgconfig/. Still no
go. What am I
Hi,
"Colin Brace" <[EMAIL PROTECTED]> writes:
> $ pkg-config --modversion gtk+-2.0
> 2.8.12
>
> but:
>
> ../gimp-2.3.7/configure:
>
> [...]
>
> checking for pkg-config... (cached) /usr/bin/pkg-config
> checking for GTK+ - version >= 2.8.8... no
> *** Could not run GTK+ test program, checking why.
On 2/25/06, Tom Williams <[EMAIL PROTECTED]> wrote:
> run "pkg-config --modversion gtk+-2.0" to see what version of GTK+ is
> registered with pkg-config.
OK:
$ pkg-config --modversion gtk+-2.0
2.8.12
but:
../gimp-2.3.7/configure:
[...]
checking for pkg-config... (cached) /usr/bin/pkg-config
Hi,
"Colin Brace" <[EMAIL PROTECTED]> writes:
> Earlier this week, I installed 2.3.7 under Ubuntu (Breezy). At the
> moment, I am trying to do the same under Fedora Core 4, but I am
> having less success. In particular, I keep getting this error message
> from configure:
>
> checking for GTK+ - v
Colin Brace wrote:
> Hi all,
>
> I hate having to bother this list with tiresome compile problems, but here
> goes:
>
> Earlier this week, I installed 2.3.7 under Ubuntu (Breezy). At the
> moment, I am trying to do the same under Fedora Core 4, but I am
> having less success. In particular, I keep
Hi all,
I hate having to bother this list with tiresome compile problems, but here goes:
Earlier this week, I installed 2.3.7 under Ubuntu (Breezy). At the
moment, I am trying to do the same under Fedora Core 4, but I am
having less success. In particular, I keep getting this error message
from c