You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> cmake --build build --target install -j
Last 15 lines from /Users/sakibfuad/Library/Logs/Homebrew/souffle/05.cmake:
^
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Engine.cpp:16:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Engine.h:20:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Context.h:19:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Index.h:18:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Util.h:19:
/tmp/souffle-20230328-30231-1wcy4ha/src/include/souffle/RamTypes.h:83:5: error: static_assert failed due to requirement 'sizeof(int) == sizeof(double)' "Can't bit cast types with different size."
static_assert(sizeof(To) == sizeof(From), "Can't bit cast types with different size.");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make[2]: *** [src/CMakeFiles/libsouffle.dir/MainDriver.cpp.o] Error 1
4 errors generated.
make[2]: *** [src/CMakeFiles/libsouffle.dir/interpreter/Engine.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/libsouffle.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
sfuad001
changed the title
Brew install fails on macOs 13.2.1 with m1 chip
Brew install fails on macOS 13.2.1 with m1 chip
Mar 29, 2023
Command Used
Terminal Log
==> cmake --build build --target install -j
Last 15 lines from /Users/sakibfuad/Library/Logs/Homebrew/souffle/05.cmake:
^
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Engine.cpp:16:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Engine.h:20:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Context.h:19:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Index.h:18:
In file included from /tmp/souffle-20230328-30231-1wcy4ha/src/interpreter/Util.h:19:
/tmp/souffle-20230328-30231-1wcy4ha/src/include/souffle/RamTypes.h:83:5: error: static_assert failed due to requirement 'sizeof(int) == sizeof(double)' "Can't bit cast types with different size."
static_assert(sizeof(To) == sizeof(From), "Can't bit cast types with different size.");
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make[2]: *** [src/CMakeFiles/libsouffle.dir/MainDriver.cpp.o] Error 1
4 errors generated.
make[2]: *** [src/CMakeFiles/libsouffle.dir/interpreter/Engine.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/libsouffle.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: