help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave 3.2.2 for Ubuntu9.04 -- How to compile from sources


From: Judd Storrs
Subject: Re: Octave 3.2.2 for Ubuntu9.04 -- How to compile from sources
Date: Mon, 21 Sep 2009 00:41:01 -0400

Ok, I don't know eidors at all, but that error about a missing mex file looked simple enough. I downloaded eidors and extracted it to look around. It looks like startup.m expects to be running on octave in windows and doesn't set the path correctly to the mex file otherwise. Also they don't provied a linux version of the mex file so I needs to be compiled. I only found one mex file in there. This gets the startup working:

$ cd eidors-v3.3
$ cd arch
$ mkoctfile --mex eidors_var_id.cpp
$ cp eidors_var_id.mex ..
$ cd ..
$ octave
octave:1> startup
warning: isstr is obsolete and will be removed from a future version of Octave, please use ischar instead
EIDORS:[Completed setting up of EIDORS Version 3.3 ($Date: 2008/07/19 16:14:18 $)]
EIDORS:[Parameter: cache_size=100 MB]
EIDORS:[Parameter: mapped_colour=127]
EIDORS:[Default background colour: write]
EIDORS:[EIDORS mex folder: /home/judd/Desktop/eidors/eidors-v3.3]


--judd

reply via email to

[Prev in Thread] Current Thread [Next in Thread]