Closed DetourNetworkUK closed 1 year ago
Thank you, it is definitely my mistake (it's been a while since I turned on my minimac :)
The updated zpaqfranz.cpp 58.10g, marked 2023-09-12, compiles OK on gcc 4.2
28 Thanks to https://github.com/DetourNetworkUK for Mac PowerPC strnlen bug
Can Confirm That This New Version Is Compiling :)
The MacOS Quick Start Guide Lists The Following Command To Use For Compiling On PowerPC MacOS:
g++ -O3 -DBIG -DANCIENT -Dunix -DNOJIT zpaqfranz.cpp -o zpaqfranz -pthread
I Was Unable To Get This Command To Work On A PowerPC G4 Mac Mini On 10.5.8 Or A PowerMac G5 On 10.5.8, Both Using G++@4.0.1, As The Compilation Fails With The Following Error:The Same Error Occurs When Using G++@4.2.0 And GCC@7.5.0 (With The Latter In C++ 2011 Mode). Find Attached The G++@4.0.1, G++@4.2.0, And GCC@7.5.0 Logfiles.
G++ 4.0.1 G++ 4.2.0 GCC 7.5.0