LinuxQuestions.org
Help answer threads with 0 replies.
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 10-13-2004, 12:03 PM   #1
RoaCh Of DisCor
Member
 
Registered: Apr 2004
Location: Washington State
Distribution: SuSE 9.3 / Slackware-Current
Posts: 701

Rep: Reputation: 30
Having problems install pango 1.2.0...please help :(


gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/usr/local/etc\" -DLIBDIR=\"/usr/local/lib\" -DMODULE_VERSION=\"1.2.0\" -DG_DISABLE_DEPRECATED -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/X11R6/include -I.. -g -O2 -Wall -c pangoxft-font.c -fPIC -DPIC -o pangoxft-font.lo
In file included from ../pango/pango-ot.h:25,
from pangoxft.h:27,
from pangoxft-private.h:25,
from pangoxft-font.c:26:
/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been included yet!"
/usr/include/freetype2/freetype/freetype.h:21:2: #error "Please always use macros to include FreeType header files."
/usr/include/freetype2/freetype/freetype.h:22:2: #error "Example:"
/usr/include/freetype2/freetype/freetype.h:23:2: #error " #include <ft2build.h>"
/usr/include/freetype2/freetype/freetype.h:24:2: #error " #include FT_FREETYPE_H"
pangoxft-font.c:674: warning: `set_unicode_charmap' defined but not used
make[3]: *** [pangoxft-font.lo] Error 1
make[3]: Leaving directory `/home/roach/pango-1.2.0/pango'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/roach/pango-1.2.0/pango'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/roach/pango-1.2.0'
make: *** [all-recursive-am] Error 2
root@box:/home/roach/pango-1.2.0#

How do I fix this error...i've googled, and tried several things with no luck. Thanks.

-RoaCh
 
Old 10-13-2004, 12:23 PM   #2
RoaCh Of DisCor
Member
 
Registered: Apr 2004
Location: Washington State
Distribution: SuSE 9.3 / Slackware-Current
Posts: 701

Original Poster
Rep: Reputation: 30
[color=firebrick]I get this when trying to install GTK as well..

/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't been included yet!"
/usr/include/freetype2/freetype/freetype.h:21:2: #error "Please always use macros to include FreeType header files."
/usr/include/freetype2/freetype/freetype.h:22:2: #error "Example:"
/usr/include/freetype2/freetype/freetype.h:23:2: #error " #include <ft2build.h>"
/usr/include/freetype2/freetype/freetype.h:24:2: #error " #include FT_FREETYPE_H"
make[4]: *** [gdkasync.lo] Error 1
make[4]: Leaving directory `/home/roach/gtk+-2.4.0/gdk/x11'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/roach/gtk+-2.4.0/gdk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/roach/gtk+-2.4.0/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/roach/gtk+-2.4.0'
make: *** [all] Error 2
root@box:/home/roach/gtk+-2.4.0#

Same type of thing. What is this freetype? I'm using knoppix by the way..installed on the hd
 
Old 10-13-2004, 12:27 PM   #3
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
yea your freetype2 is (newer) out of sync with your Xft2
you just need to change 2 lines in the header file
/usr/X11R6/include/X11/Xft/Xft.h
here's the diff
http://cvsweb.xfree86.org/cvsweb/xc/...1=1.32&r2=1.33
hope that does it
 
Old 10-13-2004, 12:46 PM   #4
RoaCh Of DisCor
Member
 
Registered: Apr 2004
Location: Washington State
Distribution: SuSE 9.3 / Slackware-Current
Posts: 701

Original Poster
Rep: Reputation: 30
Excellent...thanks. That indeed worked...BUT...once it goes allot further...I run into this error ..

gtktooltips.lo gtktree.lo gtktreedatalist.lo gtktreednd.lo gtktreeitem.lo gtktreemodel.lo gtktreemodelfilter.lo gtktreemodelsort.lo gtktreeselection.lo gtktreesortable.lo gtktreestore.lo gtktreeview.lo gtktreeviewcolumn.lo gtktypebuiltins.lo gtktypeutils.lo gtkuimanager.lo gtkvbbox.lo gtkvbox.lo gtkviewport.lo gtkvpaned.lo gtkvruler.lo gtkvscale.lo gtkvscrollbar.lo gtkvseparator.lo gtkwidget.lo gtkwindow-decorate.lo gtkwindow.lo gtkfilesystemunix.lo gtkplug.lo gtksocket.lo gtkxembed.lo ../gdk-pixbuf/libgdk_pixbuf-2.0.la ../gdk/libgdk-x11-2.0.la -L/usr/X11R6/lib -lX11 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lm xdgmime/libxdgmime.la
libtool: link: warning: `/usr/X11R6/lib/libXrender.la' seems to be moved
grep: /usr/lib/libintl.la: No such file or directory
/bin/sed: can't read /usr/lib/libintl.la: No such file or directory
libtool: link: `/usr/lib/libintl.la' is not a valid libtool archive
make[4]: *** [libgtk-x11-2.0.la] Error 1
make[4]: Leaving directory `/home/roach/gtk+-2.4.0/gtk'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/roach/gtk+-2.4.0/gtk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/roach/gtk+-2.4.0/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/roach/gtk+-2.4.0'
make: *** [all] Error 2
root@box:/home/roach/gtk+-2.4.0#
 
Old 10-13-2004, 01:19 PM   #5
RoaCh Of DisCor
Member
 
Registered: Apr 2004
Location: Washington State
Distribution: SuSE 9.3 / Slackware-Current
Posts: 701

Original Poster
Rep: Reputation: 30
-edit...aciddently post the above post twice

Last edited by RoaCh Of DisCor; 10-13-2004 at 01:34 PM.
 
  


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
error in the creation of `etc/pango/pango.modules` okeyla Linux - Newbie 3 07-02-2011 08:06 PM
pango install fails on make install Seph64 Linux From Scratch 1 10-15-2005 11:17 PM
GTK install: Pango Problems Daddywags Linux - Software 9 04-27-2005 08:57 AM
Can't install pango-1.6.0 ns_sanish Linux - Software 3 10-20-2004 07:29 AM
Trying to install pango... psyklops Linux - General 8 08-26-2003 06:17 AM

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

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