|
From: <jca...@in...> - 2002-01-20 01:03:24
|
On Saturday 19 January 2002 18:23, Alan W. Irwin wrote:
| On Sat, 19 Jan 2002, Maurice LeBrun wrote:
=2E..
| From above, my impression is that the tk driver is now ready for
| the release. Yesterday, I finished all I wanted to do (the
| README's) in this cycle of the documentation work. Thanks to
| Geoffrey's recent API work we have example 9 and example 15
| compatible between Java and the other front ends.=20
Hi,
Some problems that I detected during a pause:
1-Java (as well as Python and Octave) can't be build without shared=20
libraries. "configure" does not check for this and enables java if,=20
by accident, java exists and JAVA_HOME is defined.
2-Fortran examples x06f.f and x07f.f don't compile, eg:
g77 -c -O x06f.f
Line too long as of (?) [info -f g77 M LEX]
x06f.f: In program `MAIN__':
x06f.f:29: warning:
call plmtex('b', real (1.5), real (0.1*i+0.05),
1
x06f.f:52: (continued):
call plmtex('t', real (1.5), real (0.5), real (0.5),
2
Too few arguments for `plmtex' at (2) versus invocation at (1) [info=20
-f g77 M GLOBALS]
x06f.f:52:=20
call plmtex('t', real (1.5), real (0.5), real (0.5),
1 2
Invalid token at (2) in expression or subexpression at (1)
Sorry, I make no ideia about what's going on.
Joao
|