LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-27-2004, 03:17 PM   #16
Ausar
Member
 
Registered: Jun 2004
Location: Mays Landing, NJ
Distribution: None right now. Will be using Mandrake 10.1 Official.
Posts: 171

Rep: Reputation: 30

I'm having the exact same problems as you guys. When I run make, this is what I get. I tried to make sense of it to no avail.


make
make all-recursive
make[1]: Entering directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0'
Making all in .
make[2]: Entering directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0'
Making all in m4macros
make[2]: Entering directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/m4macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/m4macros'
Making all in glib
make[2]: Entering directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/glib'
Making all in libcharset
make[3]: Entering directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/glib/libcharset'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/glib/libcharset'
make[3]: Entering directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/glib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/glib'
make[2]: Leaving directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/glib'
Making all in gobject
make[2]: Entering directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/gobject'
make glib-genmarshal
make[3]: Entering directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/gobject'
make[3]: `glib-genmarshal' is up to date.
make[3]: Leaving directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/gobject'
echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \
&& echo "#define __G_MARSHAL_H__" >> xgen-gmh \
&& ./glib-genmarshal --nostdinc --prefix=g_cclosure_marshal ./gmarshal.list --header >> xgen-gmh \
&& echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \
&& (cmp -s xgen-gmh gmarshal.h 2>/dev/null || cp xgen-gmh gmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~ \
&& echo timestamp > stamp-gmarshal.h
gcc: dependencies/glib-2.4.0/gobject/.libs/24988-lt-glib-genmarshal: No such file or directory
gcc: glib-genmarshal.o: No such file or directory
gcc: ../glib/.libs/libglib-2.0.so: No such file or directory
make[2]: *** [stamp-gmarshal.h] Error 1
make[2]: Leaving directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0/gobject'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/utility/Desktop/gtkpod dependencies/glib-2.4.0'
make: *** [all] Error 2
 
Old 08-31-2004, 11:44 AM   #17
Adan
Member
 
Registered: Aug 2004
Location: Lithuania
Distribution: Debian 3.1rev1
Posts: 38

Rep: Reputation: 15
I think i found a solution (at least it works for me)... I was reading through some forums and i found a guy with the same problem we're having. Here's what he did to solve the problem:

"...glib2.4 is installed to /usr/local/lib, which is where the problem was...
the pango configure was looking for it in /usr/lib/
I reconfigured glib to use /usr/lib instead of /usr/loca/lib (./configure
--prefix=/usr), then ran pango configure again, success."

Hope it works...
 
Old 08-31-2004, 07:36 PM   #18
karl0s
LQ Newbie
 
Registered: Oct 2003
Distribution: Debian
Posts: 12

Rep: Reputation: 0
Damnit, I'm so close! I now have the following:

configure: WARNING: No fontconfig found, skipping tests for FreeType and Xft
configure: error: *** Didn't find any of FreeType, X11, or Win32.
*** Must have at least one backend to build Pango.

I can almost taste pango!

I have Freetype and Freetype2 installed for definate.

All of the above has helped a *lot*, especially the prefix command in configure!

Now I take it I just have to find out where Freetype's pc file is, but I'm not sure. :-\ It would've been installed when Suse was installed, so where would that be?

Btw, Hi Snellgrove.
 
Old 09-08-2004, 07:13 PM   #19
OrganicOrange84
Member
 
Registered: Aug 2004
Location: Chicago
Distribution: Debian-Etch
Posts: 30

Rep: Reputation: 15
Hi! I was having that exact problem for a while and it was driving me crazy. This is my solution. It may work for some. I run mandrake 10. All I did was I downloaded libgtk+2.0 --devel-2.2.4-9mdk.i586.rpm. After I downloaded and installed that it was able to find glib. I'm also trying to install gaim and am installing it as I type! Hopefully it helps some people.
 
  


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
pango 1.4.0 and glib.h errors thehundredthone Linux - Newbie 4 03-28-2006 11:25 PM
Help!!! How to install GLib, GTK, ATK and Pango, just to get Firefox running. LOL RJARRRPCGP Linux - Newbie 7 11-20-2004 05:42 PM
Pango wants >=glib-2.4.0, I installed glib 2.4.7 and pango still says I need >=2.4.0 Locura Red Hat 5 11-01-2004 05:53 PM
Installing gtk,glib, pango af_dave Linux - Software 5 07-28-2004 03:48 AM
Pango-1.2.1 and GLib-2.2.1 Adam Shapiro Linux - Software 0 04-19-2003 12:52 PM

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

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