I have been more regular with Win32 builds lately in this dir:
http://troi.hous.es3.titan.com/inkscape/builds
Just look for the latest InkscapeYYMMDDhhmm.zip file. The one for this morning is:
http://troi.hous.es3.titan.com/inkscape/builds/Inkscape0503040733.zip
In the very near future, I'm going to attempt to gather and build -all- of the sources to get gtkmm/libxml/etc working on W32 without the use of other people's binaries (OPB), so that we can have a clean dependency tree of our own. Maybe supply a single source bundle and a build script to simplify the build for others.
On another note, I also occasionally build a copy of firefox with svg/cairo on FC3. It seems to work on my recent Gentoo install nicely, too. It is here: http://troi.hous.es3.titan.com/inkscape/files/firefox-i686-linux-gtk2+xft+sv... (built today). I attached the .mozconfig that made it, in case anyone wants to build their own.
A good test is to look at the svg files on http://croczilla.com/svg
Bob
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir
ac_add_options --enable-svg ac_add_options --enable-svg-renderer-cairo ac_add_options --enable-system-cairo
ac_add_options --disable-ldap ac_add_options --disable-calendar ac_add_options --disable-mailnews ac_add_options --enable-extensions="cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,webservices,inspector,gnomevfs,negotiateauth" ac_add_options --enable-crypto ac_add_options --disable-composer ac_add_options --enable-single-profile ac_add_options --disable-profilesharing ac_add_options --disable-shared ac_add_options --enable-static ac_add_options --disable-debug ac_add_options --enable-toolkit-gtk2 ac_add_options --enable-default-toolkit=gtk2 ac_add_options --enable-xft ac_add_options --disable-freetype2 ac_add_options --disable-tests ac_add_options --disable-accessibility ac_add_options --disable-installer ac_add_options --enable-strip ac_add_options --disable-toolkit-qt #ac_add_options --enable-optimize="-O2 -march=i686" ac_add_options --enable-optimize="-O2" ac_add_options --enable-official-branding
participants (1)
-
Bob Jamison