Re: What am I missing in Firefox?
- From: tjoen <tjoen dds nl>
- To: gnome-doc-devel-list gnome org
- Subject: Re: What am I missing in Firefox?
- Date: Wed, 03 Sep 2008 22:21:22 +0200
tjoen wrote:
2.23.91 configured with:
CPPFLAGS=-DXPCOM_GLUE \
./configure --prefix=/usr --disable-static
$ yelp
Could not initialize gecko!
I found that in
yelp_gecko_init (void)
{
...
#ifdef XPCOM_GLUE
...
rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0,
xpcomLocation, sizeof (xpcomLocation));
NS_ENSURE_SUCCESS (rv, FALSE);
...
}
That NS_ENSURE_SUCCESS (rv, FALSE);
returns to main()
Is it wrong to define XPCOM_GLUE ?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]