Re: tracking JDK7

2010-10-22 Thread Tony Piselli
I've got a Dual processor G4 with lots of hard drive space that could be used for PPC work for 10.5. It's been over a decade since I've done serious c/c++ programming let alone dealt with Make files. A while ago I tried to do a build but got frustrated and ran out of time to get back into it. I

Re: Is there a way to build Openjdk on a 64-bit Mac OS X 10.6.4?

2010-10-22 Thread Tony Piselli
Landon, All of this is for x86 correct? There wasn't one available for PPC as far as I know. Thanks, Sent from my iPad On Oct 22, 2010, at 3:36 PM, Landon Fuller wrote: > > On Oct 22, 2010, at 3:04 PM, Lussier, Denis wrote: > >> I assume this is for building OpenJDK7 and not OpenJDK6. I'm

compile error on mac ppc box

2013-03-25 Thread Tony Piselli
I decided to try to build the latest java 7 code on a dual G4 PPC power macintosh and ran into the following compile error: /Users/tpiselli/development/projects/openjdk-java7-ppc/bsd-port/ hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp: In static member function 'static void CppInterpreter::

Re: compile error on mac ppc box

2013-03-26 Thread Tony Piselli
Chris,Sorry for my ignorance with this as it's the first time I've tried to do an OpenJDK build. I basically followed the directions from the following Wiki page:https://wikis.oracle.com/display/OpenJDK/Darwin9Buildwhich calls for the following to pull down the code:hg clone http://hg.openjdk.java.

Re: compile error on mac ppc box

2013-04-01 Thread Tony Piselli
Hi Kurt, I'm willing to put some time and effort into this. Would you mind pointing me in the best direction in order to get this going again? Thanks, Tony Sent from my iPhone On Mar 29, 2013, at 9:10 AM, Kurt Miller wrote: > Hi Tony, > > On 03/26/13 12:03, Tony Piselli w

Re: compile error on mac ppc box

2013-04-02 Thread Tony Piselli
below) > > On 2013-Apr-1, at 8:40 AM, Tony Piselli wrote: > > > Hi Kurt, > > I'm willing to put some time and effort into this. Would you mind > > pointing me in the best direction in order to get this going again? > > Thanks, > > Tony > > > &g

compile error on mac ppc box

2013-05-06 Thread Tony Piselli
t; wrote:On Monday 01 April 2013 10:40:53 am Christophe Phi wrote: > Hi > (Sorry for the delayed response.. see below) > > On 2013-Apr-1, at 8:40 AM, Tony Piselli wrote: > > > Hi Kurt, > > I'm willing to put some time and effort into this. Would you mind > >

Re: compile error on mac ppc box

2013-05-06 Thread Tony Piselli
7;ve added atomic_bsd_ppc.inline.hpp to the folders I've created and will base it off of the linux version.Thanks, TonyOn May 06, 2013, at 12:06 PM, Konstantin Tokarev wrote: 06.05.2013, 19:44, "Tony Piselli" <tpisell...@mac.com>: > Hi Volker, > Using the AIX-Linux-PPC project I&

Re: PPC64 mac port with hotspot

2013-06-01 Thread Tony Piselli
Yes, I started to work on this. The build process will recognize the machine as a 64 bit PowerMac and will build parts of the project. I'm still trying to mix the ppc code in with bsd code for the hotspot interpreter. Tony Sent from my iPhone On May 24, 2013, at 6:36 PM, Christian Calderon wro