gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire/docs case-lorien.rst


From: Asko Soukka
Subject: [Gzz-commits] fenfire/docs case-lorien.rst
Date: Thu, 05 Jun 2003 08:16:08 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Asko Soukka <address@hidden>    03/06/05 08:16:05

Modified files:
        docs           : case-lorien.rst 

Log message:
        update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/case-lorien.rst.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: fenfire/docs/case-lorien.rst
diff -u fenfire/docs/case-lorien.rst:1.2 fenfire/docs/case-lorien.rst:1.3
--- fenfire/docs/case-lorien.rst:1.2    Tue Jun  3 09:09:07 2003
+++ fenfire/docs/case-lorien.rst        Thu Jun  5 08:16:05 2003
@@ -5,7 +5,49 @@
 About installing Fenfire on clean Debian installation at
 lorien.it.jyu.fi.
 
-Current status (3.6.2003):
+Status 5.6.2003:
+================
+
+Changes
+-------
+
+- installed libgmp3-dev
+- installed kaffe from CVS
+- changed environmental variables to point new Kaffe and
+  use jikes-kaffe as compiled instead of kjc provided with Kaffe 
+
+Status
+------
+
+ANT don't work::
+
+    BUILD FAILED
+    file:/home/atsoukka/fenfire/fenfire/build.xml:28: Unable to find a javac 
compiler;
+    com.sun.tools.javac.Main is not on the classpath.
+
+MouseWheelEvent is in CVS Kaffe, but now got HBox/HBoxVob not found error,
+changed kjc to jikes and got a lot of warnings and some errors::
+
+    *** Semantic Error: The import "java/awt/event/MouseWheelEvent" is not
+    valid, since it does not name a type in a package.
+
+    *** Semantic Error: A candidate for type "MouseWheelEvent" was found,
+    but it is invalid and needs to be fixed before this type will
+    successfully compile.
+
+    *** Semantic Error: No applicable overload was found for a constructor
+    of type "java.lang.Error". Perhaps you wanted the overloaded version
+    "Error(java.lang.String $1);" instead?
+
+Navidoc works with single files, but crashed unexceptedly after about dozen
+of reST -files::
+
+    buildStackTrace((nil)): can't allocate stackTraceInfo
+    kaffe-bin: exception.c:463: dispatchException: Assertion
+    `baseframe != ((void *)0)' failed.
+
+Status 3.6.2003:
+================
 
 All C++ code seemed to compile (callgl, glmosaictext, libvob).
 
@@ -68,6 +110,7 @@
 - gdk-pixbuf-dev
 - libboost-dev
 - libfreetype6-dev
+- libgmp3-dev
 
 Compilers and tools
 ===================
@@ -82,8 +125,14 @@
 Environmental variables for Kaffe and Jikes
 ===========================================
 
-- CLASSPATH=.:/usr/lib/kaffe/lib:/usr/lib/kaffe/jre/lib
-- JAVA_COMPILER=jikes
-- JAVAHOME=/usr/lib/kaffe
-- JAVA_HOME=/usr/lib/kaffe
-- PATH=/usr/lib/kaffe/bin:$PATH 
+- CLASSPATH=.:/usr/local/kaffe/lib:/usr/local/kaffe/jre/lib
+- JAVAC=jikes-kaffe
+- JAVAHOME=/usr/local/kaffe
+- JAVA_HOME=/usr/local/kaffe
+- PATH=/usr/local/kaffe/bin:$PATH 
+
+.. - CLASSPATH=.:/usr/lib/kaffe/lib:/usr/lib/kaffe/jre/lib
+   - JAVAC=jikes-kaffe
+   - JAVAHOME=/usr/lib/kaffe
+   - JAVA_HOME=/usr/lib/kaffe
+   - PATH=/usr/lib/kaffe/bin:$PATH 




reply via email to

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