Eclipse 3.2 port (java/eclipse32)

Thomas Gellekum Thomas.Gellekum at gmx.de
Sat Nov 4 15:34:28 UTC 2006


Alexander Kabaev <kabaev at gmail.com> writes:

> On Thu, 02 Nov 2006 23:28:49 -0500
> David Sledge <dsledge at appriss.com> 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


More information about the freebsd-java mailing list