LinuxQuestions.org
Review your favorite Linux distribution.
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 07-25-2003, 07:46 AM   #1
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Rep: Reputation: 30
giFToxic install problem...


i am trying to get giFToxic 0.0.9, it requires gtk+-2.0 or higher. i just installed GNOME 2.2.2 so i know i should have gtk+-2.0. here is there error that i get when i try to configure giFToxic.

checking for gtk+-2.0 >= 2.0.3 libgift >= 0.10.0... Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found

configure: error: Library requirements (gtk+-2.0 >= 2.0.3 libgift >= 0.10.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.


how can i fix this?
 
Old 07-25-2003, 07:58 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
assuming this is on redhat (please give more information next time!!) install the gtk2-devel package.
 
Old 07-25-2003, 03:10 PM   #3
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Original Poster
Rep: Reputation: 30
where can i get the gtk2-devel package? i tried the gtk website, but i didn't find it. and you assumed correctly with this being on redhat.

edit: ok, i rechecked the gtk website and i found it, but it was 2.0.1,.. when i tried to install it i got an error saying that i needed 2.1.0. i couldn't find that one.

Last edited by Zerodark; 07-25-2003 at 05:47 PM.
 
Old 07-26-2003, 04:24 PM   #4
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Original Poster
Rep: Reputation: 30
sorry for the double post... how can i just edit the pkgconfig path so that it points to gtk+-2.0 instead of the older version?
 
Old 07-26-2003, 04:28 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
don't install the source, the rpm you want will be on your distro cd's.
 
Old 07-29-2003, 07:57 AM   #6
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Original Poster
Rep: Reputation: 30
ok, i got that done, it will configure correctly and everything now. but when i try to install giFT so giFToxic will work, i get this


make[3]: *** [meta_image.lo] Error 1
make[3]: Leaving directory `/home/zero/gift-0.11.2/src/meta'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zero/gift-0.11.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zero/gift-0.11.2'
make: *** [all] Error 2
 
Old 07-29-2003, 08:09 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
there will be message *above* those that will tell you what the error acutally is.
 
Old 07-30-2003, 07:55 AM   #8
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Original Poster
Rep: Reputation: 30
meta_image.c:27:24: magick/api.h: No such file or directory
meta_image.c:33: parse error before "ExceptionInfo"
meta_image.c: In function `set_image_info':
meta_image.c:35: `Image' undeclared (first use in this function)
meta_image.c:35: (Each undeclared identifier is reported only once
meta_image.c:35: for each function it appears in.)
meta_image.c:35: `img' undeclared (first use in this function)
meta_image.c:36: `ImageInfo' undeclared (first use in this function)
meta_image.c:36: `info' undeclared (first use in this function)
meta_image.c:39: warning: implicit declaration of function `CloneImageInfo'
meta_image.c:42: `path' undeclared (first use in this function)
meta_image.c:45: warning: implicit declaration of function `ReadImage'
meta_image.c:45: `excp' undeclared (first use in this function)
meta_image.c:49: warning: implicit declaration of function `DestroyImageInfo'
meta_image.c:53: `file' undeclared (first use in this function)
meta_image.c:56: warning: implicit declaration of function `DestroyImage'
meta_image.c: In function `meta_image_run':
meta_image.c:66: `ExceptionInfo' undeclared (first use in this function)
meta_image.c:66: parse error before "excp"
meta_image.c:69: warning: implicit declaration of function `InitializeMagick'
meta_image.c:70: warning: implicit declaration of function `GetExceptionInfo'
meta_image.c:70: `excp' undeclared (first use in this function)
meta_image.c:76: warning: implicit declaration of function `DestroyExceptionInfo'
meta_image.c:77: warning: implicit declaration of function `DestroyMagick'
make[3]: *** [meta_image.lo] Error 1
make[3]: Leaving directory `/home/zero/gift-0.11.2/src/meta'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zero/gift-0.11.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/zero/gift-0.11.2'
make: *** [all] Error 2


there is the entire thing.
 
Old 07-31-2003, 10:16 PM   #9
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Original Poster
Rep: Reputation: 30
sorry for the double post,.. i really need help with this though,.. i switched to Slackware 9, and it still does it,... so please,.. anyone that has some kind of knowledge with this
 
Old 07-31-2003, 11:21 PM   #10
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
i'm getting the same errors trying to install giFT. could use some pointers on how to fix it.
 
Old 07-31-2003, 11:33 PM   #11
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Original Poster
Rep: Reputation: 30
ok, here was the thing to get it compiled right., you need to get ImageMagick,... you can find this at sourceforge.net. when i got it compiled, i started having a new problem. it says i need openFT, so i got OpenFT,.. i try to install it and it says it can't find libgift.pc,...

Last edited by Zerodark; 08-01-2003 at 07:51 AM.
 
Old 08-01-2003, 09:46 AM   #12
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
i could have sworn i installed imagemagik, which is what confused me. i'll try to install/reinstall it and see what happens on my machine. maybe between the two of us we can figure this out. sounds like a ton of library dependency issues.

> edit: yep, installing or reinstalling imagemagick seems to have worked for me, which is strange, i thought for sure i installed that when i installed slack. anyway, check the installation page for the libraries giFT needs for OpenFT (section 3.1): http://gift.sourceforge.net/docs.php...html#id2847031

you might need to make sure you have all of those -- it says some are mandatory (mandatory, but not dependent, weird ). gl

Last edited by synaptical; 08-01-2003 at 10:52 AM.
 
Old 08-01-2003, 07:18 PM   #13
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Original Poster
Rep: Reputation: 30
my big problem right now is when i try to install OpenFT or giFToxic, i do the ./configure and then it says it can't find libgift.pc,... i found libgift.so and libgift.la but no libgift.pc,... anything i'm doing wrong?
 
Old 08-01-2003, 08:08 PM   #14
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
before you do the ./configure, do:

export PKG_CONFIG_PATH=/usr/local/bin

that should work. if you log out and then back in before installing, you'll have to enter the pkg config path again.
 
Old 08-12-2003, 10:41 PM   #15
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Original Poster
Rep: Reputation: 30
well,... after much time trying to figure this out, i finally found libgift.pc, i got giFT installed, i installed giFTcurs just to see if it worked out,... the installation went fine,.. giFTcurs works out just great,... i found that libgift.pc was in your giFT cvs folder (if you used cvs) so i just did this

export PKG_CONFIG_PATH=~/giFT/lib/

to get to the file,.. that worked great,.. it found it and installed just fine,.. but now i get this error <_<

giFToxic: error while loading shared libraries: libgift.so.0: cannot open shared object file: No such file or directory


so i'm going to try to figure that one out unless someone has something to offer on that subject.
 
  


Reply



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
giFToxic can't find..... recall555 Linux - Software 4 04-22-2006 07:41 PM
Sound Card problem(every time i install linux i have diffirent hardware problem) jacka1l Linux - Newbie 7 08-11-2005 06:10 AM
Slack 10.1 Install Problem(During Package Install) terdbird Slackware - Installation 2 04-22-2005 02:18 PM
dhcp problem in Debian netinst install..Help !! install. copter Linux - Networking 11 06-30-2004 01:14 PM
giFToxic problem paulr1984 Linux - Software 0 05-23-2004 02:53 PM

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

All times are GMT -5. The time now is 01:20 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