nayuki / QR-Code-generator

High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

Home Page:https://www.nayuki.io/page/qr-code-generator-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Port did not compile on Apple M2 / Ventura 13.2

staatzstreich opened this issue · comments

Hi there,

thanks for this awesome project :)
because I want to use a QR code in a game I will made with raylib, I started to generate the lib with the shipped makefile.

I am sorry... i am not an expert with c programming nor with makefiles but I figured out that removing the double dashes in line 76 in https://github.com/nayuki/QR-Code-generator/blob/master/c/Makefile the make all works and the demo program also...

best,
Michael

commented

Thanks for the feedback. A permalink to the line of code:

$(AR) -crs $@ -- $^

Related issues in the past: #95 , #43

thx for pointing me to the related issues in the past 💯