

The install shows this in the console:
[100%] Built target kcometen4.kss
Install the project...
-- Install configuration: ""
-- Installing: /usr/share/apps/kcometen4/pixmaps/lightmap.png
-- Installing: /usr/share/apps/kcometen4/pixmaps/particle.png
-- Installing: /usr/share/kde4/services/ScreenSavers/kcometen4.desktop
-- Installing: /usr/share/man/man1/kcometen4.kss.1
It means it does not install kcometen4.kss because when opening the console and typing
kcometen4.kss --setup
I get:
bash: kcometen4.kss: command not found
When cmake finishes I get:
[100%] Building CXX object src/CMakeFiles/kcometen4.kss.dir/vec.o
(this line is in red: )Linking CXX executable kcometen4.kss
[100%] Built target kcometen4.kss
Serge - Aug 22 2008

Email by marcel83 148 comments

Email by marcel83 148 comments
I know but strangely it did not accept it without the .h!
I run Archlinux with gcc-4.3.0
Serge - May 22 2008

Email by marcel83 148 comments
In the main.cpp I had to add the lines
#include <stdlib.h>
#include <stdio.h>
If not, I could not compile .
The exit fonction [exit(0)] needs these libraries.
Serge - May 21 2008

Full Icon Themes by timothysaddress 55 comments

Video Apps by meneerdik 219 comments
In the Menu Preview, when watching the preview, I get this error:
Error - Kfmclient
Unable to run the command specified. The file or folder file:///home/serge/DVDWizard/Preview.png does not exist.
I use the the 1.04b version.
In the previous version, I got the same error only when I wanted to use a video file in the Menu Background.
Another thing, how can I add fonts [other fonts] in the fonts list which is proposed?
Thank you
Serge - Feb 18 2006

Karamba & Superkaramba by moshe 5 comments
LC_ALL=he_IL.utf8 superkaramba /downloads/superkaramba/HebCal/hebcal.theme
Loaded HebCal python extension!
/bin/sh: bin/cal.sh: No such file or directory
/bin/sh: bin/cal.sh: No such file or directory
/bin/sh: bin/cal.sh: No such file or directory
/bin/sh: bin/cal.sh: No such file or directory.
I run gentoo and have libhdate-1.3.0
installed.
Any idea?? - Oct 27 2005
Cannot compile anca.
the errors:
In file included from videograbber.cpp:5:
fakedevice.h:8: error: parse error before `{' token
fakedevice.h:9: error: virtual outside class declaration
fakedevice.h:9: error: non-member function `const char* GetClass(unsigned int)'
cannot have `const' method qualifier
fakedevice.h: In function `const char* GetClass(unsigned int)':
fakedevice.h:9: error: `PFakeVideoInputDevice' undeclared (first use this
function)
fakedevice.h:9: error: (Each undeclared identifier is reported only once for
each function it appears in.)
fakedevice.h:9: error: parse error before `::' token
fakedevice.h:9: error: incomplete type 'FakeVideoInputDevice' cannot be used to
name a scope
fakedevice.h: At global scope:
fakedevice.h:9: error: virtual outside class declaration
fakedevice.h:9: error: non-member function `BOOL IsClass(const char*)' cannot
have `const' method qualifier
fakedevice.h: In function `BOOL IsClass(const char*)':
fakedevice.h:9: error: incomplete type 'FakeVideoInputDevice' cannot be used to
name a scope
fakedevice.h: At global scope:
fakedevice.h:9: error: virtual outside class declaration
fakedevice.h:9: error: non-member function `BOOL IsDescendant(const char*)'
cannot have `const' method qualifier
fakedevice.h: In function `BOOL IsDescendant(const char*)':
fakedevice.h:9: error: incomplete type 'FakeVideoInputDevice' cannot be used to
name a scope
fakedevice.h:9: error: parse error before `::' token
fakedevice.h: At global scope:
fakedevice.h:9: error: syntax error before `(' token
fakedevice.h:14: error: destructors must be member functions
fakedevice.h:16: error: virtual outside class declaration
fakedevice.h:18: error: parse error before `protected'
videograbber.cpp: In member function `bool VideoGrabber::openReader()':
videograbber.cpp:133: error: cannot allocate an object of type `
PVideoInputDevice'
videograbber.cpp:133: error: because the following virtual functions are
abstract:
/usr/share/pwlib/include/ptlib/videoio.h:858: error: virtual BOOL
PVideoInputDevice::Open(const PString&, int)
/usr/share/pwlib/include/ptlib/videoio.h:300: error: virtual BOOL
PVideoDevice::IsOpen()
/usr/share/pwlib/include/ptlib/videoio.h:308: error: virtual BOOL
PVideoDevice::Start()
/usr/share/pwlib/include/ptlib/videoio.h:312: error: virtual BOOL
PVideoDevice::Stop()
/usr/share/pwlib/include/ptlib/videoio.h:322: error: virtual PStringList
PVideoDevice::GetDeviceNames() const
/usr/share/pwlib/include/ptlib/videoio.h:872: error: virtual PINDEX
PVideoInputDevice::GetMaxFrameBytes()
/usr/share/pwlib/include/ptlib/videoio.h:865: error: virtual BOOL
PVideoInputDevice::IsCapturing()
/usr/share/pwlib/include/ptlib/videoio.h:878: error: virtual BOOL
PVideoInputDevice::GetFrame(PBYTEArray&)
/usr/share/pwlib/include/ptlib/videoio.h:885: error: virtual BOOL
PVideoInputDevice::GetFrameData(BYTE*, PINDEX*)
/usr/share/pwlib/include/ptlib/videoio.h:892: error: virtual BOOL
PVideoInputDevice::GetFrameDataNoDelay(BYTE*, PINDEX*)
/usr/share/pwlib/include/ptlib/videoio.h:896: error: virtual BOOL
PVideoInputDevice::TestAllFormats()
videograbber.cpp:181: error: parse error before `(' token
make[4]: *** [videograbber.lo] Error 1
make[4]: Leaving directory `/downloads/src/anca-0.9/src/plugins/videoin'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/downloads/src/anca-0.9/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/downloads/src/anca-0.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/downloads/src/anca-0.9'
make: *** [all] Error 2
I use gentoo.
Serge - Jan 26 2005