swarm-hackers
[Top][All Lists]
Advanced

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

[swarm-hackers] Java Swarm from cvs


From: Pavel Vinogradov
Subject: [swarm-hackers] Java Swarm from cvs
Date: Wed, 21 May 2008 01:21:04 +0500

  Hello.

  Today i try again to build java version of swarm from cvs. I found
that swarm.jar which i build before miss some classes from swarm. E.g.
space and gui package is missing. Therefore i update my cvs version
and try to compile it again.

  Main thing that confuse me - process of creating java stubs with
emacs and elisp:

<....>

Making all in java
make[2]: Entering directory `/opt/swarm-cvs-build/swarm/java'
Makefile:575: target `BaseImpl.lo' given more than once in the same rule.
Makefile:575: target `CustomizedType.lo' given more than once in the same rule.
Makefile:575: target `Globals.lo' given more than once in the same rule.
Makefile:575: target `NonUniqueMethodSignatureException.lo' given more
than once in the same rule.
Makefile:575: target `ObjCProxy.lo' given more than once in the same rule.
Makefile:575: target `PhaseCImpl.lo' given more than once in the same rule.
Makefile:575: target `Primitives.lo' given more than once in the same rule.
Makefile:575: target `Selector.lo' given more than once in the same rule.
Makefile:575: target `SignatureNotFoundException.lo' given more than
once in the same rule.
cp -f java-stub.el ./_java-stub.el
TOP_BUILDDIR='/opt/swarm-cvs-build/swarm'
BUILDDIR='/opt/swarm-cvs-build/swarm/java' SWARMSRCDIR='..'
/usr/bin/emacs -batch -f batch-byte-compile
/opt/swarm-cvs-build/swarm/java/_java-stub.el
Loading 00debian-vars...
Loading 50autoconf (source)...
Wrote /opt/swarm-cvs-build/swarm/java/_java-stub.elc
Done
mv ./_java-stub.elc java-stub.elc
rm -f ./_java-stub.el
TOP_BUILDDIR='/opt/swarm-cvs-build/swarm'
BUILDDIR='/opt/swarm-cvs-build/swarm/java' SWARMSRCDIR='..'
/usr/bin/emacs -batch --eval '(setq *disable-gui* nil)' -l
'/opt/swarm-cvs-build/swarm/java/java-stub.elc' -f
java-run-all-unicode
Loading 00debian-vars...
Loading 50autoconf (source)...
Activity failed
ScheduleActivity failed
SwarmActivity failed
ForEachActivity failed
Index failed
PermutedIndex failed
PermutedIndex failed
ListIndex failed
Could not find `listBegin:' in `List_any'
Could not find `removeLast' in `List_any'
Could not find `removeFirst' in `List_any'
Could not find `addLast:' in `List_any'
Could not find `addFirst:' in `List_any'
MapIndex failed
Archiver failed
Archiver failed
Could not find `setSaveSizeFlag:' in `ProbeDisplay'
Could not find `getTopLevel' in `ProbeDisplay'
Could not find `getMarkedForDropFlag' in `ProbeDisplay'
Could not find `update' in `ProbeDisplay'
make -C c all

<...>

  As i understand - this code must generate some java stubs from obj-c
code. But although this code fails - i have some ava stubs in my
java/swarm/<module> dirs.

-- 
Pavel Vinogradov
NixDev.Net, Senior Linux Developer




reply via email to

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