[Bug 783] New: datasource test not compiling

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=783

Summary: datasource test not compiling
Product: Toolchain
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: RTT
AssignedTo: orocos-dev [..] ...
ReportedBy: ruben [dot] smits [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

I just pulled the toolchain-2.0 branch and the datasource_test failed to
compile:

[ 69%] Building CXX object
build/orocos-toolchain-rtt/tests/CMakeFiles/datasource_test.dir/datasource_test.cpp.o
/home/rsmits/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-rtt/tests/datasource_test.cpp:
In member function ‘void
DataSourceTestSuite::testArrayPartDataSource::test_method()’:
/home/rsmits/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-rtt/tests/datasource_test.cpp:156:
error: no matching function for call to
‘RTT::internal::ArrayPartDataSource<char>::ArrayPartDataSource(char&,
boost::intrusive_ptr<RTT::internal::AssignableDataSource boost::intrusive_ptr<RTT::internal::DataSource /home/rsmits/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-rtt/rtt/internal/ArrayPartDataSource.hpp:83:
note: candidates are:
RTT::internal::ArrayPartDataSource<T>::ArrayPartDataSource(typename
RTT::internal::AssignableDataSource<T>::reference_t,
boost::intrusive_ptr<RTT::internal::DataSource boost::intrusive_ptr<RTT::base::DataSourceBase>, unsigned int) [with T = char]
/home/rsmits/ros/orocos_toolchain_ros/rtt/build/orocos-toolchain-rtt/rtt/internal/ArrayPartDataSource.hpp:62:
note:
RTT::internal::ArrayPartDataSource<char>::ArrayPartDataSource(const
RTT::internal::ArrayPartDataSource<char>&)

This probably has something to do with commit
3f36a2b0003e81c0aa70031439ab6ff2163bf9a0: types: debugging can cleanup of
CArrayTypeInfo.

Ruben

--
Configure bugmail: https://www.fmtc.be/bugzilla/orocos/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.
--
Orocos-Dev mailing list
Orocos-Dev [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev

[Bug 783] datasource test not compiling

https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=783

Peter Soetens <peter [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |peter [..] ...
Resolution| |FIXED
Status|NEW |RESOLVED

--- Comment #1 from Peter Soetens <peter [..] ...> 2010-10-11 12:21:22 ---
I pushed the fix. This change shouldn't have been on the toolchain-2.0 branch
in the first place. My bad :-(

Peter