swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] installation of Swarm in RH Linux - 9.0 (fwd)


From: Suman Kanuganti
Subject: Re: [Swarm-Support] installation of Swarm in RH Linux - 9.0 (fwd)
Date: Fri, 12 Sep 2003 17:22:18 -0700 (PDT)

You could get the binary versions (rpms) for redhat 9.
For instructions,
http://lark.cc.ukans.edu/~pauljohn/Swarm/Swarm-2.2x_RH9.0/

Suman K


--- Lakshmi Poornima CH-2000 46
<address@hidden> wrote:
> 
> Hi,
>       I am Poornima from India. I am trying to install
> Complete Swarm on 
> RedHat Linux 9.0. I am having problems in installing
> Swarm.
> In "make"(phase2) I got these errors: 
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..
> -I../../libobjc 
> -I../../libobjc -I.
> -I.. -I./.. -I./../defobj -I./../misc
> -I./../objectbase -I./../random 
> -D_GNU_SOU
> RCE -DBUILDING_SWARM -g -O2 -Wall -Wno-import
> -Wno-protocol -Werror 
> -Wno-unknown
> -pragmas -c  -fPIC -DPIC Array.m -o .libs/Array.lo
> cc1obj: warnings being treated as errors
> Array.m: In function `-[Array(c)
> _setInitialValue:]':
> Array.m:32: warning: concatenation of string
> literals with __FUNCTION__ is 
> depre
> cated
> Array.m: In function `+[Array(c)
> _create:setCount:]':
> Array.m:64: warning: concatenation of string
> literals with __FUNCTION__ is 
> depre
> cated
> Array.m: In function `+[Array(c)
> _create:setMemberBlock:setCount:]':
> Array.m:78: warning: concatenation of string
> literals with __FUNCTION__ is 
> depre
> cated
> Array.m: In function `-[Array(c)
> _setMemberBlock:setCount:]':
> Array.m:165: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m:168: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m:171: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m:174: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m:186: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[Array(c)
> _setDefaultMember:]':
> Array.m:211: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[Array(c) _setCount:]':
> Array.m:227: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m:239: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m:241: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[Array(c) _atOffset:]':
> Array.m:306: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[Array(c) _atOffset:put:]':
> Array.m:315: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[Array(c) _getFirst]':
> Array.m:324: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[Array(c) _getLast]':
> Array.m:331: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[ArrayIndex(c) _next]':
> Array.m:404: warning: comparison of distinct pointer
> types lacks a cast
> Array.m:405: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m:407: warning: comparison of distinct pointer
> types lacks a cast
> Array.m: In function `-[ArrayIndex(c) _prev]':
> Array.m:422: warning: comparison of distinct pointer
> types lacks a cast
> Array.m:423: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m:425: warning: comparison of distinct pointer
> types lacks a cast
> Array.m: In function `-[ArrayIndex(c) _get]':
> Array.m:439: warning: comparison of distinct pointer
> types lacks a cast
> Array.m:439: warning: comparison of distinct pointer
> types lacks a cast
> Array.m: In function `-[ArrayIndex(c) _put:]':
> Array.m:448: warning: comparison of distinct pointer
> types lacks a cast
> Array.m:448: warning: comparison of distinct pointer
> types lacks a cast
> Array.m: In function `-[ArrayIndex(c) _remove]':
> Array.m:459: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[ArrayIndex(c) _getLoc]':
> Array.m:465: warning: comparison of distinct pointer
> types lacks a cast
> Array.m:465: warning: comparison of distinct pointer
> types lacks a cast
> Array.m: In function `-[ArrayIndex(c) _setLoc:]':
> Array.m:478: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[ArrayIndex(c) _getOffset]':
> Array.m:483: warning: comparison of distinct pointer
> types lacks a cast
> Array.m:483: warning: comparison of distinct pointer
> types lacks a cast
> Array.m: In function `-[ArrayIndex(c) _setOffset:]':
> Array.m:491: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> Array.m: In function `-[ArrayIndex(c) _compare:]':
> Array.m:501: warning: concatenation of string
> literals with __FUNCTION__ 
> is depr
> ecated
> make[3]: *** [Array.lo] Error 1
> make[3]: Leaving directory
> `/usr/local/swarm-2.1.1/src/collections'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/usr/local/swarm-2.1.1/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/swarm-2.1.1'
> make: *** [all-recursive-am] Error 2
> 
>       I tried to remove -Werror and -g options.. But
> still I am getting 
> these errors. I amnt good at Objective C. Can any
> body tell me how to 
> solve this problem??
> 
> Thanks a lot,
> Poornima
> 
> -- 
> 
> world is so fast that there are days when the person
> who says it can't be done
>  is interrupted by the person who is doing it..
> 
> 
> 
> _______________________________________________
> Support mailing list
> address@hidden
> http://www.swarm.org/mailman/listinfo/support


=====
Suman Kanuganti,
Swarm Group, Anth Dept., 
University of Missouri, Columbia.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


reply via email to

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