Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1982 - KDE screensavers KDE3.0 OpenGL
Summary: KDE screensavers KDE3.0 OpenGL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
: 1965 (view as bug list)
Depends on:
Blocks: 1965
  Show dependency tree
 
Reported: 2002-04-21 16:08 UTC by Justin T.
Modified: 2003-02-04 19:42 UTC (History)
2 users (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 Justin T. 2002-04-21 16:08:27 UTC
Fix is to put a: 
 
#DEFINE LONG64 
 
at the beginning of the pipes.cpp file in the kscreensavers/xsavers/ 
directory... 
In file included from /usr/X11R6/include/GL/glx.h:27, 
                 from pipes.cpp:153: 
/usr/X11R6/include/X11/Xmd.h:133: conflicting types for `typedef long int  
INT32' 
/usr/qt/3/include/qglobal.h:497: previous declaration as `typedef int INT32' 
make[3]: *** [pipes.o] Error 1 
 
source='pipes.cpp' object='pipes.o' libtool=no \ 
depfile='.deps/pipes.Po' tmpdepfile='.deps/pipes.TPo' \ 
depmode=gcc /bin/sh ../../admin/depcomp \ 
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3/include -I/usr/qt/3/include  
-I/usr/X11R6/include   -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT  -D_REENTRANT   
-DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -fno-exceptions  
-fno-check-new  -c -o pipes.o `test -f pipes.cpp || echo './'`pipes.cpp 
In file included from /usr/X11R6/include/GL/glx.h:27, 
                 from pipes.cpp:153: 
/usr/X11R6/include/X11/Xmd.h:133: conflicting types for `typedef long int  
INT32' 
/usr/qt/3/include/qglobal.h:497: previous declaration as `typedef int INT32' 
make[3]: *** [pipes.o] Error 1 
 
Justin T
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-04-22 23:57:12 UTC
Added patch to kdeartwork-3.0-r1 ebuild.
Temporary solution.  Bug report to KDE team?
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2002-04-22 23:57:52 UTC
*** Bug 1965 has been marked as a duplicate of this bug. ***