swarm-support
[Top][All Lists]
Advanced

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

oops Re: problems on compiling swarm on Codebuilder (PPC)


From: Theodore C. Belding
Subject: oops Re: problems on compiling swarm on Codebuilder (PPC)
Date: Tue, 11 Nov 1997 13:55:22 -0500 (EST)

I wrote:

> #ifndef FILENAME_H
> #include filename.h
> #define FILENAME_H

That should be

#ifndef FILENAME_H
#define FILENAME_H
#include "filename.h"
#endif
-Ted

--
Ted Belding                      <mailto:address@hidden> 
University of Michigan Program for the Study of Complex Systems
<http://www-personal.engin.umich.edu/~streak/>


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