swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

swarm-1.4 applicaiton Makefile problem


From: Rick Riolo
Subject: swarm-1.4 applicaiton Makefile problem
Date: Sat, 30 Jan 1999 12:00:59 -0500 (EST)

With swarm-1.3.1 (and earlier), I was able to have a application
Makefile that included this:

include $(SWARMHOME)/etc/swarm/Makefile.appl
# this next line MUST be after the include above!
INCLUDES+=-I/usr/local/swarm/Swarm-1.4/UM-ExpTools-4

so that *.h files in my /usr/local/swarm/Swarm-1.4/UM-ExpTools-4
directory would be found, eg, the make gave lines like:

address@hidden UM-HeatbugsPlus]$ make
gcc -c -Wno-import -O3 -fno-inline -D_GNU_SOURCE 
-I/usr/local/swarm/Swarm-1.3.1/swarm-1.3.1/opt/include 
-I/usr/local/swarm/Swarm-1.3.1/UM-ExpTools-4 Heatbug.m   

Under Swarm-1.4, this doesn't seem to work:

include $(SWARMHOME)/etc/swarm/Makefile.appl
# this next line MUST be after the include above!
INCLUDES+=-I/usr/local/swarm/Swarm-1.4/UM-ExpTools-4

gives:

address@hidden UM-HeatbugsPlus]$ make
/usr/bin/egcs -c -Wno-import -Wno-protocol -O3 -fno-inline -D_GNU_SOURCE 
-I/usr/local/swarm/Swarm-1.4/swarm-1.4/opt/include Heatbug.m   
Heatbug.m:17: RParameters.h: No such file or directory

As you can see, the extra -I... is not in the compile line,
so it can't find things.

What changed?  Is there an alternative way to do what I want to do?
Should there be mention of this change in the News file?

Thanks.
- r

Rick Riolo                           address@hidden
Program for Study of Complex Systems (PSCS)
4477 Randall Lab                
University of Michigan         Ann Arbor MI 48109-1120
Phone: 734 763 3323                  Fax: 734 763 9267
http://www.pscs.umich.edu/PEOPLE/rlr-home.html


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]