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++.

_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to     : linuxdcpp-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to