The same problem
Andrea Scaggiante
scaggiante.a at tecnomare.it
Thu Dec 2 09:25:04 GMT 1999
Hy everybody.
It looks to be a difficult question cause nobody have been able to help me.
I'm not able to compile any KDevelop project (on Solaris 7) 'cause, when I
do the make command in /space/develop/attempt2/attempt2, I get this error:
mksh: Fatal error in reader: = missing from replacement macro reference
Current working directory /space/develop/attempt2/attempt2
I understand the problem is in the following lines of the Makefile because
the compilation finish well eliminating them:
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
-include .deps/.P
.deps/.P: $(BUILT_SOURCES)
echo > $@
-include $(DEP_FILES)
Another help:
there are two make in my SUN: one is /usr/ccs/bin/make, and the second is
/usr/local/bin/make.
Writing "which make" in the xterm I get /usr/ccs/bin/make.
Thaks a lot to everybody can do something for me.
More information about the KDevelop
mailing list