Replies: 1 comment
|
You need to have a C++20 compatible build environment set up on your system in order to build the library. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Help, please with the build and install
I have dounloaded .ZIP file, unzip.
..
cmake -B build
cmake --build build -j8
..
if fails in include
21%] Building CXX object source/CMakeFiles/slang_slang.dir/AllSyntax.cpp.o
In file included from xxxx/slang-4221f2fa18e6e532bb38124c409c93703dff7999/source/../include/slang/parsing/Token.h:10,
from xxxx/slang-4221f2fa18e6e532bb38124c409c93703dff7999/build/source/slang/syntax/AllSyntax.h:10,
from xxxx/slang-4221f2fa18e6e532bb38124c409c93703dff7999/build/source/AllSyntax.cpp:8:
xxxx/slang-4221f2fa18e6e532bb38124c409c93703dff7999/source/../include/slang/numeric/SVInt.h:10:10: fatal error: bit: No such file or directory
#include
^~~~~
compilation terminated.
gmake[2]: *** [source/CMakeFiles/slang_slang.dir/build.make:151: source/CMakeFiles/slang_slang.dir/AllSyntax.cpp.o] Error 1
All reactions