From owner-freebsd-java@FreeBSD.ORG Wed Oct 18 13:08:44 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 BB92816A40F; Wed, 18 Oct 2006 13:08:44 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from daemon.sub.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017C943D69; Wed, 18 Oct 2006 13:08:43 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by daemon.sub.tydfam.jp (8.13.4/8.13.4) with ESMTP id k9ID8M4M063784; Wed, 18 Oct 2006 22:08:23 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 18 Oct 2006 22:08:22 +0900 (JST) Message-Id: <20061018.220822.74673558.ken@tydfam.jp> To: dsledge@appriss.com From: Yamada Ken Takeshi In-Reply-To: <452FDCB1.4020405@appriss.com> References: <452BF733.7060705@appriss.com> <439BCBDEE3689EFBF8CEFE62@rambutan.pingpong.net> <452FDCB1.4020405@appriss.com> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.5 required=8.0 tests=CONTENT_TYPE_PRESENT, FAKEDWORD_BACKQUOTE,X_MAILER_PRESENT autolearn=no version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on daemon.sub.tydfam.jp Cc: girgen@freebsd.org, 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: Wed, 18 Oct 2006 13:08:44 -0000 I cannot compile with recent gnome 2.16 upgrade. A part of errors are like; : [javac] 961 problems (961 warnings) [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*)': : : I think that gnome 2.16 moved lib/include to /usr/local from /usr/X11R6 and this may be the reason of compilation failure. (GL remains in /usr/X11R6 !!) Would you please update eclipse32.shar so that it is compilable under gnome 2.16?