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

Wrong order of include directories when build from SeaHorn #26

Closed
agurfinkel opened this issue Dec 29, 2018 · 1 comment
Closed

Wrong order of include directories when build from SeaHorn #26

agurfinkel opened this issue Dec 29, 2018 · 1 comment
Assignees

Comments

@agurfinkel
Copy link
Contributor

When crab-llvm is include in SeaHorn as a sub-project it looks first inside the installed include directories as opposed to its source location. Every time the headers change, the build fails because it finds the old header files first.

Current work-around is to delete BUILD_DIR/crab_llvm and BUILD_DIR/crab manually.

It would be more convenient if the order of include directories is fixed.

@caballa
Copy link
Contributor

caballa commented Jan 12, 2019

@agurfinkel seems to fix the problem here 2977041.
I close it for now.

@caballa caballa closed this as completed Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants