What distro are you using?
What gcc version are you using? You can check by typing gcc on a command window.
According to this, GCC version 2.3.2 had a bug that would cause that.
i try to install it, and i get this error message
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
i have no idea what that means![]()
What distro are you using?
What gcc version are you using? You can check by typing gcc on a command window.
According to this, GCC version 2.3.2 had a bug that would cause that.
i am using slack 9.0
and i typed in gcc and it said
gcc: no input files
What version of k3b are you trying to compile?
I just downloaded k3b-0.9pre2, and it compiles fine in my Slackware 9. I guess you might be missing some packages, or your gcc might be screwed up.
You can download a precompiled package for it here. Then install it with installpkg k3b-0.9pre2-i686-1.tgz.
Of course, this doesn't solve your compiling problems. Have you had any other problems compiling things?
I compiled it fine as well on slack 9. I got some hard drive corruption at some stage though and nothing would compile. Try removing and reinstalling the gcc compiler.
CP
well my version is 3.2.2
and i tried to compile other cd burner apps and they all mess up somewhere..... i just dont understand the errors.
lemme see...
cdbakeoven does the same a k3b
arson goes past the ./configure to the make, and thats where it will mess up with this long list of stuff :
make all-recursive
make[1]: Entering directory `/root/arson-0.9.7-kde3'
Making all in doc
make[2]: Entering directory `/root/arson-0.9.7-kde3/doc'
make[3]: Entering directory `/root/arson-0.9.7-kde3/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/arson-0.9.7-kde3/doc'
make[2]: Leaving directory `/root/arson-0.9.7-kde3/doc'
Making all in po
make[2]: Entering directory `/root/arson-0.9.7-kde3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/arson-0.9.7-kde3/po'
Making all in src
make[2]: Entering directory `/root/arson-0.9.7-kde3/src'
Making all in .
make[3]: Entering directory `/root/arson-0.9.7-kde3/src'
source='arson.cpp' object='arson.o' libtool=no \
depfile='.deps/arson.Po' tmpdepfile='.deps/arson.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt-3.1.2/include
-I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -pipe -O2 -DNDEBUG -fn
o-check-new -c -o arson.o `test -f arson.cpp || echo './'`arson.cpp
In file included from /usr/include/signal.h:313,
from /usr/include/sys/wait.h:30,
from /opt/kde/include/kprocess.h:33,
from process.h:24,
from isofs.h:26,
from arson.cpp:60:
/usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or director
y
In file included from /usr/include/errno.h:36,
from /opt/kde/include/ktempfile.h:25,
from tempfile.h:25,
from arson.cpp:65:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
make[3]: *** [arson.o] Error 1
make[3]: Leaving directory `/root/arson-0.9.7-kde3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/arson-0.9.7-kde3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/arson-0.9.7-kde3'
make: *** [all] Error 2
root@void:~/arson-0.9.7-kde3# make install
Making install in doc
make[1]: Entering directory `/root/arson-0.9.7-kde3/doc'
make[2]: Entering directory `/root/arson-0.9.7-kde3/doc'
make[3]: Entering directory `/root/arson-0.9.7-kde3/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/arson-0.9.7-kde3/doc'
make[2]: Leaving directory `/root/arson-0.9.7-kde3/doc'
make[1]: Leaving directory `/root/arson-0.9.7-kde3/doc'
Making install in po
make[1]: Entering directory `/root/arson-0.9.7-kde3/po'
make[2]: Entering directory `/root/arson-0.9.7-kde3/po'
make[2]: Nothing to be done for `install-exec-am'.
/usr/bin/ginstall -c -p -m 644 de.gmo /opt/kde/share/locale/de/LC_MESSAGES/arson
.mo
/usr/bin/ginstall -c -p -m 644 es.gmo /opt/kde/share/locale/es/LC_MESSAGES/arson
.mo
/usr/bin/ginstall -c -p -m 644 sv.gmo /opt/kde/share/locale/sv/LC_MESSAGES/arson
.mo
make[2]: Leaving directory `/root/arson-0.9.7-kde3/po'
make[1]: Leaving directory `/root/arson-0.9.7-kde3/po'
Making install in src
make[1]: Entering directory `/root/arson-0.9.7-kde3/src'
Making install in .
make[2]: Entering directory `/root/arson-0.9.7-kde3/src'
source='arson.cpp' object='arson.o' libtool=no \
depfile='.deps/arson.Po' tmpdepfile='.deps/arson.TPo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt-3.1.2/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -pipe -O2 -DNDEBUG -fn o-check-new -c -o arson.o `test -f arson.cpp || echo './'`arson.cpp
In file included from /usr/include/signal.h:313,
from /usr/include/sys/wait.h:30,
from /opt/kde/include/kprocess.h:33,
from process.h:24,
from isofs.h:26,
from arson.cpp:60:
/usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or director y
In file included from /usr/include/errno.h:36,
from /opt/kde/include/ktempfile.h:25,
from tempfile.h:25,
from arson.cpp:65:
/usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
make[2]: *** [arson.o] Error 1
make[2]: Leaving directory `/root/arson-0.9.7-kde3/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/arson-0.9.7-kde3/src'
make: *** [install-recursive] Error 1
thanks again trickster
well i tried to install the .tgz and it will go to
PACKAGE DESCRIPTION and then
just stop with this
root@void:~# installpkg k3b-0.9pre2-i686-1.tgz
Installing package k3b-0.9pre2-i686-1...
PACKAGE DESCRIPTION:
Executing install script for k3b-0.9pre2-i686-1...
and then thats it....
oh and CP
how do unistall all the parts of the gcc at once and reinstall....
im such a newbie![]()
thanks guys
Just login as root and type
removepkg gcc-3.2.2, then download the package off the CD, and install it the usual way. Hopefully it is just a bad file in there somewhere. Are you sure that the tgz didn't install it though. It usually does just give the package description. Try to run it and see what happens. The other thing to check is if you have your kernel-headers installed. The easiest way to find out is to go into /var/log/packages and type ls *kernel*. There probably isn't a package there called kernel-headers, in which case you need to download and install it. HTH
CP
thanks cp, thats what i did, and it installed fine. took a while, but it installed. ran fine but gave me this error message and i dont know how to fix it, or turn on what it wants me too
cdrdao 1.1.7 does not support ATAPI
The configured version of cdrdao does not support writing to ATAPI devices without SCSI emulation and there is at least one writer in your system not configured to use SCSI emulation.
Solution: The best and recommended solution is to enable ide-scsi (SCSI emulation) for all writer devices. This way you won't have any problems. Or you install (or select as the default) a more recent version of cdrdao.
any suggestions?
Bookmarks