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 /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_clingcon/clingcon/work/clingcon-5.2.0/libclingcon/tests/main.cc:26: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_clingcon/clingcon/work/clingcon-5.2.0/libclingcon/tests/catch.hpp:8205:13: error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not? CATCH_BREAK_INTO_DEBUGGER(); ^ /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_clingcon/clingcon/work/clingcon-5.2.0/libclingcon/tests/catch.hpp:7916:83: note: expanded from macro 'CATCH_BREAK_INTO_DEBUGGER' #define CATCH_BREAK_INTO_DEBUGGER() []{ if( Catch::isDebuggerActive() ) { CATCH_TRAP(); } }() ^ /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_math_clingcon/clingcon/work/clingcon-5.2.0/libclingcon/tests/catch.hpp:7881:34: note: expanded from macro 'CATCH_TRAP' #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ ^ <inline asm>:1:2: note: instantiated into assembly here int $3 ^ 1 error generated. make[2]: *** [libclingcon/tests/CMakeFiles/test_clingcon.dir/main.cc.o] Error 1
Complete log: https://build.macports.org/builders/ports-11_arm64-builder/builds/79019
The text was updated successfully, but these errors were encountered:
Perhaps related: CoatiSoftware/Sourcetrail#1185
Sorry, something went wrong.
catch.hpp: fix for aarch64 and powerpc
5836a7f
Closes: potassco#99
PR with the fix (plus PPC fix): #100
Successfully merging a pull request may close this issue.
Complete log: https://build.macports.org/builders/ports-11_arm64-builder/builds/79019
The text was updated successfully, but these errors were encountered: