
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This download contains four screensavers from the "Really Slick Screensavers" collection, for KDE:
Plasma
Lattice
Skyrocket
Helios
The original author of these screensavers is Terence M. Welsh.
Note: To enable sound in the Skyrocket screensaver, you will need to install OpenAL and its devel packages BEFORE you compile.
16 years ago
Changes in 0.3:
* Fixed the -lopenal compilation error.
* Fixed the "make eats all memory" compilation error.
* Various other tiny bugfixes.
Note: If 0.2 worked fine for you, there should be no reason to download this update.
Changes in 0.2:
* Fix a compilation error when OpenAL wasn't installed.
* Fix a compilation error related to std::list
* New screenshots :)
16 years ago
Changes in 0.3:
* Fixed the -lopenal compilation error.
* Fixed the "make eats all memory" compilation error.
* Various other tiny bugfixes.
Note: If 0.2 worked fine for you, there should be no reason to download this update.
Changes in 0.2:
* Fix a compilation error when OpenAL wasn't installed.
* Fix a compilation error related to std::list
* New screenshots :)
Timslin
12 years ago
Report
Jimbo99
12 years ago
Report
adsicks
10 years ago
Report
kefiroth
12 years ago
Report
morthond
13 years ago
libopenal.so.0.0.0.stub.c: In function '_relaytool_init_libopenal':
libopenal.so.0.0.0.stub.c:188: error: invalid lvalue in assignment
../libtool: line 1573: cd: no/lib: No such file or directory
OpenAL version installed: 0.0.8
I've opened configure script and I see (line 32417):
echo "$as_me:$LINENO: checking for OpenAL headers" >&5
...
#include <AL/altypes.h>
#ifdef AL_VERSION
yo_openal
#endif
But there is no AL/altypes.h include file in latest (0.0.8 at this moment) version of OpenAL, just:
AL/al.h
AL/alc.h
AL/alext.h
--without-openal also doesn't work.
Best regards
Report
stefax
13 years ago
I run configure and it returned me:
./configure --with-openal=/usr/lib
configure: WARNING: OpenAL and its development libraries are not installed. Sound in Skyrocket will be disabled.
but openal is installed!!!
equery files media-libs/openal
[ Searching for packages matching media-libs/openal... ]
media-libs/openal-0.0.8-r1
* Contents of media-libs/openal-0.0.8-r1:
/usr
/usr/bin
/usr/bin/openal-config
/usr/include
/usr/include/AL
/usr/include/AL/al.h
/usr/include/AL/alc.h
/usr/include/AL/alext.h
/usr/lib
/usr/lib/libopenal.a
/usr/lib/libopenal.la
/usr/lib/libopenal.so -> libopenal.so.0.0.0
/usr/lib/libopenal.so.0 -> libopenal.so.0.0.0
/usr/lib/libopenal.so.0.0.0
/usr/lib/pkgconfig
/usr/lib/pkgconfig/openal.pc
/usr/share
/usr/share/doc
/usr/share/doc/openal-0.0.8-r1
/usr/share/doc/openal-0.0.8-r1/AUTHORS.bz2
/usr/share/doc/openal-0.0.8-r1/ChangeLog.bz2
/usr/share/doc/openal-0.0.8-r1/NOTES.bz2
/usr/share/doc/openal-0.0.8-r1/README.bz2
/usr/share/doc/openal-0.0.8-r1/TODO.bz2
my computer:
Linux rivendell 2.6.19-gentoo-r5 #6 SMP Mon Apr 16 17:11:20 CEST 2007 i686 Intel(R) Pentium(R) 4 CPU 3.40GHz GenuineIntel GNU/Linux
gcc 4.1.1
openal 0.0.8-r1
Report
stefax
13 years ago
./configure --with-openal-lib=/usr/lib --with-openal-include=/usr/include
I got the same error...
And also with:
./configure --without-openal
it continues to check and serach for openAl and if I try to compile:
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/lib -L/usr/qt/3/lib -L/usr/kde/3.5/lib -R /usr/kde/3.5/lib -R /usr/qt/3/lib -R /usr/lib -o skyrocket.kss `./relaytool --relay openal -Lno -lopenal` skyrocket.o rsVec.o rsMatrix.o rsQuat.o skyrocketsetup.o -lkdeui -lkscreensaver -lGLU -lGL -lX11 -lm
libopenal.so.0.0.0.stub.c: In function '_relaytool_init_libopenal':
libopenal.so.0.0.0.stub.c:193: error: invalid lvalue in assignment
../libtool: line 1573: cd: no: No such file or directory
libtool: link: cannot determine absolute directory name of `no'
make[3]: *** [skyrocket.kss] Error 1
make[3]: Leaving directory `/home/stefy/Download/TMP/rss-kde-0.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/stefy/Download/TMP/rss-kde-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/stefy/Download/TMP/rss-kde-0.3'
make: *** [all] Error 2
Report
freeiconsweb
13 years ago
Report
angrykeyboarder
14 years ago
Report
friedmud
15 years ago
"
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lopenal
"
I'm still investigating... just thought I would let you know.
Friedmud
Report
HessiJames
15 years ago
Here I have a SUSE 9.3 RPM:
http://kaligames.de/rpms/rss-kde-0.3-1.i586.suse9.3.rpm
http://kaligames.de/rpms/rss-kde-0.3-1.src.rpm
Report
asenr
15 years ago
%./configure --prefix=/usr/local --with-arts
...
Good - your configure finished. Start make now
%make
make all-recursive
Making all in autopackage
Making all in src
Making all in data
source='plasma.cpp' object='plasma.o' libtool=no depfile='.deps/plasma.Po' tmpdepfile='.deps/plasma.TPo' depmode=gcc3 /usr/local/bin/bash ../admin/depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -c -o plasma.o `test -f 'plasma.cpp' || echo './'`plasma.cpp
In file included from plasma.cpp:35:
plasma.h:29:25: plasmasetup.h: No such file or directory
...
Any idea?
Report
vanRijn
16 years ago
debianmenudir = /usr/lib/menu
It should be this:
debianmenudir = $(prefix)/lib/menu
After you make this change, you'll need to go back to the top of the tree and run:
automake-1.6 -i
followed again afterwards with a ./configure from the top level. This will not cause "make install" to try to install stuff to /usr/lib/menu, which the user might not have write access to.
Report
Adinsx88
15 years ago
Report
Adinsx88
15 years ago
[[email protected] rss-kde-0.3]# make install
Making install in autopackage
make[1]: Entering directory `/home/chris/SickSS/rss-kde-0.3/autopackage'
make[2]: Entering directory `/home/chris/SickSS/rss-kde-0.3/autopackage'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/chris/SickSS/rss-kde-0.3/autopackage'
make[1]: Leaving directory `/home/chris/SickSS/rss-kde-0.3/autopackage'
Making install in src
make[1]: Entering directory `/home/chris/SickSS/rss-kde-0.3/src'
Making install in data
make[2]: Entering directory `/home/chris/SickSS/rss-kde-0.3/src/data'
make[3]: Entering directory `/home/chris/SickSS/rss-kde-0.3/src/data'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../admin/mkinstalldirs /usr/share/apps/rss-kde
/usr/bin/install -c -p -m 644 boom1SoundData /usr/share/apps/rss-kde/boom1SoundData
/usr/bin/install -c -p -m 644 boom2SoundData /usr/share/apps/rss-kde/boom2SoundData
/usr/bin/install -c -p -m 644 boom3SoundData /usr/share/apps/rss-kde/boom3SoundData
/usr/bin/install -c -p -m 644 boom4SoundData /usr/share/apps/rss-kde/boom4SoundData
/usr/bin/install -c -p -m 644 cloudmap /usr/share/apps/rss-kde/cloudmap
/usr/bin/install -c -p -m 644 earthfarmap /usr/share/apps/rss-kde/earthfarmap
/usr/bin/install -c -p -m 644 earthlightmap /usr/share/apps/rss-kde/earthlightmap
/usr/bin/install -c -p -m 644 earthnearmap /usr/share/apps/rss-kde/earthnearmap
/usr/bin/install -c -p -m 644 launch1SoundData /usr/share/apps/rss-kde/launch1SoundData
/usr/bin/install -c -p -m 644 launch2SoundData /usr/share/apps/rss-kde/launch2SoundData
/usr/bin/install -c -p -m 644 moonalpha /usr/share/apps/rss-kde/moonalpha
/usr/bin/install -c -p -m 644 moontint /usr/share/apps/rss-kde/moontint
/usr/bin/install -c -p -m 644 nukeSoundData /usr/share/apps/rss-kde/nukeSoundData
/usr/bin/install -c -p -m 644 popperSoundData /usr/share/apps/rss-kde/popperSoundData
/usr/bin/install -c -p -m 644 presmoke1 /usr/share/apps/rss-kde/presmoke1
/usr/bin/install -c -p -m 644 presmoke2 /usr/share/apps/rss-kde/presmoke2
/usr/bin/install -c -p -m 644 presmoke3 /usr/share/apps/rss-kde/presmoke3
/usr/bin/install -c -p -m 644 presmoke4 /usr/share/apps/rss-kde/presmoke4
/usr/bin/install -c -p -m 644 presmoke5 /usr/share/apps/rss-kde/presmoke5
/usr/bin/install -c -p -m 644 suckSoundData /usr/share/apps/rss-kde/suckSoundData
/usr/bin/install -c -p -m 644 whistleSoundData /usr/share/apps/rss-kde/whistleSoundData
/usr/bin/install -c -p -m 644 spheremap /usr/share/apps/rss-kde/spheremap
/usr/bin/install -c -p -m 644 brasstex /usr/share/apps/rss-kde/brasstex
/usr/bin/install -c -p -m 644 chrometex /usr/share/apps/rss-kde/chrometex
/usr/bin/install -c -p -m 644 circuittex /usr/share/apps/rss-kde/circuittex
/usr/bin/install -c -p -m 644 crystex /usr/share/apps/rss-kde/crystex
/usr/bin/install -c -p -m 644 doughtex /usr/share/apps/rss-kde/doughtex
/usr/bin/install -c -p -m 644 ghostlytex /usr/share/apps/rss-kde/ghostlytex
/usr/bin/install -c -p -m 644 indtex1 /usr/share/apps/rss-kde/indtex1
/usr/bin/install -c -p -m 644 indtex2 /usr/share/apps/rss-kde/indtex2
/usr/bin/install -c -p -m 644 shinytex /usr/share/apps/rss-kde/shinytex
make[3]: Leaving directory `/home/chris/SickSS/rss-kde-0.3/src/data'
make[2]: Leaving directory `/home/chris/SickSS/rss-kde-0.3/src/data'
make[2]: Entering directory `/home/chris/SickSS/rss-kde-0.3/src'
/bin/sh ../libtool --silent --mode=link g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/local/lib -L/usr/lib/qt3/lib -L/usr/lib -R /usr/lib -R /usr/lib/qt3/lib -R /usr/local/lib -o plasma.kss plasma.o -lkdeui -lkscreensaver -lm
plasma.o(.text+0xa6a): In function `PlasmaWidget::paintGL()':
: undefined reference to `glTexSubImage2D'
plasma.o(.text+0xa74): In function `PlasmaWidget::paintGL()':
: undefined reference to `glBegin'
plasma.o(.text+0xa7d): In function `PlasmaWidget::paintGL()':
: undefined reference to `glTexCoord2f'
plasma.o(.text+0xa86): In function `PlasmaWidget::paintGL()':
: undefined reference to `glVertex2f'
plasma.o(.text+0xa95): In function `PlasmaWidget::paintGL()':
: undefined reference to `glTexCoord2f'
plasma.o(.text+0xaa3): In function `PlasmaWidget::paintGL()':
: undefined reference to `glVertex2f'
plasma.o(.text+0xab2): In function `PlasmaWidget::paintGL()':
: undefined reference to `glTexCoord2f'
plasma.o(.text+0xabb): In function `PlasmaWidget::paintGL()':
: undefined reference to `glVertex2f'
plasma.o(.text+0xad0): In function `PlasmaWidget::paintGL()':
: undefined reference to `glTexCoord2f'
plasma.o(.text+0xad9): In function `PlasmaWidget::paintGL()':
: undefined reference to `glVertex2f'
plasma.o(.text+0xade): In function `PlasmaWidget::paintGL()':
: undefined reference to `glEnd'
plasma.o(.text+0xbe7): In function `PlasmaWidget::resizeGL(int, int)':
: undefined reference to `glViewport'
plasma.o(.text+0xbf3): In function `PlasmaWidget::resizeGL(int, int)':
: undefined reference to `glMatrixMode'
plasma.o(.text+0xbf8): In function `PlasmaWidget::resizeGL(int, int)':
: undefined reference to `glLoadIdentity'
plasma.o(.text+0xc0b): In function `PlasmaWidget::resizeGL(int, int)':
: undefined reference to `gluOrtho2D'
plasma.o(.text+0xc18): In function `PlasmaWidget::resizeGL(int, int)':
: undefined reference to `glMatrixMode'
plasma.o(.text+0xfac): In function `PlasmaWidget::initializeGL()':
: undefined reference to `glBindTexture'
plasma.o(.text+0xfc3): In function `PlasmaWidget::initializeGL()':
: undefined reference to `glTexParameteri'
plasma.o(.text+0xfda): In function `PlasmaWidget::initializeGL()':
: undefined reference to `glTexParameteri'
plasma.o(.text+0xff1): In function `PlasmaWidget::initializeGL()':
: undefined reference to `glTexParameteri'
plasma.o(.text+0x1008): In function `PlasmaWidget::initializeGL()':
: undefined reference to `glTexParameteri'
plasma.o(.text+0x103b): In function `PlasmaWidget::initializeGL()':
: undefined reference to `glTexImage2D'
plasma.o(.text+0x1048): In function `PlasmaWidget::initializeGL()':
: undefined reference to `glEnable'
plasma.o(.text+0x105f): In function `PlasmaWidget::initializeGL()':
: undefined reference to `glTexEnvf'
plasma.o(.text+0x1075): In function `PlasmaWidget::initializeGL()':
: undefined reference to `glPixelStorei'
plasma.o(.text+0x1348): In function `KPlasmaSetup::KPlasmaSetup(QWidget*, char const*)':
: undefined reference to `PlasmaSetup::PlasmaSetup(QWidget*, char const*, unsigned int)'
plasma.o(.text+0x1708): In function `KPlasmaSetup::KPlasmaSetup(QWidget*, char const*)':
: undefined reference to `PlasmaSetup::PlasmaSetup(QWidget*, char const*, unsigned int)'
plasma.o(.text+0xc24): In function `PlasmaWidget::resizeGL(int, int)':
: undefined reference to `glLoadIdentity'
collect2: ld returned 1 exit status
make[2]: *** [plasma.kss] Error 1
make[2]: Leaving directory `/home/chris/SickSS/rss-kde-0.3/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/chris/SickSS/rss-kde-0.3/src'
make: *** [install-recursive] Error 1
Any ideas?
Report
do0b
16 years ago
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/michel/download/rss-kde-0.3'
Making all in autopackage
make[2]: Entering directory `/home/michel/download/rss-kde-0.3/autopackage'
make[2]: Niets te doen voor `all'.
make[2]: Leaving directory `/home/michel/download/rss-kde-0.3/autopackage'
Making all in src
make[2]: Entering directory `/home/michel/download/rss-kde-0.3/src'
Making all in data
make[3]: Entering directory `/home/michel/download/rss-kde-0.3/src/data'
make[3]: Niets te doen voor `all'.
make[3]: Leaving directory `/home/michel/download/rss-kde-0.3/src/data'
make[3]: Entering directory `/home/michel/download/rss-kde-0.3/src'
/usr/lib/qt3//bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o plasmasetup.h ./plasmasetup.ui
/usr/lib/qt3//bin/moc ./plasma.h -o plasma.moc
source='plasma.cpp' object='plasma.o' libtool=no \
depfile='.deps/plasma.Po' tmpdepfile='.deps/plasma.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o plasma.o `test -f 'plasma.cpp' || echo './'`plasma.cpp
/usr/lib/qt3//bin/moc plasmasetup.h -o plasmasetup.moc
rm -f plasmasetup.cpp
echo '#include ' > plasmasetup.cpp
echo '#include ' >> plasmasetup.cpp
/usr/lib/qt3//bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i plasmasetup.h ./plasmasetup.ui > plasmasetup.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" plasmasetup.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_plasmasetup,g" >> plasmasetup.cpp ;\
rm -f plasmasetup.cpp.temp ;\
if test "$ret" = 0; then echo '#include "plasmasetup.moc"' >> plasmasetup.cpp; else rm -f plasmasetup.cpp ; exit $ret ; fi
source='plasmasetup.cpp' object='plasmasetup.o' libtool=no \
depfile='.deps/plasmasetup.Po' tmpdepfile='.deps/plasmasetup.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o plasmasetup.o `test -f 'plasmasetup.cpp' || echo './'`plasmasetup.cpp
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/X11R6/lib -L/usr/lib/qt3//lib -L/usr/lib -R /usr/lib -R /usr/lib/qt3//lib -R /usr/X11R6/lib -o plasma.kss plasma.o plasmasetup.o -lkdeui -lkscreensaver -lGLU -lGL -lX11 -lm
libtool: link: cannot find the library `/usr/X11R6/lib/libGL.la'
make[3]: *** [plasma.kss] Fout 1
make[3]: Leaving directory `/home/michel/download/rss-kde-0.3/src'
make[2]: *** [all-recursive] Fout 1
make[2]: Leaving directory `/home/michel/download/rss-kde-0.3/src'
make[1]: *** [all-recursive] Fout 1
make[1]: Leaving directory `/home/michel/download/rss-kde-0.3'
make: *** [all] Fout 2
[[email protected] rss-kde-0.3]$ su
Password:
[[email protected] rss-kde-0.3]# make
make all-recursive
make[1]: Entering directory `/home/michel/download/rss-kde-0.3'
Making all in autopackage
make[2]: Entering directory `/home/michel/download/rss-kde-0.3/autopackage'
make[2]: Niets te doen voor `all'.
make[2]: Leaving directory `/home/michel/download/rss-kde-0.3/autopackage'
Making all in src
make[2]: Entering directory `/home/michel/download/rss-kde-0.3/src'
Making all in data
make[3]: Entering directory `/home/michel/download/rss-kde-0.3/src/data'
make[3]: Niets te doen voor `all'.
make[3]: Leaving directory `/home/michel/download/rss-kde-0.3/src/data'
make[3]: Entering directory `/home/michel/download/rss-kde-0.3/src'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/X11R6/lib -L/usr/lib/qt3//lib -L/usr/lib -R /usr/lib -R /usr/lib/qt3//lib -R /usr/X11R6/lib -o plasma.kss plasma.o plasmasetup.o -lkdeui -lkscreensaver -lGLU -lGL -lX11 -lm
libtool: link: cannot find the library `/usr/X11R6/lib/libGL.la'
make[3]: *** [plasma.kss] Fout 1
make[3]: Leaving directory `/home/michel/download/rss-kde-0.3/src'
make[2]: *** [all-recursive] Fout 1
make[2]: Leaving directory `/home/michel/download/rss-kde-0.3/src'
make[1]: *** [all-recursive] Fout 1
make[1]: Leaving directory `/home/michel/download/rss-kde-0.3'
make: *** [all] Fout 2
Report
deathmetal77
15 years ago
$ make
cd . && /bin/sh /home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3/admin/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3'
Making all in autopackage
make[2]: Entering directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3/autopackage'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3/autopackage'
Making all in src
make[2]: Entering directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3/src'
Making all in data
make[3]: Entering directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3/src/data'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3/src/data'
make[3]: Entering directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3/src'
/usr/lib/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -o plasmasetup.h ./plasmasetup.ui
/usr/lib/qt/bin/moc ./plasma.h -o plasma.moc
source='plasma.cpp' object='plasma.o' libtool=no \
depfile='.deps/plasma.Po' tmpdepfile='.deps/plasma.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o plasma.o `test -f 'plasma.cpp' || echo './'`plasma.cpp
/usr/lib/qt/bin/moc plasmasetup.h -o plasmasetup.moc
rm -f plasmasetup.cpp
echo '#include ' > plasmasetup.cpp
echo '#include ' >> plasmasetup.cpp
/usr/lib/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i plasmasetup.h ./plasmasetup.ui > plasmasetup.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" plasmasetup.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_plasmasetup,g" >> plasmasetup.cpp ;\
rm -f plasmasetup.cpp.temp ;\
if test "$ret" = 0; then echo '#include "plasmasetup.moc"' >> plasmasetup.cpp; else rm -f plasmasetup.cpp ; exit $ret ; fi
source='plasmasetup.cpp' object='plasmasetup.o' libtool=no \
depfile='.deps/plasmasetup.Po' tmpdepfile='.deps/plasmasetup.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o plasmasetup.o `test -f 'plasmasetup.cpp' || echo './'`plasmasetup.cpp
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/X11R6/lib -L/usr/lib/qt/lib -L/opt/kde/lib -R /opt/kde/lib -R /usr/lib/qt/lib -R /usr/X11R6/lib -o plasma.kss plasma.o plasmasetup.o -lkdeui -lkscreensaver -lGLU -lGL -lX11 -lm
/usr/lib/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -o latticesetup.h ./latticesetup.ui
/usr/lib/qt/bin/moc ./lattice.h -o lattice.moc
source='lattice.cpp' object='lattice.o' libtool=no \
depfile='.deps/lattice.Po' tmpdepfile='.deps/lattice.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o lattice.o `test -f 'lattice.cpp' || echo './'`lattice.cpp
lattice.cpp: In member function `virtual void LatticeWidget::paintGL()':
lattice.cpp:651: warning: unused variable `rsVec cull[5]'
/usr/lib/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -o heliossetup.h ./heliossetup.ui
/usr/lib/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -o skyrocketsetup.h ./skyrocketsetup.ui
source='rsVec.cpp' object='rsVec.o' libtool=no \
depfile='.deps/rsVec.Po' tmpdepfile='.deps/rsVec.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o rsVec.o `test -f 'rsVec.cpp' || echo './'`rsVec.cpp
source='rsQuat.cpp' object='rsQuat.o' libtool=no \
depfile='.deps/rsQuat.Po' tmpdepfile='.deps/rsQuat.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o rsQuat.o `test -f 'rsQuat.cpp' || echo './'`rsQuat.cpp
/usr/lib/qt/bin/moc latticesetup.h -o latticesetup.moc
rm -f latticesetup.cpp
echo '#include ' > latticesetup.cpp
echo '#include ' >> latticesetup.cpp
/usr/lib/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i latticesetup.h ./latticesetup.ui > latticesetup.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" latticesetup.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_latticesetup,g" >> latticesetup.cpp ;\
rm -f latticesetup.cpp.temp ;\
if test "$ret" = 0; then echo '#include "latticesetup.moc"' >> latticesetup.cpp; else rm -f latticesetup.cpp ; exit $ret ; fi
source='latticesetup.cpp' object='latticesetup.o' libtool=no \
depfile='.deps/latticesetup.Po' tmpdepfile='.deps/latticesetup.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o latticesetup.o `test -f 'latticesetup.cpp' || echo './'`latticesetup.cpp
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/X11R6/lib -L/usr/lib/qt/lib -L/opt/kde/lib -R /opt/kde/lib -R /usr/lib/qt/lib -R /usr/X11R6/lib -o lattice.kss lattice.o rsVec.o rsQuat.o latticesetup.o -lkdeui -lkscreensaver -lGLU -lGL -lX11 -lm
/usr/lib/qt/bin/moc ./skyrocket.h -o skyrocket.moc
source='skyrocket.cpp' object='skyrocket.o' libtool=no \
depfile='.deps/skyrocket.Po' tmpdepfile='.deps/skyrocket.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o skyrocket.o `test -f 'skyrocket.cpp' || echo './'`skyrocket.cpp
In file included from skyrocket_particle.h:30,
from skyrocket.cpp:36:
skyrocket_sound.h: In function `void insertSoundNode(int, rsVec, rsVec)':
skyrocket_sound.h:209: warning: unused parameter `int sound'
skyrocket_sound.h:209: warning: unused parameter `rsVec source'
skyrocket_sound.h:209: warning: unused parameter `rsVec observer'
skyrocket_sound.h: In function `void updateSound(float*, float*, float*)':
skyrocket_sound.h:213: warning: unused parameter `float*listenerPos'
skyrocket_sound.h:213: warning: unused parameter `float*listenerVel'
skyrocket_sound.h:213: warning: unused parameter `float*listenerOri'
source='rsMatrix.cpp' object='rsMatrix.o' libtool=no \
depfile='.deps/rsMatrix.Po' tmpdepfile='.deps/rsMatrix.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o rsMatrix.o `test -f 'rsMatrix.cpp' || echo './'`rsMatrix.cpp
/usr/lib/qt/bin/moc skyrocketsetup.h -o skyrocketsetup.moc
rm -f skyrocketsetup.cpp
echo '#include ' > skyrocketsetup.cpp
echo '#include ' >> skyrocketsetup.cpp
/usr/lib/qt/bin/uic -L /opt/kde/lib/kde3/plugins/designer -nounload -tr tr2i18n -i skyrocketsetup.h ./skyrocketsetup.ui > skyrocketsetup.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" skyrocketsetup.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_skyrocketsetup,g" >> skyrocketsetup.cpp ;\
rm -f skyrocketsetup.cpp.temp ;\
if test "$ret" = 0; then echo '#include "skyrocketsetup.moc"' >> skyrocketsetup.cpp; else rm -f skyrocketsetup.cpp ; exit $ret ; fi
source='skyrocketsetup.cpp' object='skyrocketsetup.o' libtool=no \
depfile='.deps/skyrocketsetup.Po' tmpdepfile='.deps/skyrocketsetup.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o skyrocketsetup.o `test -f 'skyrocketsetup.cpp' || echo './'`skyrocketsetup.cpp
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/X11R6/lib -L/usr/lib/qt/lib -L/opt/kde/lib -R /opt/kde/lib -R /usr/lib/qt/lib -R /usr/X11R6/lib -o skyrocket.kss `./relaytool --relay openal -lopenal` skyrocket.o rsVec.o rsMatrix.o rsQuat.o skyrocketsetup.o -lkdeui -lkscreensaver -lGLU -lGL -lX11 -lm
could not find openal in search path
skyrocket.o(.text+0xc069): In function `SkyrocketWidget::SkyrocketWidget[not-in-charge](QWidget*, char const*, SkyrocketParams)':
: undefined reference to `libopenal_is_present'
skyrocket.o(.text+0xc2fa): In function `SkyrocketWidget::SkyrocketWidget[in-charge](QWidget*, char const*, SkyrocketParams)':
: undefined reference to `libopenal_is_present'
skyrocket.o(.text+0xf418): In function `KSkyrocketSetup::KSkyrocketSetup[not-in-charge](QWidget*, char const*)':
: undefined reference to `libopenal_is_present'
skyrocket.o(.text+0xf449): In function `KSkyrocketSetup::KSkyrocketSetup[not-in-charge](QWidget*, char const*)':
: undefined reference to `libopenal_is_present'
skyrocket.o(.text+0xf478): In function `KSkyrocketSetup::KSkyrocketSetup[not-in-charge](QWidget*, char const*)':
: undefined reference to `libopenal_is_present'
skyrocket.o(.text+0xf4a9): more undefined references to `libopenal_is_present' follow
collect2: ld returned 1 exit status
make[3]: *** [skyrocket.kss] Error 1
make[3]: Leaving directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/deathmetal77/downloads/themes/KDE/screensavers/rss-kde-0.3'
make: *** [all] Error 2
Report
do0b
16 years ago
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/michel/download/rss-kde-0.3'
Making all in autopackage
make[2]: Entering directory `/home/michel/download/rss-kde-0.3/autopackage'
make[2]: Niets te doen voor `all'.
make[2]: Leaving directory `/home/michel/download/rss-kde-0.3/autopackage'
Making all in src
make[2]: Entering directory `/home/michel/download/rss-kde-0.3/src'
Making all in data
make[3]: Entering directory `/home/michel/download/rss-kde-0.3/src/data'
make[3]: Niets te doen voor `all'.
make[3]: Leaving directory `/home/michel/download/rss-kde-0.3/src/data'
make[3]: Entering directory `/home/michel/download/rss-kde-0.3/src'
/usr/lib/qt3//bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o plasmasetup.h ./plasmasetup.ui
/usr/lib/qt3//bin/moc ./plasma.h -o plasma.moc
source='plasma.cpp' object='plasma.o' libtool=no \
depfile='.deps/plasma.Po' tmpdepfile='.deps/plasma.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o plasma.o `test -f 'plasma.cpp' || echo './'`plasma.cpp
/usr/lib/qt3//bin/moc plasmasetup.h -o plasmasetup.moc
rm -f plasmasetup.cpp
echo '#include ' > plasmasetup.cpp
echo '#include ' >> plasmasetup.cpp
/usr/lib/qt3//bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr tr2i18n -i plasmasetup.h ./plasmasetup.ui > plasmasetup.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g" plasmasetup.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | /usr/bin/perl -pe "s,image([0-9][0-9]*)_data,img\$1_plasmasetup,g" >> plasmasetup.cpp ;\
rm -f plasmasetup.cpp.temp ;\
if test "$ret" = 0; then echo '#include "plasmasetup.moc"' >> plasmasetup.cpp; else rm -f plasmasetup.cpp ; exit $ret ; fi
source='plasmasetup.cpp' object='plasmasetup.o' libtool=no \
depfile='.deps/plasmasetup.Po' tmpdepfile='.deps/plasmasetup.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include -I/usr/include/libart-2.0 -UQT_NO_ASCII_CAST -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o plasmasetup.o `test -f 'plasmasetup.cpp' || echo './'`plasmasetup.cpp
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/X11R6/lib -L/usr/lib/qt3//lib -L/usr/lib -R /usr/lib -R /usr/lib/qt3//lib -R /usr/X11R6/lib -o plasma.kss plasma.o plasmasetup.o -lkdeui -lkscreensaver -lGLU -lGL -lX11 -lm
libtool: link: cannot find the library `/usr/X11R6/lib/libGL.la'
make[3]: *** [plasma.kss] Fout 1
make[3]: Leaving directory `/home/michel/download/rss-kde-0.3/src'
make[2]: *** [all-recursive] Fout 1
make[2]: Leaving directory `/home/michel/download/rss-kde-0.3/src'
make[1]: *** [all-recursive] Fout 1
make[1]: Leaving directory `/home/michel/download/rss-kde-0.3'
make: *** [all] Fout 2
[[email protected] rss-kde-0.3]$ su
Password:
[[email protected] rss-kde-0.3]# make
make all-recursive
make[1]: Entering directory `/home/michel/download/rss-kde-0.3'
Making all in autopackage
make[2]: Entering directory `/home/michel/download/rss-kde-0.3/autopackage'
make[2]: Niets te doen voor `all'.
make[2]: Leaving directory `/home/michel/download/rss-kde-0.3/autopackage'
Making all in src
make[2]: Entering directory `/home/michel/download/rss-kde-0.3/src'
Making all in data
make[3]: Entering directory `/home/michel/download/rss-kde-0.3/src/data'
make[3]: Niets te doen voor `all'.
make[3]: Leaving directory `/home/michel/download/rss-kde-0.3/src/data'
make[3]: Entering directory `/home/michel/download/rss-kde-0.3/src'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/X11R6/lib -L/usr/lib/qt3//lib -L/usr/lib -R /usr/lib -R /usr/lib/qt3//lib -R /usr/X11R6/lib -o plasma.kss plasma.o plasmasetup.o -lkdeui -lkscreensaver -lGLU -lGL -lX11 -lm
libtool: link: cannot find the library `/usr/X11R6/lib/libGL.la'
make[3]: *** [plasma.kss] Fout 1
make[3]: Leaving directory `/home/michel/download/rss-kde-0.3/src'
make[2]: *** [all-recursive] Fout 1
make[2]: Leaving directory `/home/michel/download/rss-kde-0.3/src'
make[1]: *** [all-recursive] Fout 1
make[1]: Leaving directory `/home/michel/download/rss-kde-0.3'
make: *** [all] Fout 2
Report
heterodox
16 years ago
checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!
I am running Fedora Core 2 and KDE 3.3.1
I have found libqt-mt.so, libqt-mt.so.3, libqt-mt.so.3.3 and libqt-mt.so.3.3.3 in usr/lib/qt-3.3/lib/ Could that be what it's looking for?
The screensavers look intriguing, I would love to get them installed :)
Thanks!
HD
Report
heterodox
16 years ago
The screensavers are wonderful!!
HD
Report
al5247an
16 years ago
Report
ausar
16 years ago
cd . && /bin/sh /home/********/Desktop/rss-kde-0.3/admin/missing --run autoheader
FATAL ERROR: Autoconf version 2.52 or higher is required for this script
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
make all-recursive
make[1]: Entering directory `/home/shannon/Desktop/rss-kde-0.3'
Making all in autopackage
make[2]: Entering directory `/home/shannon/Desktop/rss-kde-0.3/autopackage'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/shannon/Desktop/rss-kde-0.3/autopackage'
Making all in src
make[2]: Entering directory `/home/shannon/Desktop/rss-kde-0.3/src'
Making all in data
make[3]: Entering directory `/home/shannon/Desktop/rss-kde-0.3/src/data'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/shannon/Desktop/rss-kde-0.3/src/data'
make[3]: Entering directory `/home/shannon/Desktop/rss-kde-0.3/src'
Report
mikeyd
16 years ago
I'd suggest you install Autoconf version 2.52 or higher.
Report
oshogg
16 years ago
I am not a root user and I have a personal KDE installation i $KDEDIR. Almost all KDE applications install the menu shortcuts in $KDEDIR/share/applnk or somewhere beneath $KDEDIR. Why, install the menus directly in /usr/lib/menu?
cheeres,
Osho
Report
vanRijn
16 years ago
Scroll down. =:)
Report