Re: [OctDev] compilation error for nan-2.4.1

2011-05-28 Thread schloegl
> I'm looking into putting this latest version of nan-2.4.4 onto FreeBSD. > I had to make some changes. > > In particular, I had to make changes to the Makefile. This has the line: > > all:octave win32 win64 mex4m > > Of these, only octave builds properly. I am guessing that win32 and > win64

Re: [OctDev] compilation error for nan-2.4.1

2011-05-27 Thread Stephen Montgomery-Smith
I'm looking into putting this latest version of nan-2.4.4 onto FreeBSD. I had to make some changes. In particular, I had to make changes to the Makefile. This has the line: all:octave win32 win64 mex4m Of these, only octave builds properly. I am guessing that win32 and win64 are merely

Re: [OctDev] compilation error for nan-2.4.1

2011-05-27 Thread Juan Pablo Carbajal
Also here Octave 3.5.0+ Thanks On Fri, May 27, 2011 at 6:44 PM, Nir Krakauer wrote: > it works now, thanks! > > Nir > >> pkg install nan-2.4.4.tar.gz > make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found > make: Entering directory `/tmp/oct-mBVVxn/NaN/src' > make: /usr/local/MATLAB/R20

Re: [OctDev] compilation error for nan-2.4.1

2011-05-27 Thread Nir Krakauer
it works now, thanks! Nir > pkg install nan-2.4.4.tar.gz make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found make: Entering directory `/tmp/oct-mBVVxn/NaN/src' make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found make:

Re: [OctDev] compilation error for nan-2.4.1

2011-05-25 Thread Nir Krakauer
I get the same error message for 2.4.3 --Nir > pkg install nan-2.4.3.tar.gz make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found make: Entering directory `/tmp/oct-yti1XA/NaN/src' make: /usr/local/MATLAB/R2010b/bin/mexext: Command not found make: /usr/local/MATLAB/R2010b/bin/mexext: Com

Re: [OctDev] compilation error for nan-2.4.1

2011-05-25 Thread Alois Schloegl
This should be fixed in nan-2.4.3; please try and let me know of any issues. Alois On 05/25/11 11:08, Juan Pablo Carbajal wrote: > On Wed, May 25, 2011 at 4:52 AM, Nir Krakauer wrote: >> When I download the current nan package and try to install it in Octave with >> >> pkg install

Re: [OctDev] compilation error for nan-2.4.1

2011-05-25 Thread Juan Pablo Carbajal
On Wed, May 25, 2011 at 4:52 AM, Nir Krakauer wrote: > When I download the current nan package and try to install it in Octave with > > pkg install nan-2.4.1.tar.gz > > I get compilation errors related to mex files (copied below). All > nan-2.x versions give similar kinds of errors. nan-1.0.9 comp

[OctDev] compilation error for nan-2.4.1

2011-05-24 Thread Nir Krakauer
When I download the current nan package and try to install it in Octave with pkg install nan-2.4.1.tar.gz I get compilation errors related to mex files (copied below). All nan-2.x versions give similar kinds of errors. nan-1.0.9 compiles and runs fine. I'm running Octave 3.4.0 compiled from sour