From owner-freebsd-ports Fri Jan 10 16:37:35 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BFDC37B401; Fri, 10 Jan 2003 16:37:32 -0800 (PST) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E5143F3F; Fri, 10 Jan 2003 16:37:26 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-034dcwashp0071.dialsprint.net ([65.179.96.71] helo=moo.holy.cow) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18X9eP-0004Tp-00; Fri, 10 Jan 2003 16:37:25 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 9D72C1415E; Fri, 10 Jan 2003 19:40:15 -0500 (EST) Date: Fri, 10 Jan 2003 19:40:15 -0500 From: parv To: f-ports Cc: gnome@FreeBSD.org Subject: mozilla 1.2 problems (before i file proper pr) Message-ID: <20030111004015.GA18134@moo.holy.cow> Mail-Followup-To: f-ports , gnome@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org it seems that the "default" option for "--enable-extensions" already includes irc (from mozilla-devel/work/mozilla/configure)... elif test "$option" =3D "default"; then MOZ_EXTENSIONS=3D"$MOZ_EXTENSIONS $MOZ_EXTENSIONS_DEFAULT" . . . MOZ_EXTENSIONS_DEFAULT=3D" cookie wallet content-packs xml-rpc xmlextras = help pref transformiix venkman inspector irc universalchardet typeaheadfind" =2E..so not specifying "irc" won't actually disable chatzilla (unless i missed something)... .if !defined(WITHOUT_CHATZILLA) CONFIGURE_ARGS+=3D --enable-extensions=3Ddefault,irc,xmlterm .else CONFIGURE_ARGS+=3D --enable-extensions=3Ddefault,xmlterm .endif also, i tried to compile 1.2 w/ following in Makefile.local... WITHOUT_MAILNEWS=3D "mutt slrn" WITHOUT_LDAP=3D "yup" WITHOUT_CHATZILLA=3D "xchat" WITHOUT_COMPOSER=3D "vim" WITHOUT_XFT=3D "ya" =2E..and following changes to CONFIGURE_ARGS (in Makefile)... - --enable-xinerama \ + --disable-xinerama \ + --disable-bidi \ =2E..build fails at the following point... c++ -o nsGfxFactoryGTK.o -c -DNATIVE_THEME_SUPPORT -DOSTYPE=3D\"FreeBSD4\= " -DOSARCH=3D\"FreeBSD\" -DOJI -DUSE_POSTSCRIPT -DUSE_XPRINT -DUSE_MOZILLA_= TYPES -DMOZ_ENABLE_FREETYPE2 -I./. -I./.. -I./../shared -I./../x11shared -= I../../../dist/include/xpcom -I../../../dist/include/string -I../../../dist= /include/widget -I../../../dist/include/view -I../../../dist/include/util -= I../../../dist/include/pref -I../../../dist/include/uconv -I../../../dist/i= nclude/unicharutil -I../../../dist/include/locale -I../../../dist/include/n= ecko -I../../../dist/include/content -I../../../dist/include/layout -I../..= /../dist/include/imglib2 -I../../../dist/include/gfx -I../../../dist/includ= e -I/usr3/ports/www/mozilla-devel/work/mozilla/dist/include/nspr -I/usr2/l= ocal/include -I/usr2/local/include/freetype2 -I/usr2/local/include -I/us= r2/X11R6/include -fPIC -I/usr2/X11R6/include -I/usr2/X11R6/include -fno= -rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Wove= rloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long -O -pipe -mar= ch=3Dpentiumpro -fmemoize-lookups -fsave-memoized -pipe -DNDEBUG -DTRIMMED= -ffunction-sections -I/usr2/X11R6/include -I/usr2/local/include/freetype2 = -I/usr2/local/include -I/usr2/X11R6/include/gtk12 -I/usr2/local/include/g= lib12 -I/usr2/local/include -I/usr2/X11R6/include -I/usr2/X11R6/include = -I/usr2/X11R6/include -DMOZILLA_CLIENT -include ../../../mozilla-config.h n= sGfxFactoryGTK.cpp In file included from nsGfxFactoryGTK.cpp:65: nsFontMetricsXft.h:248: syntax error before `*' nsGfxFactoryGTK.cpp: In function `nsresult nsScriptableRegionConstructor(= nsISupports *, const nsIID &, void **)': nsGfxFactoryGTK.cpp:171: warning: `class nsIScriptableRegion * inst' migh= t be used uninitialized in this function gmake[4]: *** [nsGfxFactoryGTK.o] Error 1 gmake[4]: Leaving directory `/usr3/ports/www/mozilla-devel/work/mozilla/g= fx/src/gtk' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr3/ports/www/mozilla-devel/work/mozilla/g= fx/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr3/ports/www/mozilla-devel/work/mozilla/g= fx' gmake[1]: *** [tier_9] Error 2 gmake[1]: Leaving directory `/usr3/ports/www/mozilla-devel/work/mozilla' gmake: *** [default] Error 2 - parv --=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message