Hello
In mycase -luuid is included in mkoctfile so it is not required.
However in msvc -luuid seems not to be inculded in mkoctfile,
*
octave:4> mkoctfile -v Hello.cc
cc-msvc -d -c -I. -Ic:/Software/VCLibs/include -IC:\Programs\Octave-3.0.1\incl
Hello,
in order to build __COM__.oct in the windows-1.0.6 package using
mingw32-gcc, an additional link libray is required
Index: Makefile
===
--- Makefile(revision 5308)
+++ Makefile(working copy)
@@ -24,7 +24,7 @@
If you can get vrml to work with whitedune, it will help with the FreeBSD
port as well (which is in the same situation as debian).
On Wed, 24 Sep 2008, [EMAIL PROTECTED] wrote:
>
> Hello,
>
> thanks for bringing my attention to this thread.
>
> On Wed, September 24, 2008 01:34, Thomas Weber wr
Hello,
thanks for bringing my attention to this thread.
On Wed, September 24, 2008 01:34, Thomas Weber wrote:
# Am Mittwoch, den 24.09.2008, 10:00 +0200 schrieb David Bateman:
#> Thomas Weber wrote:
#> > Hi,
#> >
#> > vrml uses nze (in the the demos, at least), but doesn't declare a
#> > depen
Am Mittwoch, den 24.09.2008, 10:00 +0200 schrieb David Bateman:
> Thomas Weber wrote:
> > Hi,
> >
> > vrml uses nze (in the the demos, at least), but doesn't declare a
> > dependency on the miscellaneous package.
> >
> > Same with nanstd and statistics package.
> >
> > And tars and struct package.
Suppose the file foo contains the single line " 1". Then matlab and octave
show the following different behavior:
matlab:1> disp(dlmread('foo'))
1
octave:1> disp(dlmread('foo'))
0 1
Only if I prescribe the delimiter I get identical results:
matlab:2> disp(dlmread('foo',' '))
0
Thomas Weber wrote:
> Hi,
>
> vrml uses nze (in the the demos, at least), but doesn't declare a
> dependency on the miscellaneous package.
>
> Same with nanstd and statistics package.
>
> And tars and struct package.
>
> Patch attached.
>
>
Ok I applied it..
> I still receive an error about a
Hi,
vrml uses nze (in the the demos, at least), but doesn't declare a
dependency on the miscellaneous package.
Same with nanstd and statistics package.
And tars and struct package.
Patch attached.
I still receive an error about a missing structure element:
vmesh example 1: failed
On Tue, Sep 23, 2008 at 10:46 PM, <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Exciting times - we are starting to use octave at work.
>
> Can anyone tell me how I can change shell characteristics under windows?
> I am running the gui (octavede). I am primarily interested in increasing
> the line buff