-
Notifications
You must be signed in to change notification settings - Fork 264
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 2.x for older Xcode: amend LogController
for supported syntax
#340
Comments
Ok, no surprise it kept failing, since it uses blocks, which are not supported even with gcc-13: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78352
|
Apparently there is 2.26 for PPC: https://macintoshgarden.org/apps/limechat |
@psychs Could you say how did you build it? I just tried on 10.5.8 for ppc and it failed as well. (10.6 ppc is not a standard config, so anything can happen, but 10.5.8 is the reference system.)
|
On Leopard everything fails to build from 2.16 onward.
2.15 does build successfully. |
@psychs Could you please help me here? |
:info:build No architectures to compile for (ARCHS=ppc, VALID_ARCHS=i386 x86_64). Here, you would have to patch the Xcode build file to alter the VALID_ARCHS to include your desired arch, ppc. Then, you'd have to see if it actually builds. |
Yes, I did that, it still needs minor patching for Leopard: macports/macports-ports@5aae052 |
@psychs LogController introduced in f370709 does not build with Xcode 3.2 (and I assume earlier ones).
LimeChat
1.7 which did not have it, builds and works on a PowerPC.While I realize it may be too bothersome to fix the current version of
LimeChat
, maybe we could fix some earlier 2.x one? Several ones fail just on LogController part (i.e. Xcode failure reports 1 error).The text was updated successfully, but these errors were encountered: