This is a discussion on ksetisaver for slackware 10 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Any one know where I can get this ? My attempt to compile from source failed with an error....
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Wed, 11 Aug 2004 22:05:18 -0400, Madhusudan Singh <spammers-go-here@yahoo.com> wrote: > Any one know where I can get this ? My attempt to compile from source failed > with an error. There might be a package on linuxpackages.net. Otherwise, let us know of the error(s) and we may be able to help you fix them. -- Mark Hill Email: echo zbp.yvnzt.yyvuez | rot13 | rev | sed s/\\./@/ |
| ||||
| Mark Hill wrote: > On Wed, 11 Aug 2004 22:05:18 -0400, > Madhusudan Singh <spammers-go-here@yahoo.com> wrote: >> Any one know where I can get this ? My attempt to compile from source >> failed with an error. > > There might be a package on linuxpackages.net. Otherwise, let us know of > the error(s) and we may be able to help you fix them. > > Sorry about the delayed response, but I was busy with a few other things. I downloaded version 0.3.4 from the website. (http://www.frozenlight.de/content/ks...r-0.3.4.tar.gz) Configured it : ../configure --prefix=/usr/local/setiathome/ksetisaver make leads to the following error : In file included from /usr/lib/gcc/i486-slackware-linux/3.4.0/../../../../include/c++/3.4.0/backward/iostream.h:31, from setilocation.h:22, from mainpainter.h:36, from blankscrn.h:17, from blankscrn.moc:11, from blankscrn.cpp:4: /usr/lib/gcc/i486-slackware-linux/3.4.0/../../../../include/c++/3.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated. /usr/lib/qt/bin/moc configdialogR2.h -o configdialogR2.moc rm -f configdialogR2.cpp echo '#include <klocale.h>' > configdialogR2.cpp /usr/lib/qt/bin/uic -L /usr/local/setiathome/ksetisaver/lib/kde3/plugins/designer -nounload -tr tr2i18n -i configdialogR2.h ./configdialogR2.ui | sed -e "s,tr2i18n( \"\" ),QString::null,g" | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9 [0-9]*\)_data,img\1_configdialogR2,g" >> configdialogR2.cpp || rm -f configdialogR2.cpp echo '#include "configdialogR2.moc"' >> configdialogR2.cpp c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -fno-exceptions -fno-check-new -c configdialogR2.cpp configdialogR2.cpp: In constructor `configDialogR2::configDialogR2(QWidget*, const char*, bool, uint)': configdialogR2.cpp:301: error: `Spacer1' undeclared (first use this function) configdialogR2.cpp:301: error: (Each undeclared identifier is reported only once for each function it appears in.) configdialogR2.cpp:384: error: `Spacer4' undeclared (first use this function) configdialogR2.cpp:390: error: `Spacer5' undeclared (first use this function) configdialogR2.cpp:570: error: `Spacer2' undeclared (first use this function) configdialogR2.cpp:605: error: `Spacer3' undeclared (first use this function) make[3]: *** [configdialogR2.o] Error 1 make[3]: Leaving directory `/usr/local/src/ksetisaver-0.3.4/ksetisaver' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/ksetisaver-0.3.4/ksetisaver' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/ksetisaver-0.3.4' make: *** [all-recursive-am] Error 2 Thanks. |