[Gimp-user] Gimp 2.7 Install on Centos

2009-11-07 Thread Greg S.
Hi all,

The error message below was generated when I tried to configure gegl. I have
installed glib-2.22.2

Has anyone got any ideas please.


*** 'pkg-config --modversion glib-2.0' returned 2.22.2, but GLIB (2.12.3)
*** was found! If pkg-config was correct,


regards

greg Redx

-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Gimp 2.7 Install on Centos

2009-11-07 Thread Greg S.
Thanks Owen for that info.

I have been following the install process you have outlined.

I installed glib-2.22.2 in opt.
any advise?

regards

Greg


 Hi all,

 The error message below was generated when I tried to configure gegl.
 I have
 installed glib-2.22.2

 Has anyone got any ideas please.


 *** 'pkg-config --modversion glib-2.0' returned 2.22.2, but GLIB
 (2.12.3)
 *** was found! If pkg-config was correct,


Where did you install glib-2.22.2 ?

You will probably have to set the environment variable to look for the
libraries. It has found the correct pkg-config

Have you seen this;
http://www.gimpusers.com/news/2009-10-14/compiling-gimp-27-git-ubuntu-904-910.html

you mightn't be on Ubuntu, but the theory is still the same. Follow
that to the letter and you should be right.





-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Gimp 2.7 Install on Centos

2009-11-07 Thread Greg S.
Hi martin,

Thanks for that info.

I set the LD_LIBRARY_PATH to /opt/gimp-2.7/lib

But did not configure.

Any more info please

regards

Greg



On 11/07/2009 09:41 AM, Greg S. wrote:
 *** 'pkg-config --modversion glib-2.0' returned 2.22.2, but GLIB (2.12.3)
 *** was found! If pkg-config was correct,

Looks like you didn't set LD_LIBRARY_PATH, it needs to be set during
configure-time since configure links a test-program

 / Martin



-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Gimp 2.6.7 install on Centos 5.3

2009-10-03 Thread Greg S.
Thanks for that and what you have said is correct. I have installed Gimp 2.4.7
and it works fine. 2.6.7 seems to be a problem. I will keep trying.

regards  Greg


-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Gimp 2.6.7 install on Centos 5.3

2009-10-03 Thread Greg S.
I have purchased a second hand server for gimp and other software development.
The server environment will run Centos 5.3 and the newer version 5.4 will be
released soon.

regards

Greg 

-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Gimp 2.6.7 install on Centos 5.3

2009-09-27 Thread Greg S.
This is the 3rd time I have posted this item and it has not appeared in the
forum.
Has anyone installed gimp 2.6.7 on Centos 5.3 or Redhat EL5.

I have searched the net and there appears to be no rpm's for the above OS's.

Has anyone got any ideas please.

I have also pulled the packages from the git server. gegl, babl and gimp.

need help.

regards  greg

-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] babl

2009-07-19 Thread Greg S.
On 07/19/2009 11:39 AM, Martin Nordholts wrote:
 On 07/19/2009 11:37 AM, Martin Nordholts wrote:
 Then after git pull --rebase you don't
 need to bother about setting up the environment again, you just do

 make

 That should of course be

 make
 make install

 / Martin

I should also mention that to run your fresh build of GIMP you don't 
need to setup any env vars at all since libtool have setup the rpaths in 
the binaries, so just doing

   /home/user/dev/bin/gimp-2.7

without messing with environment variables will launch GIMP 2.7.

  / Martin


Hi Martin,

Thanks for your info, but git did not work. Other end hungup. Tried many
times.  Please advise  regards

greg

-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] babl

2009-07-19 Thread Greg S.
On 07/20/2009 01:11 AM, Greg S. wrote:
 Hi Martin,

 Thanks for your info, but git did not work. Other end hungup. Tried many
 times.  Please advise  regards

Exactly what commands do you use?

  / Martin
These are the commands to set up git from the git site.

git config --global user.name Rupert Monkey
git config --global user.email rup...@example.com

-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] babl

2009-07-19 Thread Greg S.
On 07/20/2009 01:11 AM, Greg S. wrote:
 Hi Martin,

 Thanks for your info, but git did not work. Other end hungup. Tried many
 times.  Please advise  regards

Exactly what commands do you use?

  / Martin
These are the commands to set up git from the git site.

git config --global user.name Rupert Monkey
git config --global user.email rup...@example.com


Plus below also from git site.

To clone all the history and branches of a project, from a shell:

git clone git://git.gnome.org/[project]



-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] babl

2009-07-19 Thread Greg S.
On 07/20/2009 01:22 AM, Greg S. wrote:
 On 07/20/2009 01:11 AM, Greg S. wrote:
 Hi Martin,

 Thanks for your info, but git did not work. Other end hungup. Tried
many
 times.  Please advise  regards
 Exactly what commands do you use?

   / Martin
 These are the commands to set up git from the git site.
 git config --global user.name Rupert Monkey
 git config --global user.email rup...@example.com


 Plus below also from git site.

 To clone all the history and branches of a project, from a shell:

 git clone git://git.gnome.org/[project]


You need to specify the project, try

   cd ~/source
   git clone git://git.gnome.org/babl
   git clone git://git.gnome.org/gegl
   git clone git://git.gnome.org/gimp

  / Martin

I put babl, gegl  gimp inside the square brackets it is now cloning repos. 
regards

greg


-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] babl

2009-07-19 Thread Greg S.
On 07/20/2009 01:22 AM, Greg S. wrote:
 On 07/20/2009 01:11 AM, Greg S. wrote:
 Hi Martin,

 Thanks for your info, but git did not work. Other end hungup. Tried
many
 times.  Please advise  regards
 Exactly what commands do you use?

   / Martin
 These are the commands to set up git from the git site.
 git config --global user.name Rupert Monkey
 git config --global user.email rup...@example.com


 Plus below also from git site.

 To clone all the history and branches of a project, from a shell:

 git clone git://git.gnome.org/[project]


You need to specify the project, try

   cd ~/source
   git clone git://git.gnome.org/babl
   git clone git://git.gnome.org/gegl
   git clone git://git.gnome.org/gimp

  / Martin

I put babl, gegl  gimp inside the square brackets it is now cloning repos.

regards

greg


I have all the repos from git for babl, gegl  gimp. I have run ./configure
and still configure can't find babl.

What do I do next. This is driving me nuts. /Greg


-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] babl

2009-07-18 Thread Greg S.
Hi, when I use ./configure the message says at the end that can't find babl

checking for BABL... configure: error: Package requirements (babl = 0.1.0)
were not met:

No package 'babl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

does anyone have any suggestions please.

-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] babl

2009-07-18 Thread Greg S.
Hi, i have already installed babl and gegl but still no good when using
./configure This is driving me nuts.

-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] babl

2009-07-18 Thread Greg S.
Greg S. wrote:
 Hi, i have already installed babl and gegl but still no good when using
 ./configure This is driving me nuts.

What about the

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

part? If you need help to understand this one you should say so,
otherwise people will assume that you are actually doing what it suggests.


HTH,
Michael

Yes I need all the help I can get. Please advise me how to do this.
PKG_CONFIG_PATH what am I to do to make this work. Please explain to me like I
am a 5 year old.

regards  Greg

-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] babl

2009-07-18 Thread Greg S.

Greg S. wrote:
 Hi, i have already installed babl and gegl but still no good when
 using
 ./configure This is driving me nuts.

What about the

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

part? If you need help to understand this one you should say so,
otherwise people will assume that you are actually doing what it
 suggests.


HTH,
Michael

Yes I need all the help I can get. Please advise me how to do this.
 PKG_CONFIG_PATH what am I to do to make this work. Please explain to
 me like I
 am a 5 year old.



You don't say what you are using as an OS, but what you are missing in
my mind, are the development files for gegl and babl

if you built babl and gegl from scratch, no problems, but sounds like
you might be using Ubuntu or fedora. So look in you package manager
for things like gegl-dev and babl-dev

If you built babl and gegl in some non standard directory, you need to
tell the system where to find them, hence;

export PKG_CONFIG_PATH=/non_standard/directory/lib/pkgconfig

hth


I am using Centos 5.3


-- 
Greg S. (via www.gimpusers.com)
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user