> I posted the first beta version of FreeMat4 for win32.
http://sourceforge.net/project/showfiles.php?group_id=91526&package_i...
>
> One issue I already found is that after installation you have to run:
>
> "c:\Program Files\FreeMat\bin\FreeMat.exe" -i "c:\Program Files
> \FreeMat"
>
> to set the root path correctly.
> I need volunteers to test the installer and FreeMat 4 itself. Please
> post any issues you discover on this list or file bug reports...
So far, quickly I observed only the followings:
- Default window size at first start is very small (almost unusable).
This is so for editor, and helpwin window too.
- The installation does not seem to contain the links to the
documentation and the manual in Start menu (like it did with 3.6)
- the "plug-ins" directory seems to be missing (maybe it's not
required in 4.0 anymore?)
- there's a "tmp" directory in \help\ - I suppose it's a leftover from
the build
- typing "edit" opens the editor but without the "empty" file (but
this problem was there in 3.6 too)
- Ctrl+C doesn't seem to copy the selected text in the console, only
using the menu item for copy.
- trying to run all the tests, I get:
------------------------
In C:/Programs/FreeMat4b/toolbox/test/wbtest_abs_1.m(wbtest_abs_1) at
line 33
In C:/Programs/FreeMat4b/toolbox/test/run_tests.m(run_tests) at
line 1
In docli(builtin) at line 2
In base(base)
In base()
In global()
Error: Undefined function or variable run_path-->
------------------------
However if I try to run FreeMat with the variable you specified above
than it won't start at all, but no error message is displayed. Also I
can't find where FreeMat is putting it's log file (I suppose there
would be more information why it's not starting).