From owner-freebsd-java Wed Aug 22 18:30:35 2001 Delivered-To: freebsd-java@freebsd.org Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-228.oz.net [216.39.147.228]) by hub.freebsd.org (Postfix) with SMTP id D699637B40B for ; Wed, 22 Aug 2001 18:30:25 -0700 (PDT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 95308 invoked by uid 1001); 23 Aug 2001 01:33:13 -0000 From: Joe Kelsey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15236.23895.316429.126267@zircon.zircon.seattle.wa.us> Date: Wed, 22 Aug 2001 18:33:11 -0700 To: java@freebsd.org Subject: jdk13 plugin patches X-Mailer: VM 6.92 under Emacs 20.7.1 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have been working through the plugin directory. So far, I have patches for almost all compiler errors. I expect to finish the rest of the compiler errors soon. However, JavaVM5.cpp has a puzzling include, #include "gdk/gdk.h" Now, there is no gdk directory anywhere in the j2sdk source, nor is there a gdk.h file! There is a gdksuperwin.h file, but that also has the above include along with some other mysterious gdk-related includes. What it missing? Also, there seem to be a lot of purely bad programming errors, as if no one ever tried to compile the code before. Maybe the Sun C compiler is more lenient? Presumably, it compiler before on Linux... If anyone has a clue about the gdk stuff, please let me know. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message