-
Notifications
You must be signed in to change notification settings - Fork 203
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
Unable to build v3.3 and 3.2 from source in Ubuntu 22.04 #273
Comments
I think this is just a missing:
|
Hi @ivanperez-keera For anyone facing this issue, this is how I solved it. liveness.hpp #pragma once
#include <iosfwd>
#include <vector>
#include <cstdint> // Fix suggested by ivanperez-keera here https://github.com/NASA-SW-VnV/ikos/issues/273
#include <boost/optional.hpp>
#include <llvm/ADT/DenseMap.h>
#include <ikos/analyzer/analysis/context.hpp>
#include <ikos/analyzer/analysis/variable.hpp> |
I'm reopening this just for our own project management. Once we actually merge your PR, we can consider it fixed. Thanks! |
@Mechazo11, as mentioned on the PR it is also blocking upgrade of space-ros to jazzy/ubuntu24, so thanks for reporting! |
This commit adds a missing include that leads to an error in newer versions of clang.
Dr. @ivanperez-keera I just saw you closing the PR #274. I will go ahead and close this issue. |
This commit adds a missing include that leads to an error in newer versions of clang.
This commit adds a missing include that leads to an error in newer versions of clang.
Hi,
I am trying to natively install
ikos
by replicating the steps used inspace-ros
's Earthfile.However I am getting the error shown below
Steps I took are as follows
How can I solve this problem? Please note that, the Earthfile can successfully build ikos inside the
space-ros
image which also used Ubuntu 22.04 Jammy.With best,
@Mechazo11
The text was updated successfully, but these errors were encountered: