Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Compilation Error #32

Open
toeklk opened this issue Dec 9, 2017 · 0 comments
Open

Windows Compilation Error #32

toeklk opened this issue Dec 9, 2017 · 0 comments

Comments

@toeklk
Copy link
Collaborator

toeklk commented Dec 9, 2017

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant