This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GTK peers
- From: Tom Tromey <tromey at redhat dot com>
- To: Fernando Lozano <fernando at lozano dot eti dot br>
- Cc: java at gcc dot gnu dot org
- Date: 10 Jul 2003 08:22:22 -0600
- Subject: Re: GTK peers
- References: <20030623132543.6155e4cb.erik.poupaert@chello.be><16120.19326.529145.497282@creche.redhat.com><20030624212609.42e760f0.erik.poupaert@chello.be><16120.52022.896472.22532@creche.redhat.com><20030707152102.0097f6bc.erik.poupaert@skynet.be><3F0CE425.9070901@lozano.eti.br>
- Reply-to: tromey at redhat dot com
>>>>> "Fernando" == Fernando Lozano <fernando@lozano.eti.br> writes:
Fernando> This may seen a trivial question... under Red Hat Linux 9.0,
Fernando> no erratas (GCC/GCJ 3.2.2)
Fernando> Looks like RHL folks forgot something from their gcc-gcj or
Fernando> libgcj RPM packages. Is there an easy way to get these
Fernando> classes (besides downloading the full GCC 3.3 distro) or
Fernando> configure my system to use another, included set of AWT
Fernando> peers?
Nope, Red Hat is ok here. The peers weren't in 3.2 or 3.3. They were
checked in on the trunk after 3.3 branched. There's no way to get the
AWT peers without building from cvs.
Note that the peers are still incomplete and buggy. Work is being
done on them, but there's no guarantees about when they'll be "done".
Tom