Re: [Inkscape-devel] Missing nightly builds for Linux&MacOS
Speaking of devlibs... I just committed Cairo 1.7.4 to devlibs, along with Pixman 0.11.8. I know that it is an unstable version, but we probably need to experiment with this one for development purposes, since it has user font support and other text improvements.
I did test it. I would say that it ran fine but it didn't. It had a crashing bug in win32_surface code, but Adrianj magnanimously fixed it immediately and it runs great now. Thanks!
So people might want to "svn up" in their devlibs dirs to get this update.
bob
-----Original Message-----
From: Diederik van Lierop <mail@...1689...> Sent: Aug 13, 2008 2:15 PM To: Bob Jamison <rwjj@...127...>, inkscape-devel inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Missing nightly builds for Linux&MacOS
Bob Jamison wrote:
Often I have considered halting the win32 builds. :-)
I don't think that is funny at all ;-) ! Although I can imagine the hassle and frustration in maintaining this stuff.
These builds are very valuable to me, because at work I only have XP, and it's only at work that I really use Inkscape. All coding is done at home though using Fedora, so without these nightly windows builds I would be very less likely to find any bugs of my commits, while being at work.
Of course I could compile Inkscape during my lunch breaks, but I'd rather not go that route ;-)
It's excellent how you've set up everything using btool and the libs in SVN! It couldn't have been much easier.
Thanks,
Diederik
2008/8/13 Bob Jamison <rwjj@...127...>:
Speaking of devlibs... I just committed Cairo 1.7.4 to devlibs, along with Pixman 0.11.8. I know that it is an unstable version, but we probably need to experiment with this one for development purposes, since it has user font support and other text improvements.
I did test it. I would say that it ran fine but it didn't. It had a crashing bug in win32_surface code, but Adrianj magnanimously fixed it immediately and it runs great now. Thanks!
So people might want to "svn up" in their devlibs dirs to get this update.
bob
I have installed cairo 1.7.4 and recompiled Inkscape but I can't find a SVG fonts entry in any of the menus. Can somebody help?
I have installed cairo 1.7.4 and recompiled Inkscape but I can't find a SVG fonts entry in any of the menus. Can somebody help?
You'll need to have ENABLE_SVG_FONTS defined, for example:
--- build.xml (revision 19663) +++ build.xml (working copy) @@ -168,6 +168,8 @@ /* do we want bitmap manipulation? */ #define WITH_IMAGE_MAGICK 1
+ #define ENABLE_SVG_FONTS 1 + /* Allow reading WordPerfect? */ #define WITH_LIBWPG 1
Note also that https://bugs.freedesktop.org/show_bug.cgi?id=16819 isn't fixed yet, so Windows users will have difficulty experimenting with the SVG fonts panel.
Richard.
participants (3)
-
Bob Jamison
-
Pajarico
-
Richard Hughes