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 compilation errors #188

Merged

Conversation

gholmann16
Copy link
Contributor

These two commits fix errors in compiling on:

  • Ubuntu 14, which requires you to include cstring in order to use memcpy
  • Alpine Linux, which when I attempt to compile the source code requires me to get rid of the __BEGIN_DECLS and __END_DECLS statements. These symbols also seem to be substandard according to the libtool manual:
    https://www.gnu.org/software/libtool/manual/html_node/C-header-files.html (check
    footnotes)

@TheAssassin
Copy link
Member

Thanks!

@TheAssassin TheAssassin merged commit e56c21b into AppImageCommunity:master Jul 18, 2023
7 checks passed
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.

2 participants