swarm-support
[Top][All Lists]
Advanced

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

[Fwd: java related part of swarm2.1.1 installation]


From: Paul Johnson
Subject: [Fwd: java related part of swarm2.1.1 installation]
Date: Wed, 29 May 2002 09:21:28 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020516


--
Paul E. Johnson                       email: address@hidden
Dept. of Political Science            http://lark.cc.ku.edu/~pauljohn
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66045                FAX: (785) 864-5700
--- Begin Message --- Subject: java related part of swarm2.1.1 installation Date: Wed, 29 May 2002 14:23:51 +0200
dear paul,

i'm trying to install the swarm-framework on a debian potato
distribution from source. i installed all the necessary libraries and
ran the configure skript with the
--with-jdkdir=/usr/local/java/java1.2installation/jdk1.2.2/ to get java
support. the make process works fine up to the java related part but
during the execution of java-stub.elc an error occurs:

---
...
Making all in java
make[2]: Entering directory `/usr/local/src/swarm-2.1.1/java'
TOP_BUILDDIR='/usr/local/src/swarm-2.1.1'
BUILDDIR='/usr/local/src/swarm-2.1.1/java' SWARMSRCDIR='..'
/usr/bin/emacs -batch -l '/usr/local/src/swarm-2.1.1/java/java-stub.elc'
-f java-run-all-unicode
Loading 00debian-vars...
Loading 20custom-init...
Loading 35elib-startup...
Loading 42hyperlatex...
Loading 50dpkg-dev...
Loading 50ftnchek...
ftnchek.el  Version 0.6 bugs to <address@hidden>
Loading 50gettext...
Loading 50octave...
Loading 50psgml-init...
Loading 50python-mode...
Loading 50tdtd...
Loading 50user-de...
Symbol's value as variable is void: :unicode
make[2]: *** [Makefile.common] Error 255
make[2]: Leaving directory `/usr/local/src/swarm-2.1.1/java'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/swarm-2.1.1'
make: *** [all-recursive-am] Error 2
breitkord:/usr/local/src/swarm-2.1.1#
---

i understand that on the startup of java-stub.elc the function:

(defun java-run-all-unicode ()
  (java-run-all :unicode t))

is executed and that the error is likely to occur in the function:

(defun java-run-all (&key unicode)
  (set-dollar-sign unicode)
  (load-and-process-modules :uniquify-method-lists t)
  (java-print-makefiles)
  (java-print-classes))

but as i don't understand much of lisp syntax i can't figure out what is
wrong with it.

what can i do?

regards,
daniel

--- End Message ---

reply via email to

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