
Panorama
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
macgyvier
16 years ago
I actually needed to change the /usr/include/qt3
- to -
/usr/qt/3/include
in the Makefile in my case to specify the location of qwidget.h.
Maybe this will help some people.
- m
Report
keba
16 years ago
I'm new to linux...
These are the error messages :
panorama.h:1:26: kscreensaver.h: Datei oder Verzeichnis nicht gefunden
In file included from panorama.moc.cpp:11:
panorama.h:4: error: syntax error before `{' token
panorama.h:13: error: syntax error before `}' token
panorama.moc.cpp:12:25: qmetaobject.h: Datei oder Verzeichnis nicht gefunden
panorama.moc.cpp:13:26: qapplication.h: Datei oder Verzeichnis nicht gefunden
panorama.moc.cpp:15:34: private/qucomextra_p.h: Datei oder Verzeichnis nicht gefunden
panorama.moc.cpp:17:2: #error "This file was generated using the moc from 3.3.3. It"
panorama.moc.cpp:18:2: #error "cannot be used with the include files from this version of Qt."
panorama.moc.cpp:19:2: #error "(The moc has changed too much.)"
panorama.moc.cpp:23: error: invalid use of undefined type `class Panorama'
panorama.h:3: error: forward declaration of `class Panorama'
and so on
what can I do ? I have SuSE 9.2 Pro
Thanks
Report
dzubi
16 years ago
If you use an rpm based distro, try rpm.pbone.net. Choose "advanced search", uncheck all, check your distro, and search after kscreensaver.h
Hope it helps
Gruss, Dani
Report
redrum
16 years ago
For your distribution, you will need to copy the panorama.desktop file (located in /usr/share/applnk/System/ScreenSavers) to wherever your Distribution has its screensaver files.
Report
dzubi
16 years ago
:(
Report
dzubi
16 years ago
this is a great idea for a screensaver!
I made a quick try and it works nice if I start it from the command line.
However, it doesn't appear in my kcontrol (the installation path is correct)
Is there anything special I have to do after the 'make install'?
Thanks and cheers
Report