This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
jawt_md.h
- From: Jochen Rassler <jochen at cornmania dot de>
- To: java at gcc dot gnu dot org
- Date: Sat, 22 Jan 2005 01:21:36 +0100
- Subject: jawt_md.h
Hi.
While porting I found another problem. There is a section, which builds
up native cpp code to support the java code.
In one of those os depending cpp files i have strange dependencies:
#include "jawt_md.h"
// ....
JAWT_X11DrawingSurfaceInfo* dsi_x11 =
(JAWT_X11DrawingSurfaceInfo*)dsi->platformInfo;
but jawt_md.h is shipped with sun's J2SDK and i haven't found something
similar to it in libgcj (4.0 20050115).
Is their a workaround for it?
regards
Jochen