Ed Loach schrieb:
Incidentally I've tried "Inkscape -V > test" at a command prompt in Windows to see what it gives, and test contains "Inkscape 0.46 (Apr 1 2008)" which doesn't seem to match the RegEx as far as I can tell, so presumably that is why it isn't extracting a version number for ${1} and I got the message "! Inkscape version too low," etc (with the double space).However, this doesn't seem to cause an error and the rendering seems to be carrying on OK
I intentionally did not make it an error, because I was not sure the inkscape=XYZ setting was in the current scheme of things.
Thanks for reporting, but now I have to look for another way of checking the inkscape version :(
Your version string should match the regex, which looks for "Inkscape" then any char (space), then one or more digits, a dot, and again more digits. The rest is not looked at by the expression.
can you try running your client with inkscape=D:\path\to\inkscape.exe in your tilesAtHome.conf and see if you get - Inkscape version 0.46 as output on client start? This would then verify the RegEx is at least correct for windows as well. -- Dirk-Lüder "Deelkar" Kreie Bremen - 53.0952°N 8.8652°E
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
