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
Steven Watanabe-4 wrote:
AMDG
hosseinyounesi wrote:
> Hi again !
> I want to compile the chat example in the package by this command "g++
> chat_server.cpp", but lot's of errors come and I can't fix it. Any one can
> help me ? Is compiling boost really hard or I can't do them ?!!!
>
http://www.nabble.com/file/p18753376/error error
>
Try
g++ -I/path/to/boost/headers chat_server.cpp
In Christ,
Steven Watanabe
_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost-build