Re: [OctDev] Installation error in package signal-1.0.11

2011-11-08 Thread Carnë Draug
On 8 November 2011 09:00, Paul Dreik wrote: > 2011-11-07 23:33, Juan Pablo Carbajal skrev: >> On Mon, Nov 7, 2011 at 8:57 PM, Paul Dreik wrote: >>> Yes, should be there too. I tested on ubuntu 11.10 (octave >>> 3.2, gcc 4.6.1) and it compiles without , so it does not seem >>> to be necessary but

Re: [OctDev] Installation error in package signal-1.0.11

2011-11-08 Thread Paul Dreik
2011-11-07 23:33, Juan Pablo Carbajal skrev: > On Mon, Nov 7, 2011 at 8:57 PM, Paul Dreik wrote: >> Yes, should be there too. I tested on ubuntu 11.10 (octave >> 3.2, gcc 4.6.1) and it compiles without , so it does not seem >> to be necessary but it should definitely be there, as free is used. >>

Re: [OctDev] Installation error in package signal-1.0.11

2011-11-07 Thread Juan Pablo Carbajal
On Mon, Nov 7, 2011 at 8:57 PM, Paul Dreik wrote: > Yes, should be there too. I tested on ubuntu 11.10 (octave > 3.2, gcc 4.6.1) and it compiles without , so it does not seem > to be necessary but it should definitely be there, as free is used. > > By the way, install fails which surprises me, it

Re: [OctDev] Installation error in package signal-1.0.11

2011-11-07 Thread Paul Dreik
Yes, should be there too. I tested on ubuntu 11.10 (octave 3.2, gcc 4.6.1) and it compiles without , so it does not seem to be necessary but it should definitely be there, as free is used. By the way, install fails which surprises me, it tries to install system wide. The error message is copied b

Re: [OctDev] Installation error in package signal-1.0.11

2011-11-07 Thread bd satish
Hi All, > Are you sure that will fix the problem? I am not using this functions Yes, fixed the problem, for me at least ( with G++ 4.7 ) -- Satish.BD On Mon, Nov 7, 2011 at 21:15, Juan Pablo Carbajal wrote: > Hi, > > Well, that wasn't in the patch. > > > --- cl2bp_lib.h 2009-10-18 09:33:

Re: [OctDev] Installation error in package signal-1.0.11

2011-11-07 Thread Juan Pablo Carbajal
Hi, Well, that wasn't in the patch. --- cl2bp_lib.h 2009-10-18 09:33:59.0 +0200 +++ cl2bp_lib.h.new 2011-10-22 15:56:41.0 +0200 @@ -31,7 +31,8 @@ #ifndef CL2BP_H #define CL2BP_H -#include +#include +#include //for memset //

Re: [OctDev] Installation error in package signal-1.0.11

2011-11-07 Thread bd satish
Well, I just downloaded signal-1.1.1 and the error still persists ! The following line is still missing in cl2bp.h: #include Without the above line, 'free', 'realloc' are undefined. Looks like you added and but forgot :-) -- Satish.BD > Hi > > We have applied your fix and made a new rele

Re: [OctDev] Installation error in package signal-1.0.11

2011-10-22 Thread Paul Dreik
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

Re: [OctDev] Installation error in package signal-1.0.11

2011-10-22 Thread Paul Dreik
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