Re: spec building on cygwin

On Tue, 2012-07-24 at 19:15 +0200, Chris Lilley wrote:
> On Tuesday, July 24, 2012, 5:41:00 PM, Cameron wrote:
> 
> CM> Chris Lilley:
> >> make still fails, although with a different error than before
> 
> CM> Oops, I forgot to push my changes!  Done that now.
> 
> Thanks.
> 
> Now it seems to build, but complains about the new property that I added. I just added it to propidx.html as well, but it still complains. Where else do I need to add this?

http://www.w3.org/Graphics/SVG/WG/wiki/SVG2/Authoring_Guide#Property

> $ make
> [ -f /usr/bin/cygpath.exe ] || make -C master/images/implnote/arcs/
> java -classpath "D:\cygwin\home\Chris\SVG2\svg2-tools\saxonb\saxon9.jar" net.sf.saxon.Transform -ext:on -dtd:off -expand:off -l:on "D:\cygwin\home\Chris\SVG2\svg2\master\publish.xml" "D:\cygwin\home\Chris\SVG2\svg2-tools\publish.xsl" chapters-to-build="propidx"
> Unknown name "white-space" at file:/D:/cygwin/home/Chris/SVG2/svg2/master/propidx.html line -1.
> xsltproc --novalid --stringparam publish '/home/Chris/SVG2/svg2/build/publish' --stringparam chapters 'toc intro concepts render struct types styling coords paths shapes text painting color pservers masking filters interact linking script animate fonts metadata backward extend svgdom idl java escript implnote conform access i18n minimize refs eltindex attindex propidx feature mimereg changes' /home/Chris/SVG2/svg2-tools/single-page.xsl /home/Chris/SVG2/svg2/build/publish/index.html > /home/Chris/SVG2/svg2/build/publish/single-page.html
> rsync -auC /home/Chris/SVG2/svg2/master/style /home/Chris/SVG2/svg2/master/images /home/Chris/SVG2/svg2/master/svg.idl /home/Chris/SVG2/svg2/build/publish
> sh: rsync: command not found
> Makefile:9: recipe for target `all' failed
> make: *** [all] Error 1
> 
> 
> 

Received on Tuesday, 24 July 2012 18:26:16 UTC