On Aug 25, 3:10 pm, Benjamin Smedberg <[email protected]> wrote: > On 8/25/09 1:47 AM, SimOut wrote: > > > > > -------------------------------------------------- > > 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 > > --------------------------------------------------- > > This looks correct to me. What errors do you see using this method? > > --BDS
When trying to start the application, I get this error: ------------------ error while loading shared libraries: libgtkembedmoz.so: cannot open shared object file: No such file or directory ------------------ The source code worked in previous releases of XULRunner, but after upgrading to 1.9.0.12 it does not work.... _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
