orocos / orocos-bayesian-filtering

The orocos Bayesian Filtering Library
148 stars 59 forks source link

Windows Compilation Error #32

Open toeklk opened 6 years ago

toeklk commented 6 years ago

migrated from Bugzilla #585 status NEW severity normal in component build system for --- Reported in version 0.6.1 on platform All Assigned to: BFL mailinglist

On 2008-08-25 15:34:51 +0200, Fred Stakem wrote:

  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.

On 2008-12-07 21:13:34 +0100, Klaas Gadeyne wrote:

  Check wether this one is fixed after fixing bug # 602