Hi, I built my own xulrunner from mozilla 191src, how do I use it to build the new api test example for gtk?
In the newapi wiki page: https://wiki.mozilla.org/Embedding/NewApi/GtkLinux I see this is a "TODO: using your own xulrunner build", do we have already a solution for this? Before I build my own xulrunner, I installed xulrunner-1.9-dev on Ubuntu 8.04, xulrunner-1.9-dev includes libxul-embedding-unstable which is required by ./configure in the new api gtk/x11 directory. To use my own xulrunner seems to be complex, because ./configure checks for libxul-embedding-unstable. libxul-embedding-unstable use its own include directory. I think there are two possible solutions: 1. xulrunner has a special build option from 191src, which will build out the unstable embedding directory somewhere in xulrunner output dir. 2. there's no (1), we have to "hack" around by brutally replacing libxul-embedding-unstable libraries with our own xulrunner libraries. Not sure whether I can get luck from that..... ANY SUGGESTIONS == deep appreciations. Hui _______________________________________________ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding