I get the following error message:
g++ -g -Wall -o mailclin mailclin.cpp MailServer.cpp -lccgnu2 -lpthread -ldl
In file included from /usr/local/include/cc++/socket.h:54,
from MailServer.h:3,
from mailclin.h:10,
from mailclin.cpp:1:
/usr/local/include/cc++/thread.h:320: syntax error before `;'
make: *** [mailclin] Error 1
Any clue?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get the following error message:
g++ -g -Wall -o mailclin mailclin.cpp MailServer.cpp -lccgnu2 -lpthread -ldl
In file included from /usr/local/include/cc++/socket.h:54,
from MailServer.h:3,
from mailclin.h:10,
from mailclin.cpp:1:
/usr/local/include/cc++/thread.h:320: syntax error before `;'
make: *** [mailclin] Error 1
Any clue?