[kaffe] Swing/AWT merge from GNU Classpath done
Mark Wielaard
mark at klomp.org
Fri Jul 23 02:43:34 PDT 2004
Hi,
On Fri, 2004-07-23 at 00:06, Ito Kazumitsu wrote:
> So I had to explicitly add
>
> --without-classpath-gtk-awt
> --without-kaffe-qte-awt
>
> to get configure working.
>
> And make failed while compiling kaffe/kaffe/main.c:
>
> main.c:389: `LIBDIR' undeclared (first use in this function)
>
I had to specify --with-jikes
The default is to use kjc, but that gives:
javax/swing/JDesktopPane.java:87: error:Cannot find class
"AccessibleJComponent" [JLS 8]
And --without-kaffe-qte-awt otherwise I get:
checking QTDIR... configure: error: *** QTDIR must be defined,
or --with-qtdir option given
I didn't have to give --without-classpath-gtk-awt that just seemed to
work.
But I am now stuck at:
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:20:28: qapplication.h: No such file or directory
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:23:33: qpaintdevicemetrics.h: No such file or directory
In file included from ../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:25:
../../../../../kaffe/libraries/clib/awt/qt/toolkit.h:50: error: syntax error
before `*' token
../../../../../kaffe/libraries/clib/awt/qt/toolkit.h:51: error: syntax error
before `*' token
../../../../../kaffe/libraries/clib/awt/qt/toolkit.h:52: error: syntax error
before `*' token
../../../../../kaffe/libraries/clib/awt/qt/toolkit.h:53: error: syntax error
before `*' token
../../../../../kaffe/libraries/clib/awt/qt/toolkit.h:207: error: syntax error
before `*' token
../../../../../kaffe/libraries/clib/awt/qt/toolkit.h:208: error: syntax error
before `*' token
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:31: error: syntax error
before `*' token
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:49: error: `QtMsgType' was
not declared in this scope
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:49: error: parse error before
`,' token
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc: In function `void
qtawtMessageOutput(...)':
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:51: error: `type' undeclared
(first use this function)
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:51: error: (Each undeclared
identifier is reported only once for each function it appears in.)
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:52: error: `QtDebugMsg'
undeclared (first use this function)
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:53: error: `msg' undeclared
(first use this function)
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:55: error: `QtWarningMsg'
undeclared (first use this function)
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:58: error: `QtFatalMsg'
undeclared (first use this function)
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc: In function `jboolean
Java_java_awt_Toolkit_tlkInit(JNIEnv*, _jclass*, _jstring*)':
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:71: error: `
qInstallMsgHandler' undeclared (first use this function)
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:76: error: `qapp' undeclared
(first use this function)
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:76: error: parse error before
`(' token
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc: In function `jint
Java_java_awt_Toolkit_tlkGetResolution(JNIEnv*, _jclass*)':
../../../../../kaffe/libraries/clib/awt/qt/tlk.cc:115: error: `
QPaintDeviceMetrics' undeclared (first use this function)
Cheers,
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://kaffe.org/pipermail/kaffe/attachments/20040723/3487bbe1/attachment-0002.pgp
More information about the kaffe
mailing list