From owner-freebsd-eclipse@FreeBSD.ORG Thu Aug 17 16:35:22 2006 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 010F716A617 for ; Thu, 17 Aug 2006 16:35:22 +0000 (UTC) (envelope-from bofh@redwerk.com) Received: from office.redwerk.com (office.redwerk.com [85.90.206.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540B243D49 for ; Thu, 17 Aug 2006 16:35:20 +0000 (GMT) (envelope-from bofh@redwerk.com) Received: from bofh by office.redwerk.com with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GDkq2-0008YS-Kf for freebsd-eclipse@freebsd.org; Thu, 17 Aug 2006 19:35:22 +0300 Date: Thu, 17 Aug 2006 19:35:22 +0300 From: Eugeny N Dzhurinsky To: freebsd-eclipse@freebsd.org Message-ID: <20060817163522.GA32860@office.redwerk.com> Mail-Followup-To: freebsd-eclipse@freebsd.org References: <426b510c0608150218t294c212x92fc8e0c9db62d10@mail.gmail.com> <44E26B64.5080801@posom.com> <768690DD58883C4FAA0C089A534F94DF2054C8@intexch02.int.appriss.com> <20060816153352.GD28819@office.redwerk.com> <44E344CA.6090804@appriss.com> <20060817161343.GA34265@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060817161343.GA34265@misty.eyesbeyond.com> User-Agent: Mutt/1.5.12-2006-07-14 Subject: Re: Eclipse GUI speed issue X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2006 16:35:22 -0000 On Thu, Aug 17, 2006 at 09:13:43AM -0700, Greg Lewis wrote: > On Wed, Aug 16, 2006 at 12:16:10PM -0400, David Sledge wrote: > > BUILD_DEPENDS= javac:${PORTSDIR}/java/jdk15 \ > > ant:${PORTSDIR}/devel/apache-ant \ > > Picking a message somewhat at random... > > The first line is correctly written: > > USE_JAVA=yes > JAVA_VERSION=1.5 > JAVA_OS=native > JAVA_VENDOR=bsdjava > > You can also probably write the second line better as > > USE_ANT=yes I installed diablo-jdk15, and now I have some weird issues when compiling: [exec] In file included from xpcom_structs.h:29, [exec] from xpcom.cpp:30: [exec] xpcom.h:34:21: nsXPCOM.h: No such file or directory [exec] xpcom.h:35:25: nsEmbedAPI.h: No such file or directory [exec] xpcom.h:36:27: nsEmbedString.h: No such file or directory [exec] xpcom.h:37:28: nsIInputStream.h: No such file or directory [exec] In file included from xpcom.h:38, [exec] from xpcom_structs.h:29, [exec] from xpcom.cpp:30: [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsISupportsUtils.h:45:20: nscore.h: No such file or directory [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsISupportsUtils.h:49:29: nsISupportsBase.h: No such file or directory [exec] In file included from /usr/local/include/mozilla-1.0.0/xpcom/nsISupportsUtils.h:53, [exec] from xpcom.h:38, [exec] from xpcom_structs.h:29, [exec] from xpcom.cpp:30: [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsError.h:292: error: `NS_COM' does not name a type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsISupportsUtils.h:57:21: nsDebug.h: No such file or directory [exec] In file included from /usr/local/include/mozilla-1.0.0/nspr/pratom.h:43, [exec] from /usr/local/include/mozilla-1.0.0/xpcom/nsISupportsImpl.h:48, [exec] from /usr/local/include/mozilla-1.0.0/xpcom/nsISupportsUtils.h:61, [exec] from xpcom.h:38, [exec] from xpcom_structs.h:29, [exec] from xpcom.cpp:30: [exec] /usr/local/include/mozilla-1.0.0/nspr/prtypes.h:484:31: obsolete/protypes.h: No such file or directory [exec] In file included from /usr/local/include/mozilla-1.0.0/xpcom/nsISupportsImpl.h:49, [exec] from /usr/local/include/mozilla-1.0.0/xpcom/nsISupportsUtils.h:61, [exec] from xpcom.h:38, [exec] from xpcom_structs.h:29, [exec] from xpcom.cpp:30: [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:149: error: `nsrefcnt' does not name a type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:150: error: `nsrefcnt' does not name a type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:151: error: `nsrefcnt' does not name a type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:152: error: `nsrefcnt' does not name a type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:180: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:180: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:182: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:184: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:189: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:189: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:193: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:193: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:199: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:199: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:203: error: `NS_COM' does not name a type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:208: error: `NS_COM' does not name a type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:213: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:213: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:216: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:216: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:219: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:219: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:221: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:221: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:228: error: `NS_COM' does not name a type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:231: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:231: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:233: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:233: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:236: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:236: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:239: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:239: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:243: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:243: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:245: error: ISO C++ forbids declaration of `NS_COM' with no type [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:245: error: expected `;' before "void" [exec] /usr/local/include/mozilla-1.0.0/xpcom/nsTraceRefcnt.h:252: error: ISO C++ forbids declaration of `NS_COM' with no type etc the thing is I issued make with arguments make -DWITHOUT_GNOMEVFS -DWITHOUT_CAIRO -DWITHOUT_MOZILLA but it still wants Mozilla to be installed? -- Eugene N Dzhurinsky