This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to create a AWT enabled build?


Thanks a lot, now it works.

I think I'll try both, x and gtk, because I need just lightweight drawinga dn gdk itself is a little bit slow.

Thanks a lot again, lg Linuxhippy

Am Donnerstag, 22. April 2004 10:59 schrieb Clemens Eisserer:
> Hi there!
>
> I've just downloaded GCC-3.4 (the all-in-one package), and after
> looking arround whats up, I went to libjava/ und typed ./configure
> --enable-java-awt --enlable-interpreter, but configure fais with:
> "*** unrecognised argument "yes" for --enable-java-awt"
>
> If I remove --enable-java-awt everything builds fine.
>
> I know this is a trvivial answer, but what did I do wrong?

You  need to specify the peers to use in a comma separted list.

Use --enable-java-awt=gtk

Other possible values are "xlib" and "gtk,xlib". The xlib peer is just 
not really made for normal AWT apps ...


Michael



_______________________________________________________________________
... and the winner is... WEB.DE FreeMail! - Deutschlands beste E-Mail
ist zum 39. Mal Testsieger (PC Praxis 03/04) http://f.web.de/?mc=021191


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]