<html><head></head><body><div>Gi Michalis,</div><div><br></div><div>On Mon, 2022-10-17 at 13:36 +0200, Michalis Kamburelis wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>The "true" above should be \"true\" , i.e. you need to escape the<br></div><div>double quotes with backslashes. Otherwise this is not valid VRML file.<br></div><div><br></div><div>Once you do this, there's a similar case with "malloc" -> \"malloc\"<br></div><div>at line 201.<br></div><div><br></div><div>And again "true" -> \"true\" at line 335.<br></div><div><br></div><div>And again "malloc" -> \"malloc\" at line 382 (this look this block was<br></div><div>copy-pasted).<br></div><div><br></div><div>After fixing 1 and 2, the output of "tovrmlx3d<br></div><div>./CADGeometryPROTO.wrl..." is clean.</div></blockquote><div>While I don't understand why we need to escape quotes inside a comment line (but I don't now VTML at all), I fear this will not be possible as I can't change files belonging to other packages.</div><div><br></div><div>Of course I can always open a ticket against whitedune-docs package and wait for it to be fixed, but you know sometimes this takes ages.</div><div><br></div><div>So if there is a patch to make <span style="font-family: monospace; font-size: 14.666667px;">tovrmlx3d</span> support this or at least ignore it silently, we may be able to get view3dscene packaged.</div><div><br></div><pre style="caret-color: rgb(46, 52, 54); color: rgb(46, 52, 54); font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;">-- <br></pre><pre style="caret-color: rgb(46, 52, 54); color: rgb(46, 52, 54); font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); -webkit-text-stroke-width: 0px; text-decoration: none;">Cheers,
Abou Al Montacir</pre></body></html>