I use Gentoo Linux and whenever I try to emerge monopd
it crashes before it finishes compiling... It seems to
me that monopd needs to extend the Listener class to
access the addListenPort(int) function now whereas it
didn't have to before? It crashes with a
addListenPort(int) protected warning. I'm compiling
monopd 0.9.0 and 0.9.2 gives me the same error. I use
libcapsinetwork 0.3.0. I changed the code to extend
the Listener class and created a command to test the
port inside the extended class and it seems to work
now... I attached an updated copy of main.cpp that
seems to work better.
Email: wjeremy@shaw.ca
Replacement main.cpp