-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
built on raspios bookworm armhf (32-bit)
- Loading branch information
Showing
2 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
builds GNUstep on Raspian 12 (Bookworm) with clang-14 and libobjc2.1 | ||
|
||
Compiled swift-corelibs-libdispatch - November 2023 with clang-14 | ||
Compiled swift-corelibs-libdispatch - November 2023 with clang-14 on arm64 | ||
- using GNUstep-buildon-raspbian12.sh | ||
- no patches needed for "benchmark.c" for warnings or errors | ||
- pulled from the HEAD | ||
- compiled cleanly | ||
|
||
Compiled swift-corelibs-libdispatch - November 2023 with clang-14 on armhf | ||
- using GNUstep-build-base-on-raspbian12.sh | ||
- added in the PATCH to quiet the compiler on benchmark.c | ||
- otherwise compiled cleanly | ||
|
||
Summary: PATCH may be needed on armhf (32-bit) | ||
perhaps add back into GNUstep-buildon-raspbian12.sh | ||
|
||
Also newer PDFKit fixes an error where GWorkspace aborted with an "unknown protocol" message upon startup. | ||
|
||
libojc2.1 is important because 1.9 has some problems with imp_implementationWithBlock(), at least using those returned IMPs as methods doesn't work. |