swarm-support
[Top][All Lists]
Advanced

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

Installing swarm-961002


From: Sven Thommesen
Subject: Installing swarm-961002
Date: Thu, 03 Oct 1996 00:18:32 -0500

Good job, guys!

I just downloaded and installed the latest release,
with no problems whatsoever. None of my apps 
were seriously broken -- recoding time per app,
1 minute or so. (But not zero!)


A couple of practical comments for others who
haven't taken the plunge yet:

a) when compiling your own applications, you'll find
that Averager object is 'broken': it now lives in the analysis
directory, and its method setList is now setCollection.

So change every batchSwarm.h and observerSwarm.h
to #import <analysis.h>, and change every occurrence
of 'setList' to 'setCollection' in every batchSwarm.m and
observerSwarm.m.

b) when running an app outside of X you need to say
  "# appname -batchmode", otherwise you get the error
message "no display name and no $DISPLAY variable"
and the app does not execute. (As an upside, you can
now say "#appname -batchmode" even within X, and
you still get the non-graphical behavior.

Sven



reply via email to

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