


System Software by artemisfowl2007 115 comments
I am on Funtoo.
I get a message No valid GRUB2/BURG installation could be detected.
What am i missing? - Apr 05 2012

GFXBoot by jimreynold2nd 9 comments
o CMakeFiles/kcometen4.kss.dir/settings.o CMakeFiles/kcometen4.kss.dir/vec.o -o kcometen4.kss -rdynamic -L/usr/kde/4.2/lib64 -lkio -lkscreensaver -lQtOpenGL -lGLU -Wl,-rpath,/usr/kde/4.2/lib64:::::::::::::::::::
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lQtOpenGL
collect2: ld returned 1 exit status
make[2]: *** [src/kcometen4.kss] Error 1
make[2]: Leaving directory `/var/tmp/portage/kde-misc/kcometen4-1.0.3/work/kcometen4_build'
make[1]: *** [src/CMakeFiles/kcometen4.kss.dir/all] Error 2
make[1]: Leaving directory `/var/tmp/portage/kde-misc/kcometen4-1.0.3/work/kcometen4_build'
make: *** [all] Error 2 - Jan 29 2009

GFXBoot by lonk 7 comments
I tried compiling but i get.
make -C po
make[1]: Entering directory `/home/chaudhuri/gentoo-blue/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/chaudhuri/gentoo-blue/po'
mkdir -p boot
help2txt --product="openSUSE 10.3" help-boot.cs.html >boot/cs.hlp
/bin/sh: help2txt: command not found
make: *** [boot/cs.hlp] Error 127
Thanks - Aug 19 2008

KDE 3.x Window Decorations by hypnotic 16 comments
Quote:make all-recursive
make[1]: Entering directory `/home/chaudhuri/Hypnotista_Sade-0.1'
Making all in kwin
make[2]: Entering directory `/home/chaudhuri/Hypnotista_Sade-0.1/kwin'
Making all in .
make[3]: Entering directory `/home/chaudhuri/Hypnotista_Sade-0.1/kwin'
if /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./../../lib -I/usr/kde/3.5/include -I/usr/qt/3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -MT Hypnotista_Sade.lo -MD -MP -MF ".deps/Hypnotista_Sade.Tpo" -c -o Hypnotista_Sade.lo Hypnotista_Sade.cpp; \
then mv -f ".deps/Hypnotista_Sade.Tpo" ".deps/Hypnotista_Sade.Plo"; else rm -f ".deps/Hypnotista_Sade.Tpo"; exit 1; fi
Hypnotista_Sade.cpp:44:31: error: Hypnotista_Sade.moc: No such file or directory
/usr/kde/3.5/include/kdecoration.h:176: warning: 'class KDecorationProvides' has virtual functions but non-virtual destructor
Hypnotista_Sade.h:130: warning: non-local variable 'Hypnotista_Sade::<anonymous struct> Hypnotista_Sade::Settings_Param' uses anonymous type
Hypnotista_Sade.cpp: In member function 'void Hypnotista_Sade::Hypnotista_SadeHandler::createPixmaps(bool)':
Hypnotista_Sade.cpp:311: error: incomplete type 'QApplication' used in nested name specifier
Hypnotista_Sade.cpp: At global scope:
Hypnotista_Sade.cpp:747: warning: unused parameter 'bttstate'
Hypnotista_Sade.cpp: In member function 'void Hypnotista_Sade::Hypnotista_SadeClient::resizeEvent(QResizeEvent*)':
Hypnotista_Sade.cpp:2064: error: incomplete type 'QApplication' used in nested name specifier
make[3]: *** [Hypnotista_Sade.lo] Error 1
make[3]: Leaving directory `/home/chaudhuri/Hypnotista_Sade-0.1/kwin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/chaudhuri/Hypnotista_Sade-0.1/kwin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chaudhuri/Hypnotista_Sade-0.1'
- Jul 06 2007