[Bug 617] New: Some mistakes slipped into last patch

For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=617>
Summary: Some mistakes slipped into last patch
Product: BFL
Version: trunk
Platform: All
URL: http:
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: build system
AssignedTo: bfl [..] ...
ReportedBy: tinne [dot] delaet [..] ...
CC: bfl [..] ...
Estimated Hours: 0.0

Some extra rules slipped into one of the last patches concerning the for the
moment not existing dataAssociation extension of BFL. This causes the following
error:

make check
Orocos BFL version 0.6.0
Build type set to 'Debug'
Searching for matrix lib boost
-- Looking for Boost - found
-- Boost includes /usr/include
-- Boost libs
Searching for rng lib boost
-- Looking for Boost - found
-- Boost includes /usr/include
-- Boost libs
Searching for cppunit lib
-- Looking for Cppunit - found
-- Cppunit includes /usr/include
-- Cppunit libs /usr/lib/libcppunit.so
CMake Error at src/CMakeLists.txt:12 (ADD_SUBDIRECTORY):
add_subdirectory given source "dataAssociation" which is not an existing
directory.

Tinne

[Bug 617] Some mistakes slipped into last patch

For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=617>

Tinne De Laet <tinne [dot] delaet [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED

--- Comment #2 from Tinne De Laet <tinne [dot] delaet [..] ...> 2009-02-05 10:44:42 ---
Patch applied in revision 29902:

Sending src/CMakeLists.txt
Sending tests/CMakeLists.txt
Transmitting file data ..
Committed revision 29902.

[Bug 617] Some mistakes slipped into last patch

For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=617>

Tinne De Laet <tinne [dot] delaet [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|bfl [..] ... |tinne [dot] delaet [..] ...en.b
| |e

--- Comment #1 from Tinne De Laet <tinne [dot] delaet [..] ...> 2009-02-05 10:43:05 ---
Created an attachment (id=381)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=381)
Patch to remove extra lines concerning dataAssociation

This patch solves bug 617.