From owner-freebsd-java@FreeBSD.ORG Sun Sep 19 15:53:21 2004 Return-Path: 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 6942016A4CF for ; Sun, 19 Sep 2004 15:53:21 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 74C5443D31 for ; Sun, 19 Sep 2004 15:53:20 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail 28933 invoked by uid 65534); 19 Sep 2004 15:53:18 -0000 Received: from unknown (EHLO [212.204.44.203]) (212.204.44.203) by mail.gmx.net (mp002) with SMTP; 19 Sep 2004 17:53:18 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: Jose Aranes In-Reply-To: <20040916105200.50693.qmail@web21004.mail.yahoo.com> References: <20040916105200.50693.qmail@web21004.mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tARNIV9KXzFNEsaTM4Rt" Message-Id: <1095609197.842.6.camel@klamath.ankon.de.eu.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 19 Sep 2004 17:53:17 +0200 cc: freebsd-java@freebsd.org Subject: Re: problems with installation of eclipse-3.0_1 at freebsd X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2004 15:53:21 -0000 --=-tARNIV9KXzFNEsaTM4Rt Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-09-16 at 12:52, Jose Aranes wrote: > Hi all >=20 > I get this output with the installation of eclipse: >=20 > the ports tree is update this week. >=20 > make install clean FORCE_PKG_REGISTER=3DYES > =3D=3D=3D> Building for eclipse-3.0_1 > =3D=3D=3D> Building libswt. > cd "plugins/org.eclipse.swt/Eclipse SWT > PI/gtk/library" && \ > /bin/sh ./build.sh && \ > /bin/cp *.so > ../../../../org.eclipse.swt.gtk/os/freebsd/x86/ > gmake[1]: Entering directory > `/usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse > SWT PI/gtk/library' > c++ -O -fno-rtti -Wall -I./ > -I/usr/local/jdk1.4.2/include > -I/usr/local/jdk1.4.2/include/bsd > -I/usr/local/jdk1.4.2/include/freebsd -include > /usr/X11R6/include/mozilla/mozilla-config.h > -I/usr/X11R6/include/mozilla > -I/usr/X11R6/include/mozilla/xpcom > -I/usr/X11R6/include/mozilla/string > -I/usr/X11R6/include/mozilla/nspr > -I/usr/X11R6/include/mozilla/embed_base > -I/usr/X11R6/include/mozilla/gfx -c xpcom.cpp > cc1plus: /usr/X11R6/include/mozilla/mozilla-config.h: > No such file or directory > xpcom.cpp:32:19: nsCRT.h: No such file or directory > xpcom.cpp:33:25: nsEmbedAPI.h: No such file or > directory > xpcom.cpp:34:19: prmem.h: No such file or directory > xpcom.cpp:35:19: prenv.h: No such file or directory > xpcom.cpp:36:22: nsString.h: No such file or directory > xpcom.cpp:37:31: nsEnumeratorUtils.h: No such file or > directory > xpcom.cpp:38:28: nsIInputStream.h: No such file or > directory > xpcom.cpp:39:20: nsRect.h: No such file or directory > xpcom.cpp:48: error: type specifier omitted for > parameter `P_OLE_FN_16S' > xpcom.cpp:48: error: ISO C++ forbids declaration of > `NS_CALLBACK_' with no type > xpcom.cpp:48: error: `NS_CALLBACK_' declared as > function returning a function > xpcom.cpp:49: error: syntax error before `,' token > xpcom.cpp:50: error: syntax error before `,' token > xpcom.cpp:51: error: syntax error before `,' token > xpcom.cpp:52: error: syntax error before `,' token > xpcom.cpp:53: error: syntax error before `,' token > xpcom.cpp:54: error: syntax error before `,' token > xpcom.cpp:55: error: syntax error before `,' token > xpcom.cpp:56: error: syntax error before `,' token > xpcom.cpp:57: error: syntax error before `,' token > xpcom.cpp:58: error: syntax error before `,' token > xpcom.cpp:59: error: syntax error before `,' token > xpcom.cpp:60: error: syntax error before `,' token > xpcom.cpp:61: error: syntax error before `,' token > xpcom.cpp:62: error: syntax error before `void' > xpcom.cpp:63: error: syntax error before `,' token > xpcom.cpp:64: error: syntax error before `,' token > xpcom.cpp:65: error: syntax error before `,' token > xpcom.cpp:66: error: syntax error before `,' token > xpcom.cpp:67: error: syntax error before `void' > xpcom.cpp:68: error: syntax error before `,' token > xpcom.cpp:69: error: syntax error before `,' token > xpcom.cpp:90: error: syntax error before `*' token > gmake[1]: *** [xpcom.o] Error 1 > gmake[1]: Leaving directory > `/usr/ports/java/eclipse/work/plugins/org.eclipse.swt/Eclipse > SWT PI/gtk/library' > gmake: *** [libswt] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/java/eclipse. >=20 >=20 > what would you advise me to do? >=20 > thanks=20 >=20 Hi, what version of Mozilla do you have installed? I can get the same errors with www/mozilla-devel[1], but everything works fine if I install the regular www/mozilla[2]. Guess eclipse doesn't the like the 1.8 headers too much. HTH, Andreas Exact versions: [1] mozilla-1.8.a3,2 [2] mozilla-1.7.2,2 --=-tARNIV9KXzFNEsaTM4Rt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBTatsYucd7Ow1ygwRApevAJ0TIdjVW3XIpXrJ3I17wI/GUODKRwCaAoHs EBV5BZX+gZGPmee9zbLBLfU= =u5IL -----END PGP SIGNATURE----- --=-tARNIV9KXzFNEsaTM4Rt--