Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

msgpack 1.0.2 does not install on Debian 6 #64

@MegaManSE

Description

@MegaManSE

Debian 6 only supports g++ up to version 4.4 which I don't think has c++11 support in it. The previous version of msgpack we were using installed and worked great. We only ran into this when we went to upgrade Node.js to v4.0.

make: Entering directory `/root/node_modules/msgpack/build'
CC(target) Release/obj.target/libmsgpack/deps/msgpack/objectc.o
CC(target) Release/obj.target/libmsgpack/deps/msgpack/unpack.o
CC(target) Release/obj.target/libmsgpack/deps/msgpack/vrefbuffer.o
CC(target) Release/obj.target/libmsgpack/deps/msgpack/zone.o
CC(target) Release/obj.target/libmsgpack/deps/msgpack/version.o
AR(target) Release/obj.target/deps/msgpack/msgpack.a
COPY Release/msgpack.a
CXX(target) Release/obj.target/msgpackBinding/src/msgpack.o
cc1plus: error: unrecognized command line option "-std=c++11"
make: *** [Release/obj.target/msgpackBinding/src/msgpack.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions