From owner-freebsd-java Tue Dec 5 7: 4:24 2000 From owner-freebsd-java@FreeBSD.ORG Tue Dec 5 07:04:23 2000 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from matavnet.hu (mail.matavnet.hu [195.228.240.10]) by hub.freebsd.org (Postfix) with SMTP id 8509137B400 for ; Tue, 5 Dec 2000 07:04:22 -0800 (PST) Received: (qmail 9124 invoked from network); 5 Dec 2000 16:04:14 +0100 Received: from mail.cetelem.hu (HELO server.cetelem.hu) (195.228.218.103) by mail.matavnet.hu with SMTP; 5 Dec 2000 16:04:14 +0100 Received: from kuti.cetelem.hu (192.9.210.105 [192.9.210.105]) by server.cetelem.hu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id YJHWS834; Tue, 5 Dec 2000 15:59:32 +0100 Received: (from kuti@localhost) by kuti.cetelem.hu (8.9.3/8.9.3) id QAA36001 for freebsd-java@freebsd.org; Tue, 5 Dec 2000 16:07:02 +0100 (CET) (envelope-from kuti) Date: Tue, 5 Dec 2000 16:07:02 +0100 (CET) From: Zsolt Kuti Message-Id: <200012051507.QAA36001@kuti.cetelem.hu> To: freebsd-java@freebsd.org Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! During the build process I got the following error: In file included from ../../../../src/bsd/native/sun/awt/awt_AWTEvent.c:37: ../../../../src/bsd/native/sun/awt/awt_p.h:36: Xm/CascadeB.h: No such file or directory ../../../../src/bsd/native/sun/awt/awt_p.h:37: Xm/DrawingA.h: No such file or directory [lot of files] ../../../../src/bsd/native/sun/awt/awt_p.h:54: Xm/Xm.h: No such file or directory ../../../../src/bsd/native/sun/awt/awt_p.h:55: Xm/MainW.h: No such file or directory In file included from ../../../../src/bsd/native/sun/awt/awt_p.h:57, from ../../../../src/bsd/native/sun/awt/awt_AWTEvent.c:37: ../../../../src/bsd/native/sun/awt/awt_util.h:17: Xm/VendorSEP.h: No such file or directory ../../../../src/bsd/native/sun/awt/awt_util.h:18: Xm/VendorSP.h: No such file or directory gmake[3]: *** [obj/i386/awt_AWTEvent.o] Error 1 gmake[3]: Leaving directory `/usr/home/kuti/source-jdk1.2.2/work/build/bsd/sun/awt' gmake[2]: *** [optimized] Error 2 gmake[2]: Leaving directory `/usr/home/kuti/source-jdk1.2.2/work/build/bsd/sun/awt' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/home/kuti/source-jdk1.2.2/work/build/bsd/sun' gmake: *** [all] Error 1 And really, no Xm dir with all those files, anywhere in the source tree. Can somebody tell me where they are gone, or what's the matter? The tarball didn't contain anything like that. Thanks Zsolt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message