From: Christian W. <cw...@wi...> - 2004-08-07 16:32:21
|
This problem has been posted before; no reply seems to have been posted. Any suggestions? g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/usr/lib/qt/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: error: cannot convert `QValueListIterator<QCString>' to `char*' in assignment make[3]: *** [Fork.o] Error 1 make[3]: Leaving directory `/home/teresa/src/kreatecd-1.1.0/kreatecd' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/teresa/src/kreatecd-1.1.0/kreatecd' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/teresa/src/kreatecd-1.1.0' make: *** [all-recursive-am] Error 2 |