compilation of kdebase...
Adriaan de Groot
adridg at cs.kun.nl
Sat May 11 16:03:31 BST 2002
On Saturday 11 May 2002 15:59, Cristian Tibirna wrote:
> ... with autoconf-2.53 and automake-1.6 get stalled in
> kdebase/kioslave/fish, after making the target fishcode.h. I mean, the sed
> and echo commands listed there are displayed by the make process then all
> simply halts. The command line prompt isn't given back. I need to Ctrl+C to
> kill the make process. I can't really say what it's doing.
Edit Makefile.am there. Change:
sed -e 's/\\/\\\\/g;s/"/\\"/g;s/^[ ]*/"/;/^"# /d;s/[ ]*$$/\\n
"/;/^"\\n"$$/d;s/{CHECKSUM}/'$$SUM'/;' $> >> $@; \
to
sed -e 's/\\/\\\\/g;s/"/\\"/g;s/^[ ]*/"/;/^"# /d;s/[ ]*$$/\\n
"/;/^"\\n"$$/d;s/{CHECKSUM}/'$$SUM'/;' $< >> $@; \
subtle, eh? This appears to be a case where gmake and BSD make really clash.
More information about the kde-core-devel
mailing list