[bfl] Can't build BFL source and can't get login account

Hello,

I tried to create an account but no email arrives. I subscribed to the
list previously so thought it might be okay to send email to above
address.

System: Debian 2.6.18 (know its old but have some other software don't
want to tamper with at this point)

Cmake: version 2.4-patch 5 (says its latest)

Ltilib: in /usr/lib, ltilib 1.9.13

Cppunit: in /usr/lib, libcppunit 1.12-0

create 'sources' directory, cd there
retrieved from svn latest code for bfl
(svn co http://svn.mech.kuleuven.be/repos/orocos/trunk/bfl)
cd 'bfl' directory, create 'build' directory, go there and run 'ccmake ..'

Changed options for paths for ltilib, cppunit and select lti
The options listed by ccmake are:
BUILD_TESTS *ON
BOOST_FOUND /usr/include
BUILD_EXAMPLES ON
CMAKE_BUILD_TYPE Debug
CMAKE_INSTALL_PREFIX /usr/local
CPPUNIT /usr/lib
CPPUNIT_FOUND /usr/lib/libcppunit.so
GINAC_SUPPORT OFF
LIBRARY_TYPE shared
LTI /usr/lib
LTI_FOUND /usr/include
MATRIX_LIB lti
RNG_LIB lti

It comes back with finding everything.
so do 'c' again, then 'g' to generate -- get following output

Warning: Ignoring path found in link libraries for target:
test_complete_filter, path is: /usr/lib. Expected a library name or a
full
path to a library name.

but for several...
no errors
then hit 'e'

Then try 'make', get following output and doesn't build (output below):
(I think I followed all the steps in the tutorial correctly, and need
to be able to build this in order to create my own test examples)
Any help would be appreciated, thanks! Judy

jfisch@jfisch:~/sources/bfl/build$ make
Scanning dependencies of target orocos-bfl
[ 1%] Building CXX object
src/CMakeFiles/orocos-bfl.dir/wrappers/matrix/matrix_BOOST.o
[ 2%] Building CXX object
src/CMakeFiles/orocos-bfl.dir/wrappers/matrix/vector_BOOST.o
[ 3%] Building CXX object
src/CMakeFiles/orocos-bfl.dir/wrappers/matrix/matrix_NEWMAT.o
[ 5%] Building CXX object
src/CMakeFiles/orocos-bfl.dir/wrappers/matrix/vector_NEWMAT.o
[ 6%] Building CXX object
src/CMakeFiles/orocos-bfl.dir/wrappers/matrix/matrix_LTI.o
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:203: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix_Wrapper::operator+(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
because t he following virtual functions are pure within
MatrixWrapper::SymmetricMatrix:/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:251:
note: v irtual void
MatrixWrapper::SymmetricMatrix_Wrapper::multiply(const
MatrixWrapper::ColumnVector&, MatrixWrapper::ColumnVector&) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:206: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix_Wrapper::operator-(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:209: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix_Wrapper::operator*(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:212: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix_Wrapper::operator/(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:237: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix_Wrapper::operator+(const
MatrixWrapper::SymmetricMatrix&) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:240: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix_Wrapper::operator-(const
MatrixWrapper::SymmetricMatrix&) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:257: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix_Wrapper::inverse() const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:260: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix_Wrapper::transpose() const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:119: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix M atrixWrapper::SymmetricMatrix::inverse()
const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:120: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix M
atrixWrapper::SymmetricMatrix::transpose() const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:133: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix M
atrixWrapper::SymmetricMatrix::operator+(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:134: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix M
atrixWrapper::SymmetricMatrix::operator-(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:135: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix M
atrixWrapper::SymmetricMatrix::operator*(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:136: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix M
atrixWrapper::SymmetricMatrix::operator/(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:146: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix M
atrixWrapper::SymmetricMatrix::operator+(const
MatrixWrapper::SymmetricMatrix&)const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:147: error:
invalid abstract return type for member function virtual
MatrixWrapper::SymmetricMatrix M
atrixWrapper::SymmetricMatrix::operator-(const
MatrixWrapper::SymmetricMatrix&)const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: In member
functionvirtual MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::transpose() const:
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:282: error:
invalidabstract return type for member function virtual
MatrixWrapper::SymmetricMatrix MatrixWrapper::SymmetricMatrix::transpose()
const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:283: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: In member
functionvirtual MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::inverse() const:
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:285: error:
invalidabstract return type for member function virtual
MatrixWrapper::SymmetricMatrix MatrixWrapper::SymmetricMatrix::inverse()
const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:290: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:290: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: In member
functionvirtual MatrixWrapper::SymmetricMatrix&
MatrixWrapper::SymmetricMatrix::operator=(double):
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:339: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: In member
functionvirtual MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator+(double) const:
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:378: error:
invalidabstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator+(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:382: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:382: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: In member
functionvirtual MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator-(double) const:
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:386: error:
invalidabstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator-(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:390: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:390: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: In member
functionvirtual MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator*(double) const:
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:393: error:
invalidabstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator*(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:397: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:397: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: In member
functionvirtual MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator/(double) const:
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:400: error:
invalidabstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator/(double) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:404: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:404: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: In member
functionvirtual MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator+(const
MatrixWrapper::SymmetricMatrix&) const:
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:480: error:
invalidabstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator+(const
MatrixWrapper::SymmetricMatrix&) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:484: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: In member
functionvirtual MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator-(const
MatrixWrapper::SymmetricMatrix&) const:
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:488: error:
invalidabstract return type for member function virtual
MatrixWrapper::SymmetricMatrix
MatrixWrapper::SymmetricMatrix::operator-(const
MatrixWrapper::SymmetricMatrix&) const
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:492: error:
cannot a llocate an object of abstract type MatrixWrapper::SymmetricMatrix
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
since type MatrixWrapper::SymmetricMatrix has pure virtual functions
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp: At global
scope:
/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.cpp:514: error: no
void MatrixWrapper::SymmetricMatrix::multiply(const
MatrixWrapper::ColumnVector&, MatrixWrapper::ColumnVector&) const member
function declared in class MatrixWrapper::SymmetricMatrix
make[2]: *** [src/CMakeFiles/orocos-bfl.dir/wrappers/matrix/matrix_LTI.o]
Error1
make[1]: *** [src/CMakeFiles/orocos-bfl.dir/all] Error 2
make: *** [all] Error 2

_______________________________________________
I hereby promise not to top-post on the
BFL mailing list
BFL [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/bfl

[bfl] Can't build BFL source and can't get login account

On Thu, May 7, 2009 at 5:42 AM, Judy Fischbach <jfisch [..] ...> wrote:
> Hello,

[...]
>  MATRIX_LIB                       lti
>  RNG_LIB                          lti
>
> It comes back with finding everything.
> so do 'c' again, then 'g' to generate -- get following output

[...]
> jfisch@jfisch:~/sources/bfl/build$ make

> [  6%] Building CXX object
> src/CMakeFiles/orocos-bfl.dir/wrappers/matrix/matrix_LTI.o
> /home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:203: error:
> invalid abstract return type for member function virtual
> MatrixWrapper::SymmetricMatrix
> MatrixWrapper::SymmetricMatrix_Wrapper::operator+(double) const
> /home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
> because t he following virtual functions are pure within
> MatrixWrapper::SymmetricMatrix:/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:251:
> note:       v irtual void
> MatrixWrapper::SymmetricMatrix_Wrapper::multiply(const

Seems to be a regression caused by r29884 : Applied patch#376
concerning bug#479: "Some filters will break real-time", where a
multiply method was introduced.
See <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=479#c53>

Tinne will probably be able to figure out what's wrong much faster than I am :-)

Thx for reporting
_______________________________________________
I hereby promise not to top-post on the
BFL mailing list
BFL [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/bfl

[bfl] Can't build BFL source and can't get login account

> Seems to be a regression caused by r29884 : Applied patch#376
> concerning bug#479: "Some filters will break real-time", where a
> multiply method was introduced.
> See <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=479#c53>
>
> Tinne will probably be able to figure out what's wrong much faster than I
> am :-)
Problem should be solved in trunk revision 30165 (see
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=479 )

Let me know if there are any further problems.

Tinne
_______________________________________________
I hereby promise not to top-post on the
BFL mailing list
BFL [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/bfl

[bfl] Can't build BFL source and can't get login account

Klaas Gadeyne wrote:
> On Thu, May 7, 2009 at 5:42 AM, Judy Fischbach <jfisch [..] ...> wrote:
>
>> Hello,
>>
>
> [...]
>
>> MATRIX_LIB lti
>> RNG_LIB lti
>>
>> It comes back with finding everything.
>> so do 'c' again, then 'g' to generate -- get following output
>>
>
> [...]
>
>> jfisch@jfisch:~/sources/bfl/build$ make
>>
>
>
>
>> [ 6%] Building CXX object
>> src/CMakeFiles/orocos-bfl.dir/wrappers/matrix/matrix_LTI.o
>> /home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:203: error:
>> invalid abstract return type for member function virtual
>> MatrixWrapper::SymmetricMatrix
>> MatrixWrapper::SymmetricMatrix_Wrapper::operator+(double) const
>> /home/jfisch/sources/bfl/src/wrappers/matrix/matrix_LTI.h:103: note:
>> because t he following virtual functions are pure within
>> MatrixWrapper::SymmetricMatrix:/home/jfisch/sources/bfl/src/wrappers/matrix/matrix_wrapper.h:251:
>> note: v irtual void
>> MatrixWrapper::SymmetricMatrix_Wrapper::multiply(const
>>
>
> Seems to be a regression caused by r29884 : Applied patch#376
> concerning bug#479: "Some filters will break real-time", where a
> multiply method was introduced.
> See <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=479#c53>
>
> Tinne will probably be able to figure out what's wrong much faster than I am :-)
>
> Thx for reporting
>
>
Thanks for your help with this, appreciate. I decided to try switching
over to another library boost
to get past this for now, then ran into some other problems with
cppunit, figured those out and one when
running (shared library). I now need to figure out to create a new test
case in the examples directory to
learn how to set up for my problem estimation.

Judy
_______________________________________________
I hereby promise not to top-post on the
BFL mailing list
BFL [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/bfl