Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7
- From: "Deft Developer" <dev hymes name>
- To: "'Partha Bagchi'" <partha1b gmail com>
- Cc: "'gimp-developer'" <gimp-developer-list gnome org>
- Subject: Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7
- Date: Thu, 17 May 2018 09:19:09 -0700
Here is the output from pkg-config, and locate
pkg-config --modversion gexiv2
Package gexiv2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gexiv2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gexiv2' found
locate gexiv2.pc
/usr/exports/projects/3rdparty/gimp_world/archives/gexiv2-0.10.6/gexiv2.pc.in
/usr/exports/projects/3rdparty/gimp_world/deps/gexiv2/gexiv2.pc
/usr/exports/projects/3rdparty/gimp_world/deps/gexiv2/gexiv2.pc.in
/usr/exports/projects/3rdparty/gimp_world/tree/gexiv2-0.10.6/gexiv2.pc
/usr/exports/projects/3rdparty/gimp_world/tree/gexiv2-0.10.6/gexiv2.pc.in
/usr/local/lib/pkgconfig/gexiv2.pc
From: Partha Bagchi [mailto:partha1b gmail com]
Sent: Thursday, May 17, 2018 3:21 AM
To: dev hymes name
Cc: gimp-developer <gimp-developer-list gnome org>
Subject: Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7
On Thu, May 17, 2018 at 3:15 AM Deft Developer <dev hymes name <mailto:dev hymes name> > wrote:
...
Here is what I have bash source before I run "autogen.sh
--prefix=$INSTALL_PREFIX" or "configure --prefix=$INSTALL_PREFIX" for each
dependency:
source /usr/bin/scl_source enable devtoolset-7
export GIMP_BLD_HOME=$HOME/projects/3rdparty/gimp_world/gimp
export SRC_DIR=$GIMP_BLD_HOME/src
export INSTALL_PREFIX=$HOME/opt/gimp-10
export LD_LIBRARY_PATH=$INSTALL_PREFIX/lib:/usr/local/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=$INSTALL_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
export PATH=$INSTALL_PREFIX/bin:$PATH
export CFLAGS="-march=native -O3"
All the above dirs exist.
With gexiv2, I run "./configure" - - - "sudo make install" without error,
but GIMP 2.10 autogen still fails with:
Error: missing dependency gexiv2 >= 0.10.6 .
what does pkg-config --modversion gexiv2 say?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]