From owner-freebsd-questions@FreeBSD.ORG Sat Mar 29 07:45:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E3637B401 for ; Sat, 29 Mar 2003 07:45:16 -0800 (PST) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27CA443F93 for ; Sat, 29 Mar 2003 07:45:16 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 18zIVy-000NEW-00; Sat, 29 Mar 2003 07:45:02 -0800 Date: Sat, 29 Mar 2003 07:45:02 -0800 From: Nathan Kinkade To: David Banning Message-ID: <20030329154502.GI82863@sub21-156.member.dsl-only.net> Mail-Followup-To: Nathan Kinkade , David Banning , questions@freebsd.org References: <20030328191627.A87174@skytrackercanada.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gJNQRAHI5jiYqw2y" Content-Disposition: inline In-Reply-To: <20030328191627.A87174@skytrackercanada.com> User-Agent: Mutt/1.4i Sender: Nathan Kinkade cc: questions@freebsd.org Subject: Re: error building skipstone X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nkinkade@fastmail.fm List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2003 15:45:19 -0000 --gJNQRAHI5jiYqw2y Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 28, 2003 at 07:16:27PM -0500, David Banning wrote: > I got this error building skipstone. I wonder if anyone knows=20 > what I can do with it. >=20 > ...spr -I/usr/X11R6/include/mozilla/uconv -I/usr/X11R6/include/mozilla/we= bbrowserpersist -c -o mozilla.o mozilla.cpp > In file included from /usr/X11R6/include/mozilla/string/nsSharableString.= h:35, > from /usr/X11R6/include/mozilla/string/nsPromiseFlatStri= ng.h:28, > from /usr/X11R6/include/mozilla/string/nsString2.h:70, > from /usr/X11R6/include/mozilla/string/nsString.h:54, > from /usr/X11R6/include/mozilla/content/nsIDocument.h:44, > from mozilla.cpp:19: > /usr/X11R6/include/mozilla/string/nsBufferHandleUtils.h:36: `#include' ex= pects "FILENAME" or > In file included from /usr/X11R6/include/mozilla/xpcom/nsCRT.h:45, > from /usr/X11R6/include/mozilla/xpcom/nsFileSpec.h:150, > from mozilla.cpp:20: > /usr/X11R6/include/mozilla/xpcom/nsCppSharedAllocator.h:6: `#include' exp= ects "FILENAME" or > gmake[1]: *** [mozilla.o] Error 1 > gmake[1]: Leaving directory `/usr/ports/www/skipstone/work/skipstone-0.8.= 3/src' > gmake: *** [all] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/www/skipstone. I had this same problem and got around it by commenting out the offending lines. I have no clue what the ramifications of doing such might be, but the build worked and Skipstone seemed to work fine during a few test runs. The offending lines are something like: #include NEW_H I simply turned that into: // #include NEW_H You will have to do this on both files: /usr/X11R6/include/mozilla/string/nsBufferHandleUtils.h:36 /usr/X11R6/include/mozilla/xpcom/nsCppSharedAllocator.h:6 Then after this the build will fail again due to some undeclared function reference. Again, probably unwisely, I just commented out the reference to the offending function and the build completed successfully. My main goal was just to get Skipstone up to some degree so that I could see what it looked like and how it rendered various pages. It seemed OK, but I wasn't all that impressed. It's memory usage isn't that much less than that of Phoenix. Probaby the port maintainer should be notified about these problems. Good luck, Nathan --=20 GPG Public Key ID: 0x4250A04C gpg --keyserver pgp.mit.edu --recv-keys 4250A04C http://63.105.21.156/gpg_nkinkade_4250A04C.asc --gJNQRAHI5jiYqw2y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+hb9+WZYS9EJQoEwRAq7dAKCYQNY0kIDjyKTyKU6eIl9TfcrWlwCgz58w AbnHHFv34qU6W8cYGOJ4Kng= =oUAD -----END PGP SIGNATURE----- --gJNQRAHI5jiYqw2y--