Skip to content

including missing header for musl build - #11

Open
peppergrayxyz wants to merge 1 commit into
linuxdeploy:masterfrom
peppergrayxyz:desktopfileentry_cstdint
Open

peppergrayxyz wants to merge 1 commit into
linuxdeploy:masterfrom
peppergrayxyz:desktopfileentry_cstdint

Conversation

@peppergrayxyz

Copy link
Copy Markdown

building on musl fails with errors due to missing header <cstdint>

Closes: #10

building on `musl` fails with errors due to missing header `<cstdint>`

Closes: linuxdeploy#10
Signed-off-by: Pepper Gray <hello@peppergray.xyz>
peppergrayxyz added a commit to peppergrayxyz/linuxdeploy that referenced this pull request Sep 21, 2026
- skip musl loader and libc aliases
- handle ldd non zero result status and parse usefull output
- add regression tests, musl ci and musl integration test
- add missing include for libc++ >= 23 (_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23)
- allow strip to be set thorugh env var $STRIP (linuxdeploy#325)
- use CMAKE_OBJCOPY in simple_library
- needs linuxdeploy/linuxdeploy-desktopfile#11

Closes: linuxdeploy#340
Signed-off-by: Pepper Gray <hello@peppergray.xyz>
peppergrayxyz added a commit to peppergrayxyz/linuxdeploy that referenced this pull request Sep 23, 2026
- skip musl loader and libc aliases
- handle ldd non zero result status and parse usefull output
- add regression tests, musl ci and musl integration test
- add missing include for libc++ >= 23 (_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23)
- allow strip to be set thorugh env var $STRIP (linuxdeploy#325)
- use CMAKE_OBJCOPY in simple_library
- needs linuxdeploy/linuxdeploy-desktopfile#11

Closes: linuxdeploy#340
Signed-off-by: Pepper Gray <hello@peppergray.xyz>
peppergrayxyz added a commit to peppergrayxyz/linuxdeploy that referenced this pull request Sep 23, 2026
- skip musl loader and libc aliases
- handle ldd non zero result status and parse usefull output
- add regression tests, musl ci and musl integration test
- add missing include for libc++ >= 23 (_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23)
- allow strip to be set thorugh env var $STRIP (linuxdeploy#325)
- use CMAKE_OBJCOPY in simple_library
- needs linuxdeploy/linuxdeploy-desktopfile#11

Closes: linuxdeploy#340
Signed-off-by: Pepper Gray <hello@peppergray.xyz>
peppergrayxyz added a commit to peppergrayxyz/linuxdeploy that referenced this pull request Sep 23, 2026
- skip musl loader and libc aliases
- handle ldd non zero result status and parse usefull output
- add regression tests, musl ci and musl integration test
- add missing include for libc++ >= 23 (_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23)
- allow strip to be set thorugh env var $STRIP (linuxdeploy#325)
- use CMAKE_OBJCOPY in simple_library
- needs linuxdeploy/linuxdeploy-desktopfile#11

Closes: linuxdeploy#340
Signed-off-by: Pepper Gray <hello@peppergray.xyz>
peppergrayxyz added a commit to peppergrayxyz/linuxdeploy that referenced this pull request Sep 23, 2026
- skip musl loader and libc aliases
- handle ldd non zero result status and parse usefull output
- add regression tests, musl ci and musl integration test
- add missing include for libc++ >= 23 (_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23)
- allow strip to be set thorugh env var $STRIP (linuxdeploy#325)
- use CMAKE_OBJCOPY in simple_library
- needs linuxdeploy/linuxdeploy-desktopfile#11

Closes: linuxdeploy#340
Signed-off-by: Pepper Gray <hello@peppergray.xyz>
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.

build error: 'int32_t'/'int64_t' does not name a type (musl)

1 participant