Re: [Gimp-developer] Please help me with dependency details to build GIMP 2.10 on CentOS 7
- From: Partha Bagchi <partha1b gmail com>
- 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
- Date: Thu, 17 May 2018 06:21:01 -0400
On Thu, May 17, 2018 at 3:15 AM Deft Developer <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]