Re: A different openjdk6 install problem

2009-08-21 Thread David Rowe
Brandon Allbery wrote: On Aug 20, 2009, at 19:06 , David Rowe wrote: Brandon Allbery wrote: On Aug 18, 2009, at 20:21 , David Rowe wrote: I had thought it was possible that a suitable declaration of 'X_ShmAttach' could be supplied by #including - so I inserted an appropriate #include state

Re: A different openjdk6 install problem

2009-08-20 Thread Brandon Allbery
On Aug 20, 2009, at 19:06 , David Rowe wrote: Brandon Allbery wrote: On Aug 18, 2009, at 20:21 , David Rowe wrote: I had thought it was possible that a suitable declaration of 'X_ShmAttach' could be supplied by #including shmproto.h> - so I inserted an appropriate #include statement near th

Re: A different openjdk6 install problem

2009-08-20 Thread David Rowe
Brandon Allbery wrote: On Aug 18, 2009, at 20:21 , David Rowe wrote: I had thought it was possible that a suitable declaration of 'X_ShmAttach' could be supplied by #including - so I inserted an appropriate #include statement near the beginning of awt_GraphicsEnv.c Hm. Actually not; that's

Re: A different openjdk6 install problem

2009-08-19 Thread Brandon Allbery
On Aug 18, 2009, at 20:21 , David Rowe wrote: I had thought it was possible that a suitable declaration of 'X_ShmAttach' could be supplied by #including shmproto.h> - so I inserted an appropriate #include statement near the beginning of awt_GraphicsEnv.c Hm. Actually not; that's internal,

Re: A different openjdk6 install problem

2009-08-18 Thread David Rowe
Brandon Allbery wrote: . . . . I would next check the output of cpp (given the same command line as passed to gcc); off the top of my head, I'm wondering if "majorEvent" was #define-d at some point, leading to parser confusion. (Note the first error is on line 171, the definition of xShmCom

Re: A different openjdk6 install problem

2009-08-18 Thread Brandon Allbery
On Aug 18, 2009, at 05:21 , David Rowe wrote: Brandon Allbery wrote: . . . . . . . . . What's on line 171 of that file? On my system it's > BYTEbpad1; and BYTE is also used on prior lines, so apparently my shmproto.h differs from yours. Can you paste lines 165-178? Here is th

Re: A different openjdk6 install problem

2009-08-18 Thread David Rowe
Brandon Allbery wrote: . . . . . . . . . What's on line 171 of that file? On my system it's > BYTEbpad1; and BYTE is also used on prior lines, so apparently my shmproto.h differs from yours. Can you paste lines 165-178? Here is the requested chunk of /opt/local/include/X11/

Re: A different openjdk6 install problem

2009-08-17 Thread Brandon Allbery
On Aug 17, 2009, at 18:43 , David Rowe wrote: Brandon Allbery wrote: On Aug 16, 2009, at 19:32 , David Rowe wrote: ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c: In function 'J2DXErrHandler': ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c:966: error: 'X_ShmAttach' undeclared (

Re: A different openjdk6 install problem

2009-08-17 Thread David Rowe
Brandon Allbery wrote: On Aug 16, 2009, at 19:32 , David Rowe wrote: ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c: In function 'J2DXErrHandler': ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c:966: error: 'X_ShmAttach' undeclared (first use in this function) ../../../src/solaris/

Re: A different openjdk6 install problem

2009-08-17 Thread Brandon Allbery
On Aug 16, 2009, at 19:32 , David Rowe wrote: ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c: In function 'J2DXErrHandler': ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c:966: error: 'X_ShmAttach' undeclared (first use in this function) ../../../src/solaris/native/sun/awt/awt_Gra

Re: A different openjdk6 install problem

2009-08-16 Thread David Rowe
Landon Fuller wrote: On Aug 15, 2009, at 5:58 AM, Joshua Root wrote: This is defined in /opt/local/include/X11/extensions/shmproto.h, which is provided by xorg-xextproto, which is in openjdk6's dependency tree. Double check that it's installed and active. Does the port build if you install x

Re: A different openjdk6 install problem

2009-08-16 Thread Landon Fuller
On Aug 15, 2009, at 5:58 AM, Joshua Root wrote: This is defined in /opt/local/include/X11/extensions/shmproto.h, which is provided by xorg-xextproto, which is in openjdk6's dependency tree. Double check that it's installed and active. Does the port build if you install xorg-xextproto manually

Re: A different openjdk6 install problem

2009-08-16 Thread Ryan Schmidt
On Aug 16, 2009, at 17:13, David Rowe wrote: Ryan Schmidt wrote: It is the same error I reported here: http://lists.macosforge.org/pipermail/macports-users/2009-August/ 016108.html Though you're right, I didn't file a bug report for it yet. Thanks - I missed that in the middle of other

Re: A different openjdk6 install problem

2009-08-16 Thread Ryan Schmidt
On Aug 15, 2009, at 07:08, David Rowe wrote: I am trying to do a new install of openjdk6 on a MacBookPro (Intel) under MacOS X 10.5.8. It keeps crashing out with the following log messages: [snip] ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c: In function 'makeDefaultConfig': ..

[Fwd: Re: A different openjdk6 install problem]

2009-08-15 Thread David Rowe
Joshua Root wrote bash-3.2# port install -d openjdk6 This isn't enabling debug output. The -d needs to go before the other arguments. OK - thanks. I thought the console transcript seemed a bit short. ../../../src/solaris/native/sun/awt/awt_GraphicsEnv.c: In function 'J2DXErrHandler

Re: A different openjdk6 install problem

2009-08-15 Thread Joshua Root
On 2009-8-15 22:08, David Rowe wrote: > I am trying to do a new install of openjdk6 on a MacBookPro (Intel) > under MacOS X 10.5.8. It keeps crashing out with the following log > messages: > > > bash-3.2# port install -d openjdk6 This isn't enabling de

A different openjdk6 install problem

2009-08-15 Thread David Rowe
I am trying to do a new install of openjdk6 on a MacBookPro (Intel) under MacOS X 10.5.8. It keeps crashing out with the following log messages: bash-3.2# port install -d openjdk6 ---> Fetching openjdk6 ---> Attempting to fetch openjdk-6-src-b16-24_