We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In file included from /tmp/DGtal/examples/doc-examples/exampleCatch.cpp:48: In file included from /tmp/DGtal/examples/doc-examples/DGtalCatch.h:10: /tmp/DGtal/examples/doc-examples/catch.hpp:7868:13: error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not? CATCH_BREAK_INTO_DEBUGGER(); ^ /tmp/DGtal/examples/doc-examples/catch.hpp:7582:79: note: expanded from macro 'CATCH_BREAK_INTO_DEBUGGER' #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() ^ /tmp/DGtal/examples/doc-examples/catch.hpp:7561: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]: *** [examples/doc-examples/CMakeFiles/exampleCatch.dir/exampleCatch.cpp.o] Error 1 make[1]: *** [examples/doc-examples/CMakeFiles/exampleCatch.dir/all] Error 2
The text was updated successfully, but these errors were encountered:
fixed in #1569
Sorry, something went wrong.
Ok.. not fixed apparently. Catch2 2.13.6 not working on M1 as well
Fixed #1590
No branches or pull requests
In file included from /tmp/DGtal/examples/doc-examples/exampleCatch.cpp:48:
In file included from /tmp/DGtal/examples/doc-examples/DGtalCatch.h:10:
/tmp/DGtal/examples/doc-examples/catch.hpp:7868:13: error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not?
CATCH_BREAK_INTO_DEBUGGER();
^
/tmp/DGtal/examples/doc-examples/catch.hpp:7582:79: note: expanded from macro 'CATCH_BREAK_INTO_DEBUGGER'
#define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }()
^
/tmp/DGtal/examples/doc-examples/catch.hpp:7561: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]: *** [examples/doc-examples/CMakeFiles/exampleCatch.dir/exampleCatch.cpp.o] Error 1
make[1]: *** [examples/doc-examples/CMakeFiles/exampleCatch.dir/all] Error 2
The text was updated successfully, but these errors were encountered: