I have a setup where I have compiled wxWidgets using my own makefiles
(CMake based) and the project for doing so is on sourceforge. It's a
collection of general 3rd party libraries and it build currently on
Linux and Windows. It also includes boost, zlib, Gtk, openssl etc. and
you can build static,dynamic,debug,release and all very easily - but I
am not at this point yet ready to support it. http://cpaf.sourceforge.net.
I got Mozilla working in wxWidgets with mozilla on both windows and
Linux - after some work :-)
I actually also compiled Mozilla/XulRunner myself on linux after
hacking the configure.in script to totally disable the -fshort-wchar
option for gcc since that gave me funny problems when linking with
wxWidgets on Linux. I could not make wx compile with this flag so I
compiled XulRunner without it instead.

You could try and check that out and build it. And I could even create
a release branch for you to get from via subversion. On Linux you
would probably need to install some things which I currently haven't
included/auto detected dependency for. Also I so far only compiled it
with VS2005, but it might work with the Express edition also.

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

Reply via email to