[Bug 585] New: Windows Compilation Error

For more infomation about this bug, visit
Summary: Windows Compilation Error
Product: BFL
Version: 0.6.1
Platform: All
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P5
Component: build system
AssignedTo: bfl [..] ...
ReportedBy: stake75 [..] ...
CC: bfl [..] ...
Estimated Hours: 0.0

The build for Windows has a strange directory structure which does not follow
the instructions in the installation guide. The software can still be
installed, but not according to the instructions.

The problem lies in the header file include directories that CMake attempts to
use. If the directions are followed the boost root directory should be
'C:\boost\'. The boost include file would then be located in the directory
'C:\boost\boost\'. This naming scheme is a little different than most c++
projects that would put the header files in an 'include' directory. When using
CMake the prefix 'include\' is prepended to the directory specified for the
include directory. Since 'include' exists no where in the boost path CMake will
fail to find the include files. The ugly fix to this to get CMake to work is to
rename the boost root directory to 'C:\include\' so that the path to the
include files has the name 'include' in it.

[Bug 585] New: Windows

Compile error in hidden module: DistMon. Additionally, in Microsoft Windows 95, Microsoft Windows 98, or Microsoft Windows Millennium Edition you... web-based crm software

[Bug 585] Windows Compilation Error

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

Bug 585 depends on bug 602, which changed state.

Bug 602 Summary: BFL does not honor CMAKE directives for include and library paths
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=602

What |Old Value |New Value
----------------------------------------------------------------------------
Resolution| |FIXED
Status|REOPENED |RESOLVED

[Bug 585] Windows Compilation Error

For more infomation about this bug, visit

Bug 585 depends on bug 602, which changed state.

Bug 602 Summary: BFL does not honor CMAKE directives for include and library paths
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=602

What |Old Value |New Value
----------------------------------------------------------------------------
Resolution|FIXED |
Status|RESOLVED |REOPENED

[Bug 585] Windows Compilation Error

For more infomation about this bug, visit

Bug 585 depends on bug 602, which changed state.

Bug 602 Summary: BFL does not honor CMAKE directives for include and library paths
https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=602

What |Old Value |New Value
----------------------------------------------------------------------------
Resolution| |FIXED
Status|ASSIGNED |RESOLVED

[Bug 585] Windows Compilation Error

For more infomation about this bug, visit

Klaas Gadeyne <klaas [dot] gadeyne [..] ...> changed:

What |Removed |Added
--------------------------------------------------------------------------
Depends on| |602

--- Comment #1 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2008-12-07 21:13:34 ---
Check wether this one is fixed after fixing bug #602