Hello, i am having some trouble with inline octave. I have installed version .44 or inline, and I have the Inline c cookbook examples working.
However when i try to get inline octave working i have problems. First as i understand it, i need to install inline octave by running Makefile.pl -> make -> make test -> make install
I don't know much about inline octave, but it seems strange to me that you're running 'make' on win32. Instead, substitute whatever is reported by running:
perl -V:make
This, assuming you have ActiveState-built perl, will be 'nmake', which can be obtained from:
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe
or here:
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe
Hth.
Cheers, Rob