On fedora package wish-list this package is listed. I tried to compile its source after installing all its dependencies but its showing me error during make
# make make all-recursive make[1]: Entering directory `/home/daredevil/g15tools/trunk/G15Tools++' Making all in src make[2]: Entering directory `/home/daredevil/g15tools/trunk/G15Tools++/src' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT G15Canvas.lo -MD -MP -MF .deps/G15Canvas.Tpo -c -o G15Canvas.lo G15Canvas.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT G15Canvas.lo -MD -MP -MF .deps/G15Canvas.Tpo -c G15Canvas.cpp -fPIC -DPIC -o .libs/G15Canvas.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT G15Canvas.lo -MD -MP -MF .deps/G15Canvas.Tpo -c G15Canvas.cpp -o G15Canvas.o >/dev/null 2>&1 mv -f .deps/G15Canvas.Tpo .deps/G15Canvas.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT G15Screen.lo -MD -MP -MF .deps/G15Screen.Tpo -c -o G15Screen.lo G15Screen.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT G15Screen.lo -MD -MP -MF .deps/G15Screen.Tpo -c G15Screen.cpp -fPIC -DPIC -o .libs/G15Screen.o G15Screen.cpp: In member function 'int G15Tools::G15Screen::setKeyboardBacklight(unsigned char)': G15Screen.cpp:74:28: error: 'G15DAEMON_KB_BACKLIGHT' was not declared in this scope make[2]: *** [G15Screen.lo] Error 1 make[2]: Leaving directory `/home/daredevil/g15tools/trunk/G15Tools++/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/daredevil/g15tools/trunk/G15Tools++' make: *** [all] Error 2 Actually there is no G15DAEMON_KB_BACKLIGHT declared but G15DAEMON_BACKLIGHT is their and when I use G15DAEMON_BACKLIGHT instead of G15DAEMON_KB_BACKLIGHT then it make successfully. I also mailed to upstreamer but did not get any response yet. I never used this tool if anybody used or using it please let me know about the error. Thanks and Regards, Praveen kumar Information Technology(Final Year) NIT Durgapur Blog: http://kumar-pravin.blogspot.com http://conf.kde.in _______________________________________________ india mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/india
