Bug 261378 - Compile error in Flux.cpp
Summary: Compile error in Flux.cpp
Status: RESOLVED FIXED
Alias: None
Product: kscreensaver
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kscreensaver bugs tracking
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-27 14:46 UTC by Johannes Obermayr
Modified: 2011-03-05 17:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.6.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Obermayr 2010-12-27 14:46:49 UTC
Version:           unspecified (using Devel) 
OS:                Linux

Qt pre-4.8
libeigen 2.0 branch

usr/src/packages/BUILD/kdeartwork-4.5.86svn1207757/kscreensaver/kdesavers/Flux.cpp: In member function 'virtual void FluxWidget::resizeGL(int, int)':
/usr/src/packages/BUILD/kdeartwork-4.5.86svn1207757/kscreensaver/kdesavers/Flux.cpp:524:59: error: 'gluPerspective' was not declared in this scope
/usr/src/packages/BUILD/kdeartwork-4.5.86svn1207757/kscreensaver/kdesavers/Flux.cpp: In member function 'void FluxWidget::updateParameters()':
/usr/src/packages/BUILD/kdeartwork-4.5.86svn1207757/kscreensaver/kdesavers/Flux.cpp:690:9: error: 'GLUquadricObj' was not declared in this scope
/usr/src/packages/BUILD/kdeartwork-4.5.86svn1207757/kscreensaver/kdesavers/Flux.cpp:690:24: error: 'qobj' was not declared in this scope
/usr/src/packages/BUILD/kdeartwork-4.5.86svn1207757/kscreensaver/kdesavers/Flux.cpp:690:45: error: 'gluNewQuadric' was not declared in this scope
/usr/src/packages/BUILD/kdeartwork-4.5.86svn1207757/kscreensaver/kdesavers/Flux.cpp:691:73: error: 'gluSphere' was not declared in this scope
/usr/src/packages/BUILD/kdeartwork-4.5.86svn1207757/kscreensaver/kdesavers/Flux.cpp:692:30: error: 'gluDeleteQuadric' was not declared in this scope
make[2]: *** [kscreensaver/kdesavers/CMakeFiles/kflux.kss.dir/Flux.o] Error 1

Reproducible: Always
Comment 1 Oswald Buddenhagen 2011-03-05 17:35:20 UTC
SVN commit 1223890 by ossi:

add missing glu.h include

BUG: 261378
FIXED-IN: 4.6.2


 M  +11 -4     Flux.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1223890