octave-maintainers
[Top][All Lists]
Advanced

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

Re: Missing DLLs (was: Issues & questions building Octave-3.4.2 MinGW)


From: Nit Nit
Subject: Re: Missing DLLs (was: Issues & questions building Octave-3.4.2 MinGW)
Date: Thu, 8 Sep 2011 09:29:29 +0300



On Thu, Sep 8, 2011 at 8:13 AM, Tatsuro MATSUOKA <address@hidden> wrote:
Hello

After your all octave-forge packages installed to octave-3.4.2 (mingw), the warnings below at startup.

*********************************************************************
GNU Octave, version 3.4.2
Copyright (C) 2011 John W. Eaton and others.

<snip>

warning: C:\Octave\Octave3.4.2_gcc4.5.2\share\octave\packages\integration-1.0.7\PKG_ADD: possible Matlab-style short-circuit operator at line 9, column 32

This is negligible since it only warns about the '&' operator in PKG_ADD that Matlab will interpret it a bit differently then Octave.
 
warning: gmsh does not seem to be present some functionalities will be disabled
warning: dx does not seem to be present some functionalities will be disabled

These two are from sec2d utilities Umsh2pdetool, Umshcreatemesh which call external program gmsh.exe and Udrawedge, Updemesh, Updesurf that calls external program dx.exe. If the user whish to use these utilities, the external programs should be pre-installed in the system exec search path. I have assumed that these are not mandatory for the secs2d pkg and if its users wish, they can find and install these external programs on their system.
 
warning: function C:\Octave\Octave3.4.2_gcc4.5.2\share\octave\packages\statistics-1.0.10\fstat.m shadows a core library function

The fstat core function is deprecated and not needed any more so I thought that the statistics pkg fstat should be usable and shadow the core function.
 
octave:1>
*********************************************************************

Are those negligible ?

Regards

Tatsuro


reply via email to

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