msgpack-c icon indicating copy to clipboard operation
msgpack-c copied to clipboard

Release package missing file src/gcc_atomic.h

Open reeze opened this issue 11 years ago • 3 comments

I can't build msgpack with gcc 3.x because of the missing file.

https://github.com/msgpack/msgpack-c/releases/download/cpp-0.5.8/msgpack-0.5.8.tar.gz

reeze avatar Jan 22 '14 12:01 reeze

On msgpack-c 1.1.x, gcc_atomic.h is located on include/msgpack/gcc_atomic.h

redboltz avatar Aug 06 '15 05:08 redboltz

I sent the PR for cpp-0.5 branch.

redboltz avatar Aug 08 '15 00:08 redboltz

The PR is #337. And it has already been merged to https://github.com/msgpack/msgpack-c/tree/cpp-0.5. But not released yet. We should release 0.5.10. @nobu-k

redboltz avatar Mar 15 '17 22:03 redboltz