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
I cant build the library on
Darwin MacBook-Pro.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112 arm64
below steps to replicate the issue 👍
Make a git clone
go to project folder
cmake .
make
You will end with error
make
[ 25%] Building CXX object example/CMakeFiles/jsonrpcpp_example.dir/jsonrpcpp_example.cpp.o
[ 50%] Linking CXX executable jsonrpcpp_example
[ 50%] Built target jsonrpcpp_example
[ 75%] Building CXX object test/CMakeFiles/jsonrpcpp_test.dir/test_main.cpp.o
In file included from /Users/issamchorfa/jsonrpcpp/jsonrpcpp/test/test_main.cpp:10:
/Users/issamchorfa/jsonrpcpp/jsonrpcpp/test/catch.hpp:8122:13: error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not?
CATCH_BREAK_INTO_DEBUGGER();
^
/Users/issamchorfa/jsonrpcpp/jsonrpcpp/test/catch.hpp:7834:79: note: expanded from macro 'CATCH_BREAK_INTO_DEBUGGER'
#define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }()
^
/Users/issamchorfa/jsonrpcpp/jsonrpcpp/test/catch.hpp:7813:34: note: expanded from macro 'CATCH_TRAP'
#define CATCH_TRAP() asm("int $3\n" : : ) /* NOLINT */
^
:1:2: note: instantiated into assembly here
int $3
^
1 error generated.
make[2]: *** [test/CMakeFiles/jsonrpcpp_test.dir/test_main.cpp.o] Error 1
make[1]: *** [test/CMakeFiles/jsonrpcpp_test.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Hello,
I cant build the library on
Darwin MacBook-Pro.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:19:05 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8112 arm64
below steps to replicate the issue 👍
Make a git clone
go to project folder
cmake .
make
You will end with error
make
[ 25%] Building CXX object example/CMakeFiles/jsonrpcpp_example.dir/jsonrpcpp_example.cpp.o
[ 50%] Linking CXX executable jsonrpcpp_example
[ 50%] Built target jsonrpcpp_example
[ 75%] Building CXX object test/CMakeFiles/jsonrpcpp_test.dir/test_main.cpp.o
In file included from /Users/issamchorfa/jsonrpcpp/jsonrpcpp/test/test_main.cpp:10:
/Users/issamchorfa/jsonrpcpp/jsonrpcpp/test/catch.hpp:8122:13: error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not?
CATCH_BREAK_INTO_DEBUGGER();
^
/Users/issamchorfa/jsonrpcpp/jsonrpcpp/test/catch.hpp:7834:79: note: expanded from macro 'CATCH_BREAK_INTO_DEBUGGER'
#define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }()
^
/Users/issamchorfa/jsonrpcpp/jsonrpcpp/test/catch.hpp:7813:34: note: expanded from macro 'CATCH_TRAP'
#define CATCH_TRAP() asm("int $3\n" : : ) /* NOLINT */
^
:1:2: note: instantiated into assembly here
int $3
^
1 error generated.
make[2]: *** [test/CMakeFiles/jsonrpcpp_test.dir/test_main.cpp.o] Error 1
make[1]: *** [test/CMakeFiles/jsonrpcpp_test.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: