Finally, I 've succeeded in compiling gtk / x11 / test.cc.

But the repository is broken :

 - gtk/common/moz-web-view-marshal.list should'nt be empty but should
contain
BOOLEAN:STRING

- I've had to modify gtk/x11/moz-web-view.h :
struct _MozWebViewClass {
  GtkBinClass parent_class;
   /* Signals */
};
->
struct _MozWebViewClass {
  GtkBinClass parent_class;
   /* Signals */

  void (*title_changed) (MozWebView *view, const char *title);
  void (*status_changed) (MozWebView *view, const char *status,
guint32 statusType);
  void (*location_changed) (const char *uri);

};

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

Reply via email to