I am trying to compile the gtk widget for windows, as I already have a gtk application wich works but needs a good browser.

I have managed to compile gtkmozembed2.cpp I am now stuck on an error with EmbedPrivate.cpp.

Is there any reason why gtkmozembed shouldnt compile on windows? I have all of the gtk development headers installed (and compiled correctly)

I am trying with gtk 1.2, would I have more luck with gtk 2.0?

s:/mozilla/embedding/browser/gtk/src/EmbedWindow.h(54) : warning C4003: not enough actual parameters for macro 'CreateWindowA'
s:/mozilla/embedding/browser/gtk/src/EmbedWindow.h(54) : error C2059: syntax error : 'constant'
s:/mozilla/embedding/browser/gtk/src/EmbedPrivate.cpp(243)
: warning C4003: not enough actual parameters for macro 'CreateWindowA'
s:/mozilla/embedding/browser/gtk/src/EmbedPrivate.cpp(243)
: error C2059: syntax error : ','
make[2]: *** [EmbedPrivate.obj] Error 2
make[2]: Leaving directory `/cygdrive/s/mozilla/embedding/
browser/gtk/src'
make[1]: *** [libs] Error 2
make[1]: Leaving directory `/cygdrive/s/mozilla/embedding/
browser/gtk'
make: *** [all] Error 2


Any help that you can give would be appreaciated, I think there might be a problem with the MOZ_EMBED_GTK flag not being set properly

Regards
Mike
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to