linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04981
Re: [Question #182015]: 'Error while loading server on port 2780: epoll: Function not implemented'
Question #182015 on ADCH++ changed:
https://answers.launchpad.net/adchpp/+question/182015
Status: Open => Answered
poy proposed the following answer:
when you compile ADCH++, what does it say when checking for epoll? here:
"Checking for C header file sys/epoll.h... (cached) yes"
if you get a "no" there, try to open SConstruct and add the following after line 190:
else:
conf.env.Append(CPPDEFINES=['BOOST_ASIO_DISABLE_EPOLL'])
that seems to be a def used by asio to bypass its epoll checks.
--
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.