On Sun, 2003-12-28 at 07:05, Keith Morse wrote: > Just curious if anybody has compiled vnc-4.0-0.beta4.3 or > vnc-4.0-0.beta4.6 from the rawhide source rpm. Make is generating some > errors with respect to vncserver.jar and I'm not having any luck searching > google groups or www as well as the realvnc mail list. > > > The error: > > vncviewer/OptionsDialog.java:119: Type `GridBagLayout' not found in > declaration of field `mainGB'. > GridBagLayout mainGB; > ^ > vncviewer/OptionsDialog.java:121: Type `GridBagLayout' not found in > declaration of field `panelGB'. > GridBagLayout panelGB; My guess: it's trying to compile some java classes using gcj which doesn't include AWT (gui) support (of which GridBagLayout is a class). If you remove the jdk-gcj package (which provides symlinks so the gcj java stuff looks like sun's) and install the original jdk from java.sun.com it might compile. Klaasjan -- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list