swarm-support
[Top][All Lists]
Advanced

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

Re: Main.m error in compling code


From: Ken Cline
Subject: Re: Main.m error in compling code
Date: Mon, 19 Jul 1999 11:20:11 -0400 (EDT)

On Mon, 19 Jul 1999, Andrew Boyd wrote:

> However I have been unable to compile the code.  I get this error:
> 
> kronos:/home/aboyd/cell 64 % make
> gcc -c -g -O2 -Wall -Wno-import -Wno-protocol -Werror   -DAPPNAME=cell    
> -I/usr/local/include main.m 
> cc1obj: warnings being treated as errors
> main.m: In function `main':
> main.m:16: warning: `theTopLevelSwarm' might be used uninitialized in this 
> function
> make: *** [main.o] Error 1

You could try replacing: 
>  id theTopLevelSwarm;
with:
>  id theTopLevelswarm = nil;


_________________________________________________________
Ken Cline                             address@hidden
SAIC                                 VOICE (410) 571-0413
Annapolis, MD                          FAX (301) 261-8427



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