From owner-freebsd-java Sun May 5 5:18:58 2002 Delivered-To: freebsd-java@freebsd.org Received: from tk212017121218.teleweb.at (TK212017121218.teleweb.at [212.17.121.218]) by hub.freebsd.org (Postfix) with SMTP id C7F9437B419 for ; Sun, 5 May 2002 05:18:20 -0700 (PDT) Received: (qmail 55361 invoked from network); 5 May 2002 12:18:19 -0000 Received: from unknown (HELO freebsd3.rocks) (192.168.1.10) by 192.168.1.1 with SMTP; 5 May 2002 12:18:19 -0000 Received: (qmail 56222 invoked by uid 1001); 5 May 2002 10:28:24 -0000 Date: Sun, 5 May 2002 12:28:24 +0200 From: "Herbert J. Skuhra" To: freebsd-java@FreeBSD.org Subject: java/jdk13 build fails if QT3 is installed? Message-ID: <20020505102824.GA47206@TK212017121218.teleweb.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hei! In order to build the jdk13 port I had to deinstall qt3. With qt3 installed the build breaks with the following message: In file included from ../../oji-plugin/src/motif/common/stubs.c:29: /usr/X11R6/include/npapi.h:1: #error "/tmp/qt-3.0-reggie-21297/qt/extensions/nsplugin/src/npapi.h must be provided by Netscape" /usr/X11R6/include/npapi.h:2: #error "This file is just a placeholder. Please see the documentation" /usr/X11R6/include/npapi.h:3: #error "to learn how to obtain the real file" In file included from ../../oji-plugin/src/motif/common/stubs.c:30: /usr/X11R6/include/npupp.h:1: #error "/tmp/qt-3.0-reggie-21297/qt/extensions/nsplugin/src/npupp.h must be provided by Netscape" /usr/X11R6/include/npupp.h:2: #error "This file is just a placeholder. Please see the documentation" /usr/X11R6/include/npupp.h:3: #error "to learn how to obtain the real file" gmake[1]: *** [../../tmp/bsd/i386/stubs.o] Error 1 gmake[1]: Leaving directory `/usr/local/src/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/build/ solaris' gmake: *** [plugin-all] Error 1 *** Error code 2 Well pkg_tarup, pkg_delete, build the port and pkg_add solved the problem. Is there something wrong with the port or is it just my system that produces this error? Regards, Herbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message