|
From: grassi <ag...@di...> - 2002-12-10 14:38:44
|
Hello,
the problem described below was already posted to the list, but without
reply. So I will try again.
The following message appears during compilation try on this
configuration:
RedHat 8.0
KDE 3.0.3-13
QT 3.0.5-17
QT-DEVEL 3.0.5-17
KERNEL 2.4.18-14
compiler output:
--snip--
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde
-I/usr/lib/qt3-gcc3.2/include -I/usr/X11R6/include -Wall -O2
-fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -Wno-long-long -Wnon-virtual-dtor
-fno-builtin -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long
-Wnon-virtual-dtor -fno-builtin -c Fork.cpp
Fork.cpp: In member function `virtual bool
Fork::start(KProcess::RunMode,
KProcess::Communication)':
Fork.cpp:45: cannot convert `QValueListIterator<QCString>' to `char*' in
assignment
make[3]: *** [Fork.o] Error 1
make[3]: Leaving directory `/root/temp/kreatecd-1.1.0/kreatecd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/temp/kreatecd-1.1.0/kreatecd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/temp/kreatecd-1.1.0'
make: *** [all-recursive-am] Error 2
Maybe can somebody help where it hangs and way it hangs?
Thanks in advance
Antonio
|