Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12670 - kdebase-3.0.5a fails to compile
Summary: kdebase-3.0.5a fails to compile
Status: RESOLVED DUPLICATE of bug 9423
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-24 13:25 UTC by Mark Hollomon
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hollomon 2002-12-24 13:25:28 UTC
When trying to --update to 3.0.5a, I get the following compile error: 
 
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/freetype2 
-I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include 
-DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -DNO_DEBUG -O2 -march=athlon -O3 
-pipe -fomit-frame-pointer -ffast-math -fforce-addr -falign-functions=4 
-fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT 
-DQT_NO_ASCII_CAST -c FontEngine.cpp  -fPIC -DPIC -o .libs/FontEngine.o 
In file included from Config.cpp:45: 
xftint.h:280: declaration of C function `int XftDirScan(XftFontSet*, const  
   char*)' conflicts with 
/usr/X11R6/include/X11/Xft/Xft.h:127: previous declaration `FcBool  
   XftDirScan(FcFontSet*, const char*, int)' here 
xftint.h:392: `XftValueList' was not declared in this scope 
xftint.h:392: `v1orig' was not declared in this scope 
xftint.h:393: `XftValueList' was not declared in this scope 
xftint.h:393: `v2orig' was not declared in this scope 
xftint.h:394: parse error before `)' token 
make[4]: *** [Config.lo] Error 1 
 
 
commenting out the redeclaration of XftScanDir and XftValueListCompare allows 
the compile to continue, but then other problems with xft crop up. 
 
*  x11-libs/xft 
      Latest version available: 2.0.1-r1 
      Latest version installed: 2.0.1-r1 
      Size of downloaded files: 531 kB 
      Homepage:    http://fontconfig.org/ 
      Description: X FreeType library, also known as Xft2.0
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-24 20:05:18 UTC

*** This bug has been marked as a duplicate of 9423 ***