/[fenfire]/fenfire/docs/case-lorien.rst
ViewVC logotype

Diff of /fenfire/docs/case-lorien.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by humppake, Tue Jun 3 13:09:07 2003 UTC revision 1.3 by humppake, Thu Jun 5 12:16:05 2003 UTC
# Line 5  Lorien's case Line 5  Lorien's case
5  About installing Fenfire on clean Debian installation at  About installing Fenfire on clean Debian installation at
6  lorien.it.jyu.fi.  lorien.it.jyu.fi.
7    
8  Current status (3.6.2003):  Status 5.6.2003:
9    ================
10    
11    Changes
12    -------
13    
14    - installed libgmp3-dev
15    - installed kaffe from CVS
16    - changed environmental variables to point new Kaffe and
17      use jikes-kaffe as compiled instead of kjc provided with Kaffe
18    
19    Status
20    ------
21    
22    ANT don't work::
23    
24        BUILD FAILED
25        file:/home/atsoukka/fenfire/fenfire/build.xml:28: Unable to find a javac compiler;
26        com.sun.tools.javac.Main is not on the classpath.
27    
28    MouseWheelEvent is in CVS Kaffe, but now got HBox/HBoxVob not found error,
29    changed kjc to jikes and got a lot of warnings and some errors::
30    
31        *** Semantic Error: The import "java/awt/event/MouseWheelEvent" is not
32        valid, since it does not name a type in a package.
33    
34        *** Semantic Error: A candidate for type "MouseWheelEvent" was found,
35        but it is invalid and needs to be fixed before this type will
36        successfully compile.
37    
38        *** Semantic Error: No applicable overload was found for a constructor
39        of type "java.lang.Error". Perhaps you wanted the overloaded version
40        "Error(java.lang.String $1);" instead?
41    
42    Navidoc works with single files, but crashed unexceptedly after about dozen
43    of reST -files::
44    
45        buildStackTrace((nil)): can't allocate stackTraceInfo
46        kaffe-bin: exception.c:463: dispatchException: Assertion
47        `baseframe != ((void *)0)' failed.
48    
49    Status 3.6.2003:
50    ================
51    
52  All C++ code seemed to compile (callgl, glmosaictext, libvob).  All C++ code seemed to compile (callgl, glmosaictext, libvob).
53    
# Line 68  Other libraries Line 110  Other libraries
110  - gdk-pixbuf-dev  - gdk-pixbuf-dev
111  - libboost-dev  - libboost-dev
112  - libfreetype6-dev  - libfreetype6-dev
113    - libgmp3-dev
114    
115  Compilers and tools  Compilers and tools
116  ===================  ===================
# Line 82  Compilers and tools Line 125  Compilers and tools
125  Environmental variables for Kaffe and Jikes  Environmental variables for Kaffe and Jikes
126  ===========================================  ===========================================
127    
128  - CLASSPATH=.:/usr/lib/kaffe/lib:/usr/lib/kaffe/jre/lib  - CLASSPATH=.:/usr/local/kaffe/lib:/usr/local/kaffe/jre/lib
129  - JAVA_COMPILER=jikes  - JAVAC=jikes-kaffe
130  - JAVAHOME=/usr/lib/kaffe  - JAVAHOME=/usr/local/kaffe
131  - JAVA_HOME=/usr/lib/kaffe  - JAVA_HOME=/usr/local/kaffe
132  - PATH=/usr/lib/kaffe/bin:$PATH  - PATH=/usr/local/kaffe/bin:$PATH
133    
134    .. - CLASSPATH=.:/usr/lib/kaffe/lib:/usr/lib/kaffe/jre/lib
135       - JAVAC=jikes-kaffe
136       - JAVAHOME=/usr/lib/kaffe
137       - JAVA_HOME=/usr/lib/kaffe
138       - PATH=/usr/lib/kaffe/bin:$PATH

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26