Re: [Gimp-developer] building git on SuSE 12.2



Am Monday 22 October 2012 21:17:32 schrieb Dexter Filmore:
> Am Monday 22 October 2012 18:00:23 schrieb Jon Nordby:
> > On 22 October 2012 16:52, Dexter Filmore <Dexter Filmore gmx de> wrote:
> > > Hi all,
> > >
> > > I made some futile attempts to build git on SuSE 12.2 but as soon as I
> > > try and build gegl it claims that babl (which I just built and pointed
> > > autogen for gegl at) does not exist.
> > >
> > >
> > > So far I hacked up some scripts, the babl script for example looks like
> > > this:
> > >
> > > #!/bin/bash
> > > export PATH=/opt/gimp-git/bin:$PATH
> > > export PKG_CONFIG_PATH=/opt/gimp-git/lib/pkgconfig
> > > export LD_LIBRARY_PATH=/opt/gimp-git/lib
> > > export ACLOCAL_FLAGS="-I /opt/gimp-git/share/aclocal $ACLOCAL_FLAGS"
> > > export XDG_DATA_DIRS=/opt/gimp-git/share
>
> I think I got it: the .pc files is in /opt/gimp-git/lib64/pkgconfig, the
> script does not point at lib64. I'll adapt that and retry.

I now succesfully compiled babl and gegl, calling the gimp build script (which 
is the same but cds to the gimp src dir) 

$ ./gimp.sh

I am testing that you have the tools required to build the
GNU Image Manipulation Program from git. This test is not foolproof,
so if anything goes wrong, see the file HACKING for more information...

checking for libtool >= 1.5 ... Major version might be too new (2.4.2)
checking for gtkdocize ...
  You must have gtk-doc installed to compile GNU Image Manipulation Program.
  Install the appropriate package for your distribution,
  or get the source tarball at
  http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/
  You can also use the option --disable-gtk-doc to skip
  this test but then you will not be able to generate a
  configure script that can build the API documentation.
checking for autoconf >= 2.54 ... yes (version 2.69)
checking for automake >= 1.10.0 ... yes (version 1.12.1)
checking for intltool >= 0.40.1 ... yes (version 0.50.2)
checking for xsltproc ... yes

Please install/upgrade the missing tools and call me again.

I don't know what it wants here. xsltproc is installed, just to be sure I even 
pulled that one's git version and installed it:

$ /opt/gimp-git/bin/xsltproc --version
Using libxml 20708, libxslt 10127-GITv1.1.27-7-gd3f3331 and libexslt 816
xsltproc was compiled against libxml 20708, libxslt 10127 and libexslt 816
libxslt 10127 was compiled against libxml 20708
libexslt 816 was compiled against libxml 20708

I don't know what else to do.


-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d--(+)@ s-:+ a C++++ UL++ P+>++ L+++>++++ E-- W++ N o? K-
w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b++(+++) DI+++ D- G++ e* h>++ r* y?
------END GEEK CODE BLOCK------

Attachment: signature.asc
Description: This is a digitally signed message part.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]