-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error with boost_unordered.hpp
(not found)
#43
Comments
Additional information:
|
BTW, I also compile
|
I am purposefully trying for the slang build not to use system Boost, and to instead rely on the vendored header at I supply Is there anything in your build environment which would point build systems to When the yosys-slang build fails, is there |
Not that I am aware of.
No, it is not there:
Here the beginning of the make process, and yes, it finds the system Boost:
|
Maybe I should be passing |
Can you make the change to the Makefile, and test if that resolves your issue? On my machine Boost isn't found either way, so I can't confirm/rule out it works. |
|
Looks good:
Since we are looking into this, maybe you could get rid of the warning as well? And the build works now! |
Strangely I don't get a warning for that, but I do get a warning if I insert a different unused variable:
|
Pushed 4e034b3 |
There isn't a warning in the CI logs either: https://github.com/povik/yosys-slang/actions/runs/10702947984/job/29672311857 I wonder what's different in your setup |
If you know of a way to find out, then I could test it. I am inside a Docker VM, running on macOS, but this should not make any difference in this case. |
Thanks. Let me close this issue and open another one for the warning |
I am trying to compile yosys-slang on Ubuntu 22.04 LTS with Boost compiled from sources and located in
/usr/local/boost
, and I get the following compile error:Any idea what is going on?
The text was updated successfully, but these errors were encountered: