<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.orocos.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The Orocos Project - BFL-dev</title>
 <link>http://www.orocos.org/taxonomy/term/61/0</link>
 <description>Contact the BFL developers directly through this forum.</description>
 <language>en</language>
<item>
 <title>compilation warnings fixes</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/compilation-warnings-fixes</link>
 <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;could you please consider the attached patches for inclusion in BFL?&lt;/p&gt;
&lt;p&gt;They fix annoying (but probably legitimate) clang warnings that I get each&lt;br /&gt;
time I compile against BFL.&lt;/p&gt;
&lt;p&gt;While preparing the patches, I also had to fix the compilation, this patch&lt;br /&gt;
is attached too.&lt;/p&gt;
&lt;p&gt;I&#039;m willing to improve the patches if needed.&lt;/p&gt;
&lt;p&gt;Thank you, and greetings for the Christmas season!&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
S. Barthélémy&lt;/p&gt;
</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/compilation-warnings-fixes#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Wed, 30 Dec 2015 18:47:35 +0000</pubDate>
 <dc:creator>sbastienbarthlmy</dc:creator>
 <guid isPermaLink="false">5385 at http://www.orocos.org</guid>
</item>
<item>
 <title>[Bug 1067] New: Error in Sample&lt;StateVar&gt;Simulated(MeasurementSizeGet());</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/bug-1067-new-error-samplesimulatedmeasurementsizeget</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.orocos.org/show_bug.cgi?id=1067&quot; title=&quot;http://bugs.orocos.org/show_bug.cgi?id=1067&quot;&gt;http://bugs.orocos.org/show_bug.cgi?id=1067&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;           Summary: Error in Sample&amp;lt;StateVar&amp;gt;&lt;br /&gt;
                    Simulated(MeasurementSizeGet());&lt;br /&gt;
           Product: BFL&lt;br /&gt;
           Version: 0.8.0&lt;br /&gt;
          Platform: All&lt;br /&gt;
        OS/Version: All&lt;br /&gt;
            Status: NEW&lt;br /&gt;
          Severity: enhancement&lt;br /&gt;
          Priority: P3&lt;br /&gt;
         Component: core&lt;br /&gt;
        AssignedTo: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
        ReportedBy: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;klaas [dot] gadeyne&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
                CC: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
   Estimated Hours: 0.0&lt;/p&gt;
&lt;p&gt;[Reported by Rein A.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/bfl/bfl-dev/bug-1067-new-error-samplesimulatedmeasurementsizeget&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/bug-1067-new-error-samplesimulatedmeasurementsizeget#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Fri, 10 Jul 2015 13:36:59 +0000</pubDate>
 <dc:creator>klaas</dc:creator>
 <guid isPermaLink="false">5320 at http://www.orocos.org</guid>
</item>
<item>
 <title>BUG Measurement model (measurementmodel.cpp)</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/bug-measurement-model-measurementmodelcpp</link>
 <description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;We think we have found a possible BUG in the BFL source code (measurementmodel.cpp):&lt;/p&gt;
&lt;p&gt;template&amp;lt;typename MeasVar, typename StateVar&amp;gt; MeasVar&lt;br /&gt;
MeasurementModel&amp;lt;MeasVar,StateVar&amp;gt;::Simulate(const StateVar&amp;amp; x,&lt;br /&gt;
                                int sampling_method,&lt;br /&gt;
                                void * sampling_args)&lt;br /&gt;
{&lt;br /&gt;
  assert(_systemWithoutSensorParams == true);&lt;br /&gt;
  _MeasurementPdf-&amp;gt;ConditionalArgumentSet(0,x);&lt;br /&gt;
  Sample&amp;lt;StateVar&amp;gt; Simulated(MeasurementSizeGet());&lt;br /&gt;
  _MeasurementPdf-&amp;gt;SampleFrom(Simulated, sampling_method,sampling_args);&lt;br /&gt;
  MeasVar result = Simulated.ValueGet();&lt;br /&gt;
  re&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/bfl/bfl-dev/bug-measurement-model-measurementmodelcpp&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/bug-measurement-model-measurementmodelcpp#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Fri, 10 Jul 2015 12:54:00 +0000</pubDate>
 <dc:creator>appeldoornp.w.rein</dc:creator>
 <guid isPermaLink="false">5319 at http://www.orocos.org</guid>
</item>
<item>
 <title>[Bug 1064] New: unit test test_pdf fails on i686</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/bug-1064-new-unit-test-testpdf-fails-i686</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.orocos.org/show_bug.cgi?id=1064&quot; title=&quot;http://bugs.orocos.org/show_bug.cgi?id=1064&quot;&gt;http://bugs.orocos.org/show_bug.cgi?id=1064&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;           Summary: unit test test_pdf fails on i686&lt;br /&gt;
           Product: BFL&lt;br /&gt;
           Version: trunk&lt;br /&gt;
          Platform: i386 Compatible&lt;br /&gt;
        OS/Version: GNU/Linux&lt;br /&gt;
            Status: NEW&lt;br /&gt;
          Severity: enhancement&lt;br /&gt;
          Priority: P3&lt;br /&gt;
         Component: tests&lt;br /&gt;
        AssignedTo: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
        ReportedBy: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;hofmann&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
                CC: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
   Estimated Hours: 0.0&lt;/p&gt;
&lt;p&gt;test_pdf fails with the following error on i686 hardware:&lt;/p&gt;
&lt;p&gt;test 2&lt;br /&gt;
    Start 2: test_pdf&lt;br /&gt;
2: T&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/bfl/bfl-dev/bug-1064-new-unit-test-testpdf-fails-i686&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/bug-1064-new-unit-test-testpdf-fails-i686#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Thu, 18 Jun 2015 13:33:57 +0000</pubDate>
 <dc:creator>thofmann</dc:creator>
 <guid isPermaLink="false">5306 at http://www.orocos.org</guid>
</item>
<item>
 <title>[Bug 1063] New: link against libginac if ginac support is enabled</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/bug-1063-new-link-against-libginac-if-ginac-support-enabled</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.orocos.org/show_bug.cgi?id=1063&quot; title=&quot;http://bugs.orocos.org/show_bug.cgi?id=1063&quot;&gt;http://bugs.orocos.org/show_bug.cgi?id=1063&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;           Summary: link against libginac if ginac support is enabled&lt;br /&gt;
           Product: BFL&lt;br /&gt;
           Version: trunk&lt;br /&gt;
          Platform: All&lt;br /&gt;
        OS/Version: GNU/Linux&lt;br /&gt;
            Status: NEW&lt;br /&gt;
          Severity: minor&lt;br /&gt;
          Priority: P3&lt;br /&gt;
         Component: build system&lt;br /&gt;
        AssignedTo: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
        ReportedBy: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;hofmann&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
                CC: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
   Estimated Hours: 0.0&lt;/p&gt;
&lt;p&gt;Created attachment 874&lt;br /&gt;
  --&amp;gt; &lt;a href=&quot;http://bugs.orocos.org/attachment.cgi?id=874&quot; title=&quot;http://bugs.orocos.org/attachment.cgi?id=874&quot;&gt;http://bugs.orocos.org/attachment.cgi?id=874&lt;/a&gt;&lt;br /&gt;
patch against&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/bfl/bfl-dev/bug-1063-new-link-against-libginac-if-ginac-support-enabled&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/bug-1063-new-link-against-libginac-if-ginac-support-enabled#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Thu, 18 Jun 2015 12:43:17 +0000</pubDate>
 <dc:creator>thofmann</dc:creator>
 <guid isPermaLink="false">5305 at http://www.orocos.org</guid>
</item>
<item>
 <title>[Bug 1062] New: unit test test_model fails on arm</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/bug-1062-new-unit-test-testmodel-fails-arm</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.orocos.org/show_bug.cgi?id=1062&quot; title=&quot;http://bugs.orocos.org/show_bug.cgi?id=1062&quot;&gt;http://bugs.orocos.org/show_bug.cgi?id=1062&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;           Summary: unit test test_model fails on arm&lt;br /&gt;
           Product: BFL&lt;br /&gt;
           Version: trunk&lt;br /&gt;
          Platform: Other&lt;br /&gt;
        OS/Version: All&lt;br /&gt;
            Status: NEW&lt;br /&gt;
          Severity: normal&lt;br /&gt;
          Priority: P3&lt;br /&gt;
         Component: tests&lt;br /&gt;
        AssignedTo: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
        ReportedBy: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;hofmann&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
                CC: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
   Estimated Hours: 0.0&lt;/p&gt;
&lt;p&gt;The unit test test_model fails on arm architectures with the following error:&lt;br /&gt;
5: Test command: /builddir/build/BUIL&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/bfl/bfl-dev/bug-1062-new-unit-test-testmodel-fails-arm&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/bug-1062-new-unit-test-testmodel-fails-arm#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Tue, 02 Jun 2015 09:29:44 +0000</pubDate>
 <dc:creator>thofmann</dc:creator>
 <guid isPermaLink="false">5300 at http://www.orocos.org</guid>
</item>
<item>
 <title>[Bug 1061] New: shared library calls exit()</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/bug-1061-new-shared-library-calls-exit</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.orocos.org/show_bug.cgi?id=1061&quot; title=&quot;http://bugs.orocos.org/show_bug.cgi?id=1061&quot;&gt;http://bugs.orocos.org/show_bug.cgi?id=1061&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;           Summary: shared library calls exit()&lt;br /&gt;
           Product: BFL&lt;br /&gt;
           Version: trunk&lt;br /&gt;
          Platform: All&lt;br /&gt;
        OS/Version: GNU/Linux&lt;br /&gt;
            Status: NEW&lt;br /&gt;
          Severity: normal&lt;br /&gt;
          Priority: P3&lt;br /&gt;
         Component: core&lt;br /&gt;
        AssignedTo: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
        ReportedBy: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;hofmann&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
                CC: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
   Estimated Hours: 0.0&lt;/p&gt;
&lt;p&gt;exit() is called in multiple parts of the library:&lt;/p&gt;
&lt;p&gt;% grep -RiIw exit src&lt;br /&gt;
src/model/measurementmodel.cpp:      exit(&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/bfl/bfl-dev/bug-1061-new-shared-library-calls-exit&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/bug-1061-new-shared-library-calls-exit#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Mon, 01 Jun 2015 13:31:30 +0000</pubDate>
 <dc:creator>thofmann</dc:creator>
 <guid isPermaLink="false">5299 at http://www.orocos.org</guid>
</item>
<item>
 <title>[Bug 1060] New: FSF address is incorrect</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/bug-1060-new-fsf-address-incorrect</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.orocos.org/show_bug.cgi?id=1060&quot; title=&quot;http://bugs.orocos.org/show_bug.cgi?id=1060&quot;&gt;http://bugs.orocos.org/show_bug.cgi?id=1060&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;           Summary: FSF address is incorrect&lt;br /&gt;
           Product: BFL&lt;br /&gt;
           Version: trunk&lt;br /&gt;
          Platform: All&lt;br /&gt;
        OS/Version: All&lt;br /&gt;
            Status: NEW&lt;br /&gt;
          Severity: enhancement&lt;br /&gt;
          Priority: P3&lt;br /&gt;
         Component: documentation&lt;br /&gt;
        AssignedTo: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
        ReportedBy: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;hofmann&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
                CC: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
   Estimated Hours: 0.0&lt;/p&gt;
&lt;p&gt;The license text included contains the wrong address of the Free Software&lt;br /&gt;
Foundation.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/bfl/bfl-dev/bug-1060-new-fsf-address-incorrect&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/bug-1060-new-fsf-address-incorrect#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Mon, 01 Jun 2015 13:17:54 +0000</pubDate>
 <dc:creator>thofmann</dc:creator>
 <guid isPermaLink="false">5297 at http://www.orocos.org</guid>
</item>
<item>
 <title>[Bug 1059] New: set soversion of shared library</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/bug-1059-new-set-soversion-shared-library</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.orocos.org/show_bug.cgi?id=1059&quot; title=&quot;http://bugs.orocos.org/show_bug.cgi?id=1059&quot;&gt;http://bugs.orocos.org/show_bug.cgi?id=1059&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;           Summary: set soversion of shared library&lt;br /&gt;
           Product: BFL&lt;br /&gt;
           Version: trunk&lt;br /&gt;
          Platform: All&lt;br /&gt;
        OS/Version: All&lt;br /&gt;
            Status: NEW&lt;br /&gt;
          Severity: enhancement&lt;br /&gt;
          Priority: P3&lt;br /&gt;
         Component: build system&lt;br /&gt;
        AssignedTo: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
        ReportedBy: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;hofmann&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
                CC: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
   Estimated Hours: 0.0&lt;/p&gt;
&lt;p&gt;Created attachment 872&lt;br /&gt;
  --&amp;gt; &lt;a href=&quot;http://bugs.orocos.org/attachment.cgi?id=872&quot; title=&quot;http://bugs.orocos.org/attachment.cgi?id=872&quot;&gt;http://bugs.orocos.org/attachment.cgi?id=872&lt;/a&gt;&lt;br /&gt;
soname patch&lt;/p&gt;
&lt;p&gt;Currently the so&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/bfl/bfl-dev/bug-1059-new-set-soversion-shared-library&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/bug-1059-new-set-soversion-shared-library#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Tue, 26 May 2015 15:09:40 +0000</pubDate>
 <dc:creator>thofmann</dc:creator>
 <guid isPermaLink="false">5295 at http://www.orocos.org</guid>
</item>
<item>
 <title>[Bug 1058] New: Use LIB_SUFFIX in CMake</title>
 <link>http://www.orocos.org/forum/bfl/bfl-dev/bug-1058-new-use-libsuffix-cmake</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://bugs.orocos.org/show_bug.cgi?id=1058&quot; title=&quot;http://bugs.orocos.org/show_bug.cgi?id=1058&quot;&gt;http://bugs.orocos.org/show_bug.cgi?id=1058&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;           Summary: Use LIB_SUFFIX in CMake&lt;br /&gt;
           Product: BFL&lt;br /&gt;
           Version: trunk&lt;br /&gt;
          Platform: All&lt;br /&gt;
        OS/Version: All&lt;br /&gt;
            Status: NEW&lt;br /&gt;
          Severity: enhancement&lt;br /&gt;
          Priority: P3&lt;br /&gt;
         Component: build system&lt;br /&gt;
        AssignedTo: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
        ReportedBy: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;hofmann&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
                CC: &lt;span class=&quot;spamspan&quot;&gt;&lt;span class=&quot;oro33&quot;&gt;bfl&lt;/span&gt; [..] &lt;span class=&quot;dorox66&quot;&gt;...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
   Estimated Hours: 0.0&lt;/p&gt;
&lt;p&gt;Created attachment 871&lt;br /&gt;
  --&amp;gt; &lt;a href=&quot;http://bugs.orocos.org/attachment.cgi?id=871&quot; title=&quot;http://bugs.orocos.org/attachment.cgi?id=871&quot;&gt;http://bugs.orocos.org/attachment.cgi?id=871&lt;/a&gt;&lt;br /&gt;
LIB_SUFFIX patch&lt;/p&gt;
&lt;p&gt;Some distributions (&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.orocos.org/forum/bfl/bfl-dev/bug-1058-new-use-libsuffix-cmake&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.orocos.org/forum/bfl/bfl-dev/bug-1058-new-use-libsuffix-cmake#comments</comments>
 <category domain="http://www.orocos.org/taxonomy/term/61">BFL-dev</category>
 <pubDate>Tue, 26 May 2015 10:00:12 +0000</pubDate>
 <dc:creator>thofmann</dc:creator>
 <guid isPermaLink="false">5294 at http://www.orocos.org</guid>
</item>
</channel>
</rss>
