This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]