-
Notifications
You must be signed in to change notification settings - Fork 39
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
Build fails on OpenBSD 7.6 #337
Comments
Does it build, if: |
I just tested that adding
to meson.build works. Edit: The above method, export-ing |
Another question. Has libexinfo .pc (pkgconfig) file? |
No, libexecinfo doesn't include the pkgconfig .pc file. There's the source code of the library, and also:
Edit: There's also libbacktrace in ports, but it also doesn't have the .pc file. Edit 2: That libbacktrace seems pretty old, and the current ports tree doesn't have it. I found it linked on (probably outdated) ports.su page. |
Try these ^ two commits. |
I can confirm that compiling from
works without errors (only some warnings unrelated to this issue). If that is the final fix, feel free to close this issue. |
Trying to build latest master branch of ELinks:
using OpenBSD 7.6-release fails. I have attached the configured options here: configure-build.txt.
I am getting the following output:
I have found what seems to be a similar issue here, for building libmprompt under FreeBSD. Not sure if it is the same issue, but there it was solved by adding libexecinfo to the list of libraries to be linked with.
The text was updated successfully, but these errors were encountered: