Skip site navigation (1)Skip section navigation (2)
Date:      12 Apr 2003 16:45:17 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Pav Lucistnik <pav@oook.cz>
Cc:        freebsd-gnome@freebsd.org
Subject:   Re: galeon-1.2.9 gettext build problem
Message-ID:  <1050180316.72359.14.camel@shumai.marcuscom.com>
In-Reply-To: <1050156140.48539.36.camel@pav.oook.cz>
References:  <1050144588.48539.7.camel@pav.oook.cz> <1050156140.48539.36.camel@pav.oook.cz>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-XKjCnJPgxARHR+l4MVra
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Sat, 2003-04-12 at 10:02, Pav Lucistnik wrote:
> V so, 12. 04. 2003 v 12.49, Pav Lucistnik napsal:
>=20
> > Hi, I'm updating Mozilla/Galeon on my 5.0-RELEASE system. Galeon
> > compilation bombs on undefined Lgettext:
> >=20
> > ContentHandler.cpp: In member function `virtual nsresult=20
> >    GContentHandler::PromptForSaveToFile(nsISupports*, const PRUnichar*,
> > const=20
> >    PRUnichar*, nsILocalFile**)':
> > ContentHandler.cpp:367: `Lgettext' undeclared (first use this function)
>=20
> > Problematic line is:
> > NS_NAMED_LITERAL_STRING (title, _("Select the destination filename"));
>=20
> Tracked it down to macro expansion:
>=20
> Mozilla header string/nsLiteralString.h defines:
>=20
> #define NS_NAMED_LITERAL_STRING(n,s)
> NS_NAMED_MULTILINE_LITERAL_STRING(n, NS_LL(s))
>=20
> and
>=20
> #define NS_L(s) NS_LL(s)

Actually, it should be expanded by NS_LL, which is, in turn, expanded to
L##s (whatever).

>=20
> so it looks like my compiler expands NS_NAMED_LITERAL_STRING macro, and
> then when looking how to expand NS_LL(s) macro it used NS_L(s) macro
> instead of desired NS_LL(s) macro...
>=20
> My C++ skills ends here :( anyone can help? My gcc is stock from 5.0:
>=20
> # c++ -v
> Using built-in specs.
> Configured with: FreeBSD/i386 system compiler
> Thread model: posix
> gcc version 3.2.1 [FreeBSD] 20021119 (release)
>=20
> I don't have any non-standard options in /etc/make.conf

The Galeon people already fixed it.  I merged in their fix.  Thanks for
reporting!

Joe

--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-XKjCnJPgxARHR+l4MVra
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQA+mHrcb2iPiv4Uz4cRAsF5AJ0UPYbDBwwFfnsHaJdj6Bk+V6/yYQCfVA5d
HExO9uwzRzSr2UW+HJ3ZhiY=
=Wfo8
-----END PGP SIGNATURE-----

--=-XKjCnJPgxARHR+l4MVra--



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