Re: What am I missing in Firefox?



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]