On Aug 24, 1:31 pm, "tonikitoo (Antonio Gomes)" <[email protected]>
wrote:
> please read:
>
> http://benjamin.smedbergs.us/blog/2005-12-23/whats-coming-for-gtkmoze...andhttp://benjamin.smedbergs.us/blog/2006-01-12/mozilla-embedding-small-...
>
> []s
>
>
>
> On Mon, Aug 24, 2009 at 3:52 AM, SimOut<[email protected]> wrote:
> > After an upgrade of XULRunner to 1.9.0.12, my embedded mozilla browser
> > application gives the following error message when starting:
> > ------------------
> > error while loading shared libraries: libgtkembedmoz.so: cannot open
> > shared
> > object file: No such file or directory
> > ------------------
>
> > In XULRunner 1.8, the libgtkembedmoz.so was included, but I can not
> > find it in the same place in XULRunner 1.9.
>
> > What is my problem and how do I solve it?
> > _______________________________________________
> > dev-embedding mailing list
> > [email protected]
> >https://lists.mozilla.org/listinfo/dev-embedding
>
> --
> --Antonio Gomes

Thank you!
But I can not find my problem. I have the following startup code
(simplified):
 --------------------------------------------------
static const GREVersionRange greVersion = {"1.9a", PR_TRUE, "2",
PR_TRUE  };
GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomPath,
sizeof(xpcomPath));
XPCOMGlueStartup(xpcomPath);
GTKEmbedGlueStartup();
GTKEmbedGlueStartupInternal();
gtk_moz_embed_set_path(xpcomPath);
---------------------------------------------------

And link to the following libraries:
---------------------------------------------------
-L/usr/lib64/xulrunner-sdk-1.9/sdk/lib
-L/lib64
-lxpcomglue
-lgtk-x11-2.0
-lgdk-x11-2.0
-latk-1.0
-lgdk_pixbuf-2.0
-lm
-lpangocairo-1.0
-lpango-1.0
-lcairo
-lgobject-2.0
-lgmodule-2.0
-ldl
-lglib-2.0
---------------------------------------------------

Which library should i not link to?



_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to