-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
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
[macOS] unit_capi_exception_wrapper
fails to link against catch2
3.5.0
#4590
Comments
This also fails with GCC:
|
@eric-hughes-tiledb Could you take a look? This does not seem to work on macOS. It just fails to build with GCC on my old testing system and fails to link on Sonoma. |
* Switch from inheritance to templates for the error tree visitor. Converted old visitor base class into a concept. * Adjusted C API build to take into account that the exception handler is no longer header-only. * More build adjustments * Attempt to remove a duplicate symbol linkage causing CI fail
On a side-note, this test, like a few others, needs to link against
|
The missing symbols As for the GCC failure, which version? Our code does not compile on older versions. |
@eric-hughes-tiledb Thank you for responding! Unfortunately, building against bundled Catch2 fails for me: #4095
gcc 13.2.0, recent enough, hopefully. |
@eric-hughes-tiledb Another Catch2-related error:
Or is this rather a bug in Catch2 itself? UPD. This one is a Catch2 bug indeed, but fixed as of 3.5.2. |
OS info:
Versions used:
The text was updated successfully, but these errors were encountered: