swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] Newbie compilation error


From: Paul Johnson
Subject: Re: [Swarm-Support] Newbie compilation error
Date: Fri, 16 Sep 2005 11:19:06 -0500
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

Vijay wrote:
Hi all,
      I am a total swarm and Objective C newbie compiling my first swarm 
program. I am getting some really stupid errors that I have no idea about. I am 
sure one of the swarm jedi masters can set me straight in 5 mins.

Here is a .h file from my code called RCIMember.h :
#import <random.h>
#import <objectbase/SwarmObject.h>
#import \"RCIMatrix.h\"


And the error i am getting is this:

RCIMember.h:5: error: syntax error before \"interface\"
RCIMember.h:23: error: syntax error before \'}\' token


Error is telling you you SHOULD NOT have back slashes before your quotation marks.

--
Paul E. Johnson                       email: address@hidden
Dept. of Political Science            http://lark.cc.ku.edu/~pauljohn
1541 Lilac Lane, Rm 504
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66044-3177           FAX: (785) 864-5700


reply via email to

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