LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-08-2008, 09:33 PM   #1
crazywizzard
LQ Newbie
 
Registered: Mar 2008
Posts: 4

Rep: Reputation: 0
install gimp2.5 in /opt/gimp-2.5 complains about gegl when it does indeed exist


I followed the instructions at http://www.myscienceisbetter.info/20...ntu-hardy.html exactly. unfortunately when running ./configure for the gimp source it complains
Quote:
checking for GEGL... no
configure: error: Test for GEGL failed. Please get it from http://gegl.org/
LD_LIBRARY_PATH is /opt/gimp-2.5/lib
PKG_CONFIG_PATH is /opt/gimp-2.5/lib/pkgconfig
PATH is /opt/gimp-2.5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

make and make install completed without error for both gegl and babl

I am running Ubuntu 8.04

I don't know how to set the paths so configure can find the libraries, any help would be much appreciated. The libraries ARE in /opt/gimp-2.5/lib

Last edited by crazywizzard; 05-08-2008 at 09:37 PM.
 
Old 05-08-2008, 10:41 PM   #2
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,649
Blog Entries: 4

Rep: Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934
You might need to look at the configure-scripts .. try grep -iw gegl * .. to see how-and-where this test is actually done.

You see, what "configure" actually does is to run a bunch of tests about your system-environment so that it can figure out how to build the so-called "makefiles" that actually drive the compile process. (It's part of a grander scheme called "autoconf.") This facility can therefore do things like checking for prerequisites and corequisites, and altering the "makefile"-generation process to deal with user options, environmental differences and so-on.

"Configure" scripts can include many different kinds of tests ... including this one. (I don't have a clue what "GEGL" is, nor do I have to.) The best way to figure out exactly why a test is failing is to determine exactly what the test actually is. The guy or gal who created that configure-script decided that, so "the only way to know for sure is to go find out."

---
Footnote: Let me for-the-record review that little bit of voodoo that I quoted: grep -iw gegl *
  1. "grep" searches for strings in files.
  2. the string that I am looking for is 'gegl'
  3. the place that I am searching is "here" .. that is, "*"
  4. I have two options: the first one is 'i' which means "case-insensitive." I don't care if I find "gegl" or "GEGL" or "GeGl" or "gEgL" ...
  5. the second option is 'w' ... I'm looking for a "word" that's surrounded on both sides by a whitespace character (or by the beginning or the end of a line of text). That's to give me matches for "GegL" but not "omniGegLplex" (whatever that is...)
 
Old 05-08-2008, 11:00 PM   #3
crazywizzard
LQ Newbie
 
Registered: Mar 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Problem solved. Thanks for making me dig around in the sources!

The problem was actually a typo on my part, so minor I didn't notice it the first couple times I looked at what I had typed.
 
  


Reply

Tags
compile, ubuntu



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gimp complains about gtk+ version ("micro mismatch") when started from kmenu Donik Linux - Software 4 07-10-2008 09:10 AM
Regarding # /opt/CTEact/bin/act & /opt/SUNWexplo/bin/explorer not available for x86 rajaniyer123 Solaris / OpenSolaris 6 04-24-2008 09:09 AM
samba complains home directory doesn't exist??? lmcilwain Fedora 3 08-19-2007 12:36 PM
GIMP complains about glib Ephracis Linux - Software 2 01-14-2005 04:31 AM
after recompiling the kernal, it complains that /dev/hdx do not exist! tagigogo Linux - Software 15 09-20-2004 10:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration