Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2003 19:40:15 -0500
From:      parv <parv_fm@emailgroups.net>
To:        f-ports <freebsd-ports@freebsd.org>
Cc:        gnome@FreeBSD.org
Subject:   mozilla 1.2 problems (before i file proper pr)
Message-ID:  <20030111004015.GA18134@moo.holy.cow>

next in thread | raw e-mail | index | archive | help
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-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030111004015.GA18134>