On Sun, 31 Oct 2010 17:23:05 +0100
Jernej Simončič wrote:
> On Sun, 31 Oct 2010 17:18:26 +1100, Owen wrote:
>
> > If the prefix is /opt, then have you set the paths to /opt, ie
> > LD_LIBRARY_PATH=/opt
> > PKG_CONFIG_PATH=/opt
> > PATH=/opt:$PATH
>
> Shouldn't these be
>
> LD_LIBRARY_PATH=/opt
On Sun, 31 Oct 2010 17:18:26 +1100, Owen wrote:
> If the prefix is /opt, then have you set the paths to /opt, ie
> LD_LIBRARY_PATH=/opt
> PKG_CONFIG_PATH=/opt
> PATH=/opt:$PATH
Shouldn't these be
LD_LIBRARY_PATH=/opt/lib
PKG_CONFIG_PATH=/opt/lib/pkgconfig
PATH=/opt/bin:$PATH
--
< Jernej Simon
On Sun, 31 Oct 2010, Owen wrote:
> Hi,
>
> You don't say so can you tell;
>
> Do you already have a gimp installed on you linux computer?
> If so what version is it?
>
> Where are you trying to build gimp, ie --PREFIX=?
>
> If the prefix is /opt, then have you set the paths to /opt, ie
> LD_LIBRAR
On Sun, 31 Oct 2010 02:45:15 + (GMT)
Matthew Ford wrote:
> Hello,
>
> I'm trying to compile Gimp 2.6.11 from source on Linux. I've
> successfully installed babl-0.0.22, but gegl-0.0.18 is causing
> problems. "configure" runs OK, but when I try to try to run "make" in
> the gegl-0.0.18 direct
Hello,
I'm trying to compile Gimp 2.6.11 from source on Linux. I've successfully
installed babl-0.0.22, but gegl-0.0.18 is causing problems. "configure"
runs OK, but when I try to try to run "make" in the gegl-0.0.18 directory
I get the following. Any help much appreciated!
[f...@gluon gegl-0