LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem when "Make"ing moodin splash engine (https://www.linuxquestions.org/questions/linux-software-2/problem-when-make-ing-moodin-splash-engine-426683/)

[DK]LaMa 03-20-2006 02:15 PM

Problem when "Make"ing moodin splash engine
 
Hey

I downloaded the package ksplash-engine-moodin_0.4.2.tar.gz from kde-look.org and started to do the ./configure. It went well, but when i try to make it, it falls into "recursive errors". Ive looked at the "code", and the first suspicious line i found was this:
____________________________
cripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT thememoodin.lo -MD -MP -MF ".deps/thememoodin.Tpo" \
-c -o thememoodin.lo `test -f 'thememoodin.cpp' || echo './'`thememoodin.cpp; \
then mv -f ".deps/thememoodin.Tpo" ".deps/thememoodin.Plo"; \
else rm -f ".deps/thememoodin.Tpo"; exit 1; \
fi
In file included from thememoodin.cpp:32:
thememoodin.h:20:25: error: themeengine.h: No such file or directory <---------!!!!!!!!!!!!!!!
thememoodin.h:21:24: error: objkstheme.h: No such file or directory
thememoodin.h:34: error: expected class-name before '{' token
_____________________________

After that the error messages come up every line. The last lines i get are these:
_____________________________
/usr/include/kde/kgenericfactory.tcc:167: error: initializing argument 1 of 'ThemeMoodin::ThemeMoodin(QWidget*, const char*, const QStringList&)'
make[2]: *** [thememoodin.lo] Fejl 1
make[2]: Forlader katalog '/home/lars/KDE-Look/moodin/src'
make[1]: *** [all-recursive] Fejl 1
make[1]: Forlader katalog '/home/lars/KDE-Look/moodin'
make: *** [all] Fejl 2
lars@ubuntu:~/KDE-Look/moodin$
______________________________

(Fejl is danish for error, and "forlader katalog" means leaving place)

Ive looked everywhere on his site (which doesnt give hell of a lot info... his readme in the tarball is 0 kb... and a google for it tells me to get the package ksplash-engine-moodin which allready have.

Im really lost here, as i cant see what goes wrong in the makeing.

thanks in advance for every help offered

[DK]LaMa

BTW Im a linux newbie, so keep it as simple as possible


All times are GMT -5. The time now is 09:33 AM.