Skip to content
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

fix(main/libhtmlcxx): Fix compiler and linker error #20987

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

Biswa96
Copy link
Member

@Biswa96 Biswa96 commented Jul 29, 2024

This fixes the following compiler error.

error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]

and the linker warning

*** Warning: Linking the shared library libhtmlcxx.la against the
*** static library libclang_rt.builtins-x86_64-android.a is not portable!

This fixes the following compiler error.

error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]

and the linker warning

*** Warning: Linking the shared library libhtmlcxx.la against the
*** static library libclang_rt.builtins-x86_64-android.a is not portable!
@Biswa96 Biswa96 merged commit e1a4efb into termux:master Jul 29, 2024
5 checks passed
@Biswa96 Biswa96 deleted the libhtmlcxx branch July 29, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant