LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-04-2006, 08:44 PM   #1
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Rep: Reputation: 87
gnome control center compile issue.


Im compiling gnome on a lfs system and am having issues getting some of the stuff working.

first my system is a pure 64 no 32 libs and im working with gcc 4

here is the error im getting


Code:
 
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0
/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I
/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -Werror -g -O2 -Wall -
MT keyboard-drawing.o -MD -MP -MF ".deps/keyboard-drawing.Tpo" \
  -c -o keyboard-drawing.o `test -f 'keyboard-drawing.c' || echo './'`keyboard-d
rawing.c; \
then mv -f ".deps/keyboard-drawing.Tpo" ".deps/keyboard-drawing.Po"; \
else rm -f ".deps/keyboard-drawing.Tpo"; exit 1; \
fi
In file included from /usr/include/pango-1.0/pango/pangofc-font.h:25,
                 from /usr/include/pango-1.0/pango/pango-ot.h:25,
                 from /usr/include/pango-1.0/pango/pangoxft.h:27,
                 from keyboard-drawing.c:27:
/usr/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file o
r directory
In file included from /usr/include/pango-1.0/pango/pango-ot.h:25,
                 from /usr/include/pango-1.0/pango/pangoxft.h:27,
                 from keyboard-drawing.c:27:
/usr/include/pango-1.0/pango/pangofc-font.h:26:10: error: #include expects "FILE
NAME" or <FILENAME>
In file included from /usr/include/pango-1.0/pango/pango-ot.h:25,
                 from /usr/include/pango-1.0/pango/pangoxft.h:27,
                 from keyboard-drawing.c:27:
/usr/include/pango-1.0/pango/pangofc-font.h:144: error: syntax error before 'pan
go_fc_font_lock_face'
cc1: warnings being treated as errors
/usr/include/pango-1.0/pango/pangofc-font.h:144: warning: type defaults to 'int'
 in declaration of 'pango_fc_font_lock_face'
/usr/include/pango-1.0/pango/pangofc-font.h:144: warning: data definition has no
 type or storage class
In file included from /usr/include/pango-1.0/pango/pangoxft-render.h:32,
                 from /usr/include/pango-1.0/pango/pangoxft.h:30,
                 from keyboard-drawing.c:27:
/usr/include/X11/Xft/Xft.h:41:10: error: #include expects "FILENAME" or <FILENAM
E>
In file included from /usr/include/pango-1.0/pango/pangoxft-render.h:32,
                 from /usr/include/pango-1.0/pango/pangoxft.h:30,
                 from keyboard-drawing.c:27:
/usr/include/X11/Xft/Xft.h:58: error: syntax error before '_XftFTlibrary'
/usr/include/X11/Xft/Xft.h:92: error: syntax error before 'FT_UInt'
/usr/include/X11/Xft/Xft.h:95: error: syntax error before '}' token
/usr/include/X11/Xft/Xft.h:99: error: syntax error before 'FT_UInt'
/usr/include/X11/Xft/Xft.h:102: error: syntax error before '}' token
/usr/include/X11/Xft/Xft.h:196: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:262: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:268: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:301: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:360: error: syntax error before 'XftLockFace'
/usr/include/X11/Xft/Xft.h:399: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:405: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:414: error: syntax error before 'FT_UInt'
/usr/include/X11/Xft/Xft.h:424: error: syntax error before 'XftCharIndex'
/usr/include/X11/Xft/Xft.h:467: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:478: error: syntax error before '*' token
/usr/include/X11/Xft/Xft.h:499: error: syntax error before '*' token
In file included from /usr/include/pango-1.0/pango/pangoxft.h:30,
                 from keyboard-drawing.c:27:
/usr/include/pango-1.0/pango/pangoxft-render.h:95: error: syntax error before 'X
ftGlyphSpec'
keyboard-drawing.c: In function 'xkb_state_notify_event_filter':
keyboard-drawing.c:1481: warning: implicit declaration of function 'memset'
keyboard-drawing.c:1481: warning: incompatible implicit declaration of built-in 
function 'memset'
keyboard-drawing.c: In function 'keyboard_drawing_set_track_modifiers':
keyboard-drawing.c:1800: warning: incompatible implicit declaration of built-in 
function 'memset'
make[2]: *** [keyboard-drawing.o] Error 1
make[2]: Leaving directory `/home/exvor/unpacked/control-center-2.10.1/libkbdraw
'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/exvor/unpacked/control-center-2.10.1'
make: *** [all] Error 2
ive alredy had issues not being able to compile one gnome package because of the x86_64 issues but im not sure if this is another.
 
Old 05-04-2006, 09:14 PM   #2
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Original Poster
Rep: Reputation: 87
nevermind i got it to compile with a version of control center 1.13.1 oddly 1.14.1 doesnet compile properly ither.


gcc4 and x86_86 make things so dificult sometimes its hard to stay modivated.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
GNOME Control Center not loading digiplaya Linux - General 0 07-14-2005 06:14 PM
Empty gnome control center TruckStuff Linux From Scratch 2 04-06-2005 10:33 PM
Gnome Control Center in KDE Mic Q SUSE / openSUSE 1 11-24-2004 10:54 AM
no Gnome Control Center in FC2T3 Espique Fedora 0 05-09-2004 07:18 AM
Can't launch redhat-network-control after updating gnome-control-center fedetxf Red Hat 0 12-12-2003 08:12 AM

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

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