swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] Mac OS X make error


From: Bill Northcott
Subject: Re: [Swarm-Support] Mac OS X make error
Date: Sat, 14 Jun 2003 19:36:19 +1000

The autogen.sh script needs access to the libtoolm4 macro file from the 
libtool 1.5 package when it is run.  You can acheive this by adding the 
file to the m4 directory, or altering autogen.sh to add a -Ilibtooldir to 
the autoconf instructions.

If the above does not make sense to you, you would probably be advised to 
wait a few more days until the finished package is ready.

Bill Northcott

address@hidden wrote on 13/06/2003 03:46:15 PM:

> Hi,

> According to the news, the os x version now has working Java in CVS.
> So I got the new stuff and started to compile from source.  Previously,
> I just used the binaries and that works fine.

> Following the instructions, building the first two targets works fine
> (autogen and configure).  However, when performing make from the
> command line or swarmlibmake in projectbuilder, it dies.

> Here is what I get from the terminal...

> In file included from ../../../../src/collections/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'
> ../../../../src/collections/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'
> ../../../../src/collections/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'
> ../../../../src/collections/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'
> ../../../../src/collections/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.
> make[5]: *** [collections.lo] Error 1
> make[4]: *** [all] Error 2
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2

> 
> Anyone have any ideas?

> Thanks a lot.

> _______________________________________________
> Support mailing list
> address@hidden
> http://www.swarm.org/mailman/listinfo/support


reply via email to

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