-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling on Ubuntu natty and oneiric #41
Comments
which branch are you trying to build? |
Master branch. Git clone today. |
I was able to reproduce the issue with Boost 1.47 on Ubuntu 10.04 with GCC 4.4.3. Latest commit should fix it. If it doesn''t let me know what version of boost you are building with. |
I was using Boost 1.47 compiled from source. root@xubuntu:/DEVELOP/websocketpp/examples/chat_client# make . Thanks! |
Hello!!
Trying to compile on natty and oneiric. gcc -4.5.2 and gcc-4.6.1
.
.
src/websocket_frame.hpp: In constructor ‘websocketpp::frame::frame()’:
src/websocket_frame.hpp:99:54: error: ‘INT32_MIN’ was not declared in this scope
src/websocket_frame.hpp:99:64: error: ‘INT32_MAX’ was not declared in this scope
.
The text was updated successfully, but these errors were encountered: