The same problem

Andrea Scaggiante scaggiante.a at tecnomare.it
Thu Dec 2 10:16:45 GMT 1999


Hy everybody.
I solved my problem writing the mail:
when I do the make command in KDevelop, I use the Sun make in
/usr/ccs/bin/make and not GNU make in usr/local/bin/make.
Now my problem become:
Is it possible to invoke GNU make from KDevelop even if the default make in
the workstation is the Sun make? What I have to set/configure?
Thanks a lot!

----- Original Message -----
From: Andrea Scaggiante <scaggiante.a at tecnomare.it>
To: <kdevelop at barney.cs.uni-potsdam.de>
Sent: Thursday, December 02, 1999 10:25 AM
Subject: The same problem


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