Hi,
I was trying to install the package signal-1.0.11.tar.gz from
Octaveforge. It gives an error like:
cl2bp_lib.h:67:5:error: ‘memset’ was not declared in this scope ...
cl2bp_lib.h:65:5: error: ‘realloc’ was not declared in this scope ...
cl2bp_lib.h:74:20: error: ‘free’ was not declared in thi
On 21 October 2011 22:21, Juan Pablo Carbajal wrote:
> The geometry package version 1.2.0 is uploaded to the forum
> https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=1
Uploaded.
--
The demand for IT networki
Your suggestion solves the problem, but I suggest a change following the
c++ standard.
*stdlib.h is now cstdlib
*memset is now std::memset
Attaching a diff.
Paul
bd satish skrev 2011-10-22 13.08:
> Hi,
>
> I was trying to install the package signal-1.0.11.tar.gz from
> Octaveforge. It gives an
Hello Octave users and maintainers,
I have succesfully compiled octave-3.4.3 (src downloaded from
ftp://ftp.gnu.org/gnu/octave/octave-3.4.3.tar.gz) with mingw, using
Tatsuro's OctaveLibs and gplibs.
Many thanks to Tatsuro Matsuoka and Philip Nienhuis who have contributed
their knowledge and exper
Your suggestion solves the problem, but I suggest a change following the
c++ standard.
*stdlib.h is now cstdlib
*memset is now std::memset
Attaching a diff.
Paul
bd satish skrev 2011-10-22 13.08:
> Hi,
>
> I was trying to install the package signal-1.0.11.tar.gz from
> Octaveforge. It gives an