libdispatch for PowerPC #45
Replies: 5 comments 3 replies
-
|
I doubt it is going to do much without blocks support. FWIW I have made some progress in bringing the blocks support forward (at least to GCC-10) .. but limited time, as always, means it goes slowly. |
Beta Was this translation helpful? Give feedback.
-
Actually, I'd be more concerned that full functionality might need kernel support (for some reason, I have it in mind that was the case) - but I guess if it built OK (without warnings?) then my memory must be faulty. |
Beta Was this translation helpful? Give feedback.
-
By the way, what prevented us from rebuilding |
Beta Was this translation helpful? Give feedback.
-
|
@iains By the way, if you will be interested to try, this port installs While it uses Macports for the build, there are no dependencies besides Xcode, and it does not link to anything in Macports prefix. It installs everything into |
Beta Was this translation helpful? Give feedback.
-
|
@iains Just as a quick update on the matter (no action required): while I think I have built it on 10.5.8 as well, I got ICE yesterday when trying to do that. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
@iains Turned out that
libdispatchbuilds fine with system toolchain without any need for blocks support. This is a preliminary thing, but it produces a library:https://ports.macports.org/port/libdispatch-legacy
Question is, how could we try using it? On 10.6 it is baked into
libSystem, but at the moment we can only install it as a standalone thing.What I am not sure about is whether it is usable without blocks (and if yes then to what extent).
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions