help-octave
[Top][All Lists]
Advanced

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

Re: actxserver on Octave 3.8-0 -- Windows User


From: Rockhound
Subject: Re: actxserver on Octave 3.8-0 -- Windows User
Date: Wed, 5 Mar 2014 09:43:03 -0800 (PST)

Phillip thanks for that, I ran that line and had some errors. Still no
actxserver. Any ideas?

>> pkg install -forge windows
grab.cc: In function 'octave_value_list Fgrab(const octave_value_list&,
int)':
grab.cc:126:27: warning: 'MArray<T>::MArray(octave_idx_type) [with T = int;
octave_idx_type = int]' is deprecated (declared at C:\Octave\Octave-3.8.0\
include\octave-3.8.0\octave\../octave/MArray.h:52)
[-Wdeprecated-declarations]
   MArray<int> xc(maxpoints);
                           ^
grab.cc:127:27: warning: 'MArray<T>::MArray(octave_idx_type) [with T = int;
octave_idx_type = int]' is deprecated (declared at C:\Octave\Octave-3.8.0\
include\octave-3.8.0\octave\../octave/MArray.h:52)
[-Wdeprecated-declarations]
   MArray<int> yc(maxpoints);
                           ^
grab.cc:145:39: warning: 'void Array<T>::resize(octave_idx_type) [with T =
int; octave_idx_type = int]' is deprecated (declared at C:\Octave\Octave-3.
8.0\include\octave-3.8.0\octave\../octave/Array.h:490)
[-Wdeprecated-declarations]
       xc.resize (xc.length()+maxpoints);
                                       ^
grab.cc:146:39: warning: 'void Array<T>::resize(octave_idx_type) [with T =
int; octave_idx_type = int]' is deprecated (declared at C:\Octave\Octave-3.
8.0\include\octave-3.8.0\octave\../octave/Array.h:490)
[-Wdeprecated-declarations]
       yc.resize (yc.length()+maxpoints);
                                       ^
For information about changes from previous versions of the windows package,
run 'news windows'.
>> new windows
error: 'new' undefined near line 1 column 1



--
View this message in context: 
http://octave.1599824.n4.nabble.com/actxserver-on-Octave-3-8-0-Windows-User-tp4662760p4662773.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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