« Return to Thread: chat sample

Re: chat sample

by Steven Watanabe-4 :: Rate this Message:

Reply to Author | View in Thread

AMDG

hosseinyounesi wrote:
> I used locate command to find bind.hpp file. It was in /usr/include/boost.hpp
> , so I typed this command :
> g++ -I/usr/include/boost/ chat_server.cpp . I also copied the
> chat_message.hpp there. chat_server is in my Desktop. But it didn't work :(
> the same error
>  

Asio was first released in 1.35.  It sounds like you are using an older
version.

In Christ,
Steven Watanabe

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: chat sample