eclipse / mraa

Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
http://mraa.io
MIT License
1.38k stars 615 forks source link

compilation broken on raspberry pi4 #1020

Closed jpelletier closed 3 years ago

jpelletier commented 4 years ago

make.log

tingleby commented 4 years ago

So the Swig+NodeJS stuff is not in a good shape right now, try adding -DBUILDSWIGNODE=off to your cmake

jpelletier commented 3 years ago

Compilation completed fine with cmake .. -DBUILDSWIGNODE=off