From: Etienne G. <et...@cs...> - 2004-06-17 13:19:31
|
Hi Laurent, so, you seem to say, freewrl now requires two dashes in front of options, rather than one. We should either find a way to determine the version and set the number of dashes accordingly, or suppose that the newest freewrl is installed (not the case at my place). The file /tmp/octave_browser_out.txt, is used only to get some feedback from the user: function vrml_select_points() uses it to know which 3D points in the visualized set (s)he selected (by clicking on the points). Functions that need no feedback don't create this file, so not finding may be normal. However, /tmp/octave_vrml_output.wrl should exist, as it contains the vrml data passed to the browser. Do you have it? Cheers, Etienne PS : I cc to octave-forge rather than octave. On Thu, Jun 17, 2004 at 09:50:41AM +0200, Laurent Mazet wrote: # Few days ago, I fix some "space bug" into the vrml package. I also try the demo # files on a recent version of freewml (1.06) compiled from source archive. So I # need to adapt some command line options (see the patch attached). However, the # browser did not display anything and no output file(/tmp/octave_browser_out.txt) # is produced. # # Does anyone know how to fix this trouble ? # # Laurent # # =================================================================== # RCS file: /cvsroot/octave/octave-forge/main/vrml/vrml_browse.m,v # retrieving revision 1.5 # diff -r1.5 vrml_browse.m # 35c35 # < out_option = "-ps -psout /tmp/octave_browser_out.txt " ; # --- # > out_option = "--ps --psout /tmp/octave_browser_out.txt " ; # 62c62 # < b_opt = [out_option," ",bop," ",best_option," -server -snapb octave.snap "] ; # --- # > b_opt = [out_option," ",bop," ",best_option," --server --snapb octave.snap "] # > ; # # -- # Dr. Laurent Mazet: Research Engineer /V\ Centre de Recherche de MOTOROLA # Tel: +33 (0)1 69 35 48 30 =-=-=-=-=-=-=-=-=-=-= Email: ma...@cr... [snip] -- Etienne Grossmann ------ http://www.cs.uky.edu/~etienne |