swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] OS X and libtool 1.5


From: David H. Clements
Subject: Re: [Swarm-Support] OS X and libtool 1.5
Date: Thu, 17 Apr 2003 02:22:27 -0600

On Wednesday, Apr 16, 2003, at 19:14 America/Denver, Scott Christley wrote:


One possibility is that the link of the library failed; you may want to look at your compile log to see if there was an error of some sort in the link command. Presumably the makefile should stop if the library could not be linked but maybe for some reason the makefile continued on.

Hmmmmmm, I'll check it in a bit and see what is up...

This is the first "Fatal Error" in the compilation:

/usr/local/gcc3.3/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../libobjc -I../.. -I../../libobjc -I. -I.. -I./.. -I./../defobj -I./../misc -I./../objectbase -I./../random -DBUILDING_SWARM -g -O2 -fgnu-runtime -fno-strict-aliasing -Wall -Wno-import -Wno-protocol -Wno-long-long -Wno-unknown-pragmas -c collections.m -MT collections.lo -MD -MP -MF .deps/collections.TPlo -fno-common -DPIC -DPIC -o collections.o
In file included from collections.m:26:
collections.xm:6: error: `id' redeclared as different kind of symbol
../../libobjc/objc/objc.h:72: error: previous declaration of `id'
collections.xm:6: error: parse error before "OffsetOutOfRange"
collections.xm:8: warning: type defaults to `int' in declaration of `AlreadyAtEnd'
collections.xm:8: error: conflicting types for `AlreadyAtEnd'
collections.h:344: error: previous declaration of `AlreadyAtEnd'
collections.xm:8: warning: type defaults to `int' in declaration of `AlreadyAtStart'
collections.xm:8: error: conflicting types for `AlreadyAtStart'
collections.h:344: error: previous declaration of `AlreadyAtStart'
collections.xm:8: warning: type defaults to `int' in declaration of `InvalidIndexLoc'
collections.xm:8: error: conflicting types for `InvalidIndexLoc'
collections.h:344: error: previous declaration of `InvalidIndexLoc'
collections.xm:8: warning: type defaults to `int' in declaration of `InvalidLocSymbol'
collections.xm:8: error: conflicting types for `InvalidLocSymbol'
collections.h:344: error: previous declaration of `InvalidLocSymbol'
collections.xm:8: warning: data definition has no type or storage class
collections.xm:9: warning: address@hidden' must appear in an implementation context collections.xm:10: warning: address@hidden' must appear in an implementation context
collections.xm:11: error: parse error before '@' token
collections.xm:14: fatal error: method definition not in class context
compilation terminated.


Another possibility is that the path is wrong; can you do a find for libswarm.a or .so in the complete swarm directory tree.

Nope, nothing.

Sincerely,
David



reply via email to

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