jingoro2112 / wrench

practical embedded script interpreter
MIT License
99 stars 10 forks source link

Compilation error on Mac OS #23

Closed ohordiichuk closed 1 month ago

ohordiichuk commented 1 month ago

Hello,

on recent clang version:

Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: arm64-apple-darwin23.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

during make execution there are compilation errors, which could be easily by this patch.

patch.txt

jingoro2112 commented 1 month ago

Thank you for the patch, it should be part of the next update.

On Fri, May 31, 2024 at 8:23 AM ohordiichuk @.***> wrote:

Hello,

on recent clang version:

Apple clang version 15.0.0 (clang-1500.3.9.4) Target: arm64-apple-darwin23.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

during make execution there are compilation errors, which could be easily by this patch.

patch.txt https://github.com/user-attachments/files/15513515/patch.txt

— Reply to this email directly, view it on GitHub https://github.com/jingoro2112/wrench/issues/23, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALIKAY47PQP3CGXI7TF6TDZFBTSTAVCNFSM6AAAAABISW227KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDONZSGE3DQNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jingoro2112 commented 1 month ago

patched