macchina-io / macchina.io

macchina.io EDGE is a powerful C++ and JavaScript SDK for edge devices, multi-service IoT gateways and connected embedded systems.
https://macchina.io
GNU General Public License v3.0
515 stars 154 forks source link

Compilation error on Debian 9, gcc 6.3 #87

Closed gocarlos closed 4 years ago

gocarlos commented 6 years ago

Expected Behavior

Compile and run using the instructions on the README.md

Actual Behavior

Fails to compile on Debian 9

Steps to Reproduce

    $ git clone https://github.com/macchina-io/macchina.io.git
    $ cd macchina.io
    $ git checkout master
    $ make -s -j8 DEFAULT_TARGET=shared_release

macchina.io Version

master

Compiler and Version

gcc 6.3

Operating System and Version

Debian 9

Other Relevant Information

compilation2.log

cc/ @bufferoverflow

obiltschnig commented 6 years ago

Please use the develop branch, current master uses outdated V8.

gocarlos commented 4 years ago

Outdated issue