swarm-support
[Top][All Lists]
Advanced

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

Re: Errors after Swarm install on LinuxPPC


From: Darren Schreiber
Subject: Re: Errors after Swarm install on LinuxPPC
Date: Wed, 24 Jan 2001 00:18:39 -0800


Good news/Bad news

The Good News:

My very simple Cocktail Party model (written at SFI this summer) compiled and ran nicely. No problems.

The Bad News:

Heatbugs and Mousetrap would not compile. I keep getting these weird "ifeq" related errors. I removed the text in between the ifeq and endif statemnts and I get the "No targets" error. These are the standard swarmapps and look very standard to me. My guess was that there might be permissions problems so I copied the files into a different directory and still had the same problems (I couldn't understand chmod from the man or info stuff I found on the web).

My VotingModel had a different problem that appeared related to the earlier problems that the CocktailParty model was having. It looks to me like it can't find the COM.h file.

Thanks for your continued efforts on this. I was very glad to get my basic model to work and look forward to coding soon.

        Darren

(I didn't install swarm-kaffe since I don't know Java, but I will do it if that would be helpful.)

________________________


address@hidden macos]# rpm -e swarm-2.1.27-1.rh6
address@hidden macos]# rpm -ivh swarm-2.1.30-1.rh6.ppc.rpm
swarm                       ##################################################
address@hidden macos]#


cd ~/swarm/swarmapps-2.1.1/heatbugs/
make -k
Makefile:1: Extraneous text after `ifeq' directive
Makefile:1: *** missing `endif'.  Stop.

Compilation exited abnormally with code 2 at Tue Jan 23 23:33:28

cd ~/swarm/swarmapps-2.1.1/heatbugs/
make -k
make: *** No targets.  Stop.


cd ~/swarm/MyStuff/Voting1.02.3/
make -k
gcc -c -fdollars-in-identifiers -O2 -g -Wall -Wno-import -Wno-protocol -Werror -D_GNU_SOURCE -DAPPNAME=VotingModel -I/usr/include/swarm main.m
In file included from /usr/include/swarm/objectbase/ProbeMap.h:12,
                 from Parameters.h:10,
                 from ModelSwarm.h:17,
                 from ObserverSwarm.h:7,
                 from ManagerSwarm.h:6,
                 from main.m:9:
/usr/include/swarm/objectbase/VarProbe.h:10: ../defobj/COM.h: No such file or directory
make: *** [main.o] Error 1
gcc -c -fdollars-in-identifiers -O2 -g -Wall -Wno-import -Wno-protocol -Werror -D_GNU_SOURCE -DAPPNAME=VotingModel -I/usr/include/swarm ObserverSwarm.m
In file included from /usr/include/swarm/objectbase/ProbeMap.h:12,
                 from Parameters.h:10,
                 from ModelSwarm.h:17,
                 from ObserverSwarm.h:7,
                 from ObserverSwarm.m:7:
/usr/include/swarm/objectbase/VarProbe.h:10: ../defobj/COM.h: No such file or directory
make: *** [ObserverSwarm.o] Error 1
gcc -c -fdollars-in-identifiers -O2 -g -Wall -Wno-import -Wno-protocol -Werror -D_GNU_SOURCE -DAPPNAME=VotingModel -I/usr/include/swarm ModelSwarm.m
In file included from /usr/include/swarm/objectbase/ProbeMap.h:12,
                 from Parameters.h:10,
                 from ModelSwarm.h:17,
                 from ModelSwarm.m:8:
/usr/include/swarm/objectbase/VarProbe.h:10: ../defobj/COM.h: No such file or directory
make: *** [ModelSwarm.o] Error 1
make: Target `all' not remade because of errors.

Compilation exited abnormally with code 2 at Tue Jan 23 23:30:37




 >>>>> "DS" == Darren Schreiber <address@hidden> writes:

DS> swarm_directory_objc_find_object () at
DS> /usr/src/redhat/BUILD/swarm-2001-01-13/src/SwarmEnvironment.m:261

Try these:

  ftp://ftp.swarm.org/pub/swarm/binaries/redhat/ppc/snapshots/

         swarm-2.1.30-1.rh6.ppc.rpm
         swarm-kaffe-2.1.30-1.rh6.ppc.rpm

                  ==================================
   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.

--

_____________________________________________

                 Darren Schreiber
                  Attorney at Law
                 Graduate Student
             Political Science, UCLA
                address@hidden
        http://www.bol.ucla.edu/~dschreib

                 ==================================
  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]