From owner-freebsd-java@FreeBSD.ORG Sat Nov 4 15:34:28 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC4C716A687 for ; Sat, 4 Nov 2006 15:34:28 +0000 (UTC) (envelope-from Thomas.Gellekum@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D76E143D60 for ; Sat, 4 Nov 2006 15:34:27 +0000 (GMT) (envelope-from Thomas.Gellekum@gmx.de) Received: (qmail invoked by alias); 04 Nov 2006 15:34:26 -0000 Received: from bras-co-85-197-6-190.westend.de (EHLO hanbruch.tg.intern) [85.197.6.190] by mail.gmx.net (mp015) with SMTP; 04 Nov 2006 16:34:26 +0100 X-Authenticated: #18235045 To: Alexander Kabaev References: <20061018.220822.74673558.ken@tydfam.jp> <768690DD58883C4FAA0C089A534F94DF20550D@intexch02.int.appriss.com> <20061103122425.3146dadc@localhost> <20061103.120801.97298272.ken@tydfam.jp> <454AC581.2080503@appriss.com> <20061103211431.5a2af48b@kan.dnsalias.net> From: Thomas Gellekum In-Reply-To: <20061103211431.5a2af48b@kan.dnsalias.net> Date: 04 Nov 2006 16:34:24 +0100 Message-ID: Lines: 50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Emacs Gnus X-Y-GMX-Trusted: 0 Cc: freebsd-eclipse@freebsd.org, dsledge@appriss.com, freebsd-java@freebsd.org Subject: Re: Eclipse 3.2 port (java/eclipse32) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Nov 2006 15:34:28 -0000 Alexander Kabaev writes: > On Thu, 02 Nov 2006 23:28:49 -0500 > David Sledge wrote: > > > > > EPIC, RDT and the RadRails plugin work as well. The current shar > > file is available at [1]http://www.freshdevonrails.com . > > Yamada Ken Takeshi wrote: > > > > I checked in the update from the above link after I compile-tested it > and gave it a light try compiling and debugging several trvial Java > programs. ,---- | [exec] In file included from xpcom_profile_structs.h:29, | [exec] from xpcom_profile.cpp:30: | [exec] xpcom_profile.h:34:22: nsCOMPtr.h: No such file or directory | [exec] xpcom_profile.h:35:41: nsProfileDirServiceProvider.h: No such file or directory | [exec] xpcom_profile.cpp: In function `jint Java_org_eclipse_swt_internal_mozilla_XPCOM_1PROFILE_NS_1NewProfileDirServiceProvider(JNIEnv*, _jclass*, jboolean, _jintArray*)': | [exec] xpcom_profile.cpp:45: error: `nsProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:45: error: `NS_NewProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:45: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:45: error: expected `;' before "NS_NewProfileDirServiceProvider" | [exec] xpcom_profile.cpp:45: warning: unused variable 'nsProfileDirServiceProvider' | [exec] xpcom_profile.cpp:45: warning: unused variable 'NS_NewProfileDirServiceProvider' | [exec] xpcom_profile.cpp: In function `jint Java_org_eclipse_swt_internal_mozilla_XPCOM_1PROFILE_ProfileDirServiceProvider_1Register(JNIEnv*, _jclass*, jint)': | [exec] xpcom_profile.cpp:59: error: `nsProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:59: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:59: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp: In function `jint Java_org_eclipse_swt_internal_mozilla_XPCOM_1PROFILE_ProfileDirServiceProvider_1SetProfileDir(JNIEnv*, _jclass*, jint, jint)': | [exec] xpcom_profile.cpp:71: error: `nsProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:71: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:71: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:71: error: `nsIFile' was not declared in this scope | [exec] xpcom_profile.cpp:71: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:71: warning: unused variable 'nsIFile' | [exec] xpcom_profile.cpp: In function `jint Java_org_eclipse_swt_internal_mozilla_XPCOM_1PROFILE_ProfileDirServiceProvider_1Shutdown(JNIEnv*, _jclass*, jint)': | [exec] xpcom_profile.cpp:83: error: `nsProfileDirServiceProvider' was not declared in this scope | [exec] xpcom_profile.cpp:83: error: expected primary-expression before ')' token | [exec] xpcom_profile.cpp:83: error: expected primary-expression before ')' token | | BUILD FAILED | /usr/ports/java/eclipse/work/build.xml:76: exec returned: 1 `---- I'm using WITH_MOZILLA=firefox, WITH_GECKO=firefox. tg