swarm-hackers
[Top][All Lists]
Advanced

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

Re: [swarm-hackers] building Swarm from SVN. How now?


From: Scott Christley
Subject: Re: [swarm-hackers] building Swarm from SVN. How now?
Date: Tue, 20 Apr 2010 10:51:37 -0700

Can you try without Java just for grins?  Maybe in the reshuffling, some header 
files are not being included properly.  I am not able to reproduce your error 
when I compile without Java.

Scott

On Apr 20, 2010, at 8:47 AM, Paul Johnson wrote:

> On 04/19/2010 09:38 PM, Marcus G. Daniels wrote:
>> Marcus Daniels wrote:
>>> You should be able to run "libtoolize --force copy" at the top level
>>> of the source tree, and then in libobjc/.  Then re-run autogen.sh,
>>> should work..  I committed the changes for that for the trunk but not
>>> the 2.3 branch.
>>> 
>> I meant --copy, not copy.
>> 
> 
> Thanks very much. That gets me a lot further. I did that in the trunk's swarm 
> and in libobjc, then the autogen.
> 
> I wonder if you know what the following error means?
> 
> To be clear, after libtoolize, I did this:
> 
> $ mkdir build
> $ cd build
> $ ../configure --prefix=/usr --with-defaultdir=/usr --enable-onelib 
> --enable-subdirs --with-jdkdir=/usr/lib/jvm/java-6-sun
> $ make
> 
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../src/defobj -I../.. 
> -I../../libobjc -I../../../libobjc -I../.. -I.. -I../../../src/defobj/.. 
> -I../../../src/defobj/../collections -I../../../src/defobj/../misc 
> -I/usr/lib/jvm/java-6-sun/include -I/usr/lib/jvm/java-6-sun/include/linux 
> -I../../avcall -D_GNU_SOURCE -DBUILDING_SWARM -g -O2 -fno-strict-aliasing 
> -Wall -Wno-import -Wno-protocol -Wno-long-long -Wno-unknown-pragmas 
> -Wno-unknown-pragmas -MT Zone.lo -MD -MP -MF .deps/Zone.Tpo -c 
> ../../../src/defobj/Zone.m -o Zone.o >/dev/null 2>&1
> mv -f .deps/Zone.Tpo .deps/Zone.Plo
> /bin/bash ../../libtool   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../../src/defobj -I../.. -I../../libobjc -I../../../libobjc -I../.. -I.. 
> -I../../../src/defobj/.. -I../../../src/defobj/../collections 
> -I../../../src/defobj/../misc -I/usr/lib/jvm/java-6-sun/include 
> -I/usr/lib/jvm/java-6-sun/include/linux  -I../../avcall   -D_GNU_SOURCE 
> -DBUILDING_SWARM   -g -O2 -fno-strict-aliasing -Wall -Wno-import 
> -Wno-protocol -Wno-long-long -Wno-unknown-pragmas -Wno-unknown-pragmas -MT 
> FCall.lo -MD -MP -MF .deps/FCall.Tpo -c -o FCall.lo 
> ../../../src/defobj/FCall.m
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../src/defobj -I../.. 
> -I../../libobjc -I../../../libobjc -I../.. -I.. -I../../../src/defobj/.. 
> -I../../../src/defobj/../collections -I../../../src/defobj/../misc 
> -I/usr/lib/jvm/java-6-sun/include -I/usr/lib/jvm/java-6-sun/include/linux 
> -I../../avcall -D_GNU_SOURCE -DBUILDING_SWARM -g -O2 -fno-strict-aliasing 
> -Wall -Wno-import -Wno-protocol -Wno-long-long -Wno-unknown-pragmas 
> -Wno-unknown-pragmas -MT FCall.lo -MD -MP -MF .deps/FCall.Tpo -c 
> ../../../src/defobj/FCall.m  -fPIC -DPIC -o .libs/FCall.o
> In file included from ./Swarm/FArguments.h:33,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../avcall/avcall.h:39:1: warning: "PACKAGE_BUGREPORT" redefined
> In file included from ./Swarm/defobj.h:29,
>                 from ./Swarm/FArguments.h:26,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../Swarm/swarmconfig.h:147:1: warning: this is the location of the 
> previous definition
> In file included from ./Swarm/FArguments.h:33,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../avcall/avcall.h:42:1: warning: "PACKAGE_NAME" redefined
> In file included from ./Swarm/defobj.h:29,
>                 from ./Swarm/FArguments.h:26,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../Swarm/swarmconfig.h:150:1: warning: this is the location of the 
> previous definition
> In file included from ./Swarm/FArguments.h:33,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../avcall/avcall.h:45:1: warning: "PACKAGE_STRING" redefined
> In file included from ./Swarm/defobj.h:29,
>                 from ./Swarm/FArguments.h:26,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../Swarm/swarmconfig.h:153:1: warning: this is the location of the 
> previous definition
> In file included from ./Swarm/FArguments.h:33,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../avcall/avcall.h:48:1: warning: "PACKAGE_TARNAME" redefined
> In file included from ./Swarm/defobj.h:29,
>                 from ./Swarm/FArguments.h:26,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../Swarm/swarmconfig.h:156:1: warning: this is the location of the 
> previous definition
> In file included from ./Swarm/FArguments.h:33,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../avcall/avcall.h:54:1: warning: "PACKAGE_VERSION" redefined
> In file included from ./Swarm/defobj.h:29,
>                 from ./Swarm/FArguments.h:26,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../Swarm/swarmconfig.h:162:1: warning: this is the location of the 
> previous definition
> In file included from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ./Swarm/FArguments.h:55: error: expected specifier-qualifier-list before 
> ‘av_alist’
> ./Swarm/FArguments.h:56: error: expected specifier-qualifier-list before 
> ‘av_alist’
> In file included from ../../libobjc/objc/mframe.h:38,
>                 from ../../../src/defobj/FCall.m:54:
> ../../libobjc/config.h:54:1: warning: "PACKAGE_BUGREPORT" redefined
> In file included from ./Swarm/FArguments.h:33,
>                 from ../../../src/defobj/../defobj/FCall.h:27,
>                 from ../../../src/defobj/FCall.m:26:
> ../../avcall/avcall.h:39:1: warning: this is the location of the previous 
> definition
> make[5]: *** [FCall.lo] Error 1
> make[5]: Leaving directory 
> `/home/pauljohn/swarm/src/Savannah/SVN/trunk/swarm/build/src/defobj'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory 
> `/home/pauljohn/swarm/src/Savannah/SVN/trunk/swarm/build/src/defobj'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory 
> `/home/pauljohn/swarm/src/Savannah/SVN/trunk/swarm/build/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory 
> `/home/pauljohn/swarm/src/Savannah/SVN/trunk/swarm/build/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory 
> `/home/pauljohn/swarm/src/Savannah/SVN/trunk/swarm/build'
> make: *** [all] Error 2
> 
> 
> address@hidden:build$ cd ..
> address@hidden:swarm$ svn update
> At revision 7931.
> 
> 
> -- 
> Paul E. Johnson                       email: address@hidden
> Professor, Political Science          http://pj.freefaculty.org
> 1541 Lilac Lane, Rm 504
> University of Kansas                  Office: (785) 864-9086
> Lawrence, Kansas 66044-3177           FAX: (785) 864-5700
> 
> 
> _______________________________________________
> swarm-hackers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/swarm-hackers





reply via email to

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