To build vrm-1.0.10 I had to make the following change in vrml-1.0.10/vrml_DirectionalLight.m:
diff -u vrml_DirectionalLight.m.orig vrml_DirectionalLight.m --- vrml_DirectionalLight.m.orig 2009-08-22 12:45:08.000000000 -0500 +++ vrml_DirectionalLight.m 2009-08-22 12:39:18.000000000 -0500 @@ -42,8 +42,8 @@ end body = [body,\ - sprintf (" %-20s %s\n",key, - sprintf (getfield (tpl,key), val))]; + sprintf(" %-20s %s\n",key, + sprintf(getfield (tpl,key), val))]; end end s = sprintf ("DirectionalLight { \n%s}\n", body); I.e. remove blanks between "sprinf" and its open paranthesis. I guess this is due to some change in octave parser. Perhaps there should be a more elegant fix. Sincerely, Dmitri. -- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Octave-dev mailing list Octave-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/octave-dev