hi i'm still making the browser and could not get cookies with gtkmozembed. i downloaded the mozilla releases 1.2.1, 1.3b, 1.4.1, 1.5b rpms and their devel, nspr, nss ,nspr-devel, nss-devel packages and tried all one by one for xpcom runtime errors. at 1.4.1 and 1.5b when i used gtk_moz_embed it crasheded and gave seg. foult at run time. 1.2.1 and 1.3b have not been crashed the code at run-time but this time when i want to use xpCOMPtr i have to include xpcomglue library and it do not come with releases defaultly. So i downloaded mozilla-1.4 tarball and tried to compile it on RH 9.0 but it gave me a error on make like
TestStreamConv.cpp:135: warning: `not coded yet: `integer_cst', dump_decl TestStreamConv.cpp:135: not supported by <declaration error>' function 136938666. arg. (i translated it to english so there could be some litle changes) anyway i got the libraries from half-compiled mozilla dist. and i tried to compile code with them and it compiled without glue lib. but this time also gave me run-time output at function gtk_moz_embed_new like No Persistent Registry Found. Type Manifest File: /yedek/mozilla/dist/components/xpti.dat nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) and seg.foults at gtk_widget_show() like ; ###!!! ASSERTION: You can't dereference a NULL nsCOMPtr with operator->().: 'mRawPtr != 0', file ../../../../dist/include/xpcom/nsCOMPtr.h, line 691 Break: at file ../../../../dist/include/xpcom/nsCOMPtr.h, line 691 with libraries ; -lgtkembedmoz -lnspr4 -lplc4 -lplds4 -lgtksuperwin -lxpcom i downloaded skipstone and it works with this libraries but not with all of the rpm's. so what am i missing? why i'm getting these errors? which mozilla release do i have to use for using gtkmozembed and xpcom with no problem? can it be dependent to RH 9.0 (i compiled mozilla without problem at RH 7.3) thanks from now -- Goktan Kantarcioglu Ideal Teknoloji Bilisim Çözümleri A.S.- Iliskisel Is Kanali ARGE ve Projeler Yazilim Geliştirme Muhendisi [EMAIL PROTECTED] http://www.idealteknoloji.com _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
