On Wed, 9 May 2001 17:45:08 +1000 , Bernie Maier said:

>  A reasonable sounding suggestion - but I've already tried that, and it
>  doesn't help.
>  

Checkout the attached test file, works for me and without push_startup() even

compile it like so

gcc -o test test.c `gtk-config --cflags --libs` -I/usr/include/mozilla
-L/usr/lib/mozilla -lgtkembedmoz -lnspr4 -lplds4 -lplc4 -lgtksuperwin -lxpcom
-lpthread

ofcourse change the include  & lib path to ones that corrospond to yours. then

export MOZILLA_FIVE_HOME=/path/to/mozilla
export LD_LIBRARY_PATH=/path/to/mozilla
then ./test

hmm.. come to tink about it, were you exporting those variables or not??

This test file works with mozilla 0.8,0.81 and cvs. I dont have 0.9 to test
with but CVS is basically almost the same.

Maher


>  I'm about to try out the 0.9 milestone, and see if anything (magically)
>  changes.
>  
>  Cheers,
>  
>      Bernie
>  
>  P.S. I was naughty and hadn't read the debugging FAQ when I commented
>  on GDB.  I've just spent the afternoon fetching and building the latest
>  GDB, and that appears to help with the apparent hangs during debugging.
>  However, the main problem I'm talking about here also occurs outside the
>  debugger.
>  
>  

-- 
http://www.muhri.net -- [EMAIL PROTECTED]

test.c

Reply via email to