From maurodewit at gmail.com Sun Jul 27 13:29:58 2014 From: maurodewit at gmail.com (Mauro de Wit) Date: Sun, 27 Jul 2014 13:29:58 +0000 Subject: instructions for building OpenJDK on Haiku Message-ID: Hi, Does anyone know where I can find recent instructions for building OpenJDK myself on Haiku? On the forums I have found this: https://www.haiku-os.org/blog/andrewbachmann/2009-12-21_openjdk_hotspot_libjvmso_built_haiku But these date back to before the port done by Hamish. Any help would be appreciated. Thanks Mauro From hamishm53 at gmail.com Mon Jul 28 20:59:56 2014 From: hamishm53 at gmail.com (Hamish Morrison) Date: Mon, 28 Jul 2014 21:59:56 +0100 Subject: instructions for building OpenJDK on Haiku In-Reply-To: References: Message-ID: <53D6B9CC.4070104@gmail.com> On 27/07/2014 14:29, Mauro de Wit wrote: > Hi, > > Does anyone know where I can find recent instructions for building > OpenJDK myself on Haiku? Hi Mauro, The most up to date instructions you'll find for building the OpenJDK port are those in the haikuporter recipe: https://bitbucket.org/haikuports/haikuports/src/f38c89a88892a29efe78fdbe8696ca652dddac5b/dev-lang/openjdk/openjdk-1.7_u80_b00.recipe?at=master You need an existing image to build it, which you can find here: https://dl.dropboxusercontent.com/u/61946213/openjdk_x86-1.7_2013_11_08-2-x86_gcc2.hpkg Then you need to download ant binaries, install the development packages for freetype, iconv and zlib, set the right variables, and run make. The most up to date code is on my bitbucket (see haikuporter recipe for URLs), where I've merged in jdk7u updates and fixed a few bugs. That's pretty stable now, so I'll be pushing it to the Haiku repositories here soon. Cheers, Hamish