This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Creating an array in a pre allocated address
- From: Tom Tromey <tromey at redhat dot com>
- To: Gabriel Bianco <gabriel dot bianco at pixeon dot com dot br>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 28 Jan 2008 08:21:11 -0700
- Subject: Re: Creating an array in a pre allocated address
- References: <479A2D74.3050801@pixeon.com.br> <m3ve5hn47q.fsf@fleche.redhat.com> <479DE288.8090705@pixeon.com.br>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Gabriel" == Gabriel Bianco <gabriel.bianco@pixeon.com.br> writes:
Gabriel> I tried including 'java/nio/DirectByteBufferImpl$ReadWrite.h'
Gabriel> but it doesn't exist. I'm on gcc 4.1.1 here. Could that be
Gabriel> the reason or should the class be there?
I think we don't normally build the headers for nested classes.
You can easily build it yourself using gcjh.
Tom