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 this scope ...

Error occurs with Octave 3.4.3 and GCC 4.7. It's trivial to fix these
errors by adding these lines to cl2bp_lib.h:

#include <stdlib.h>
#include <string.h>

Then the installation proceeds successfully, albeit some warnings.

-- Satish.BD

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to