![]() |
Robert, I just tried to compile the CVS tree, and having the same fds_bits definition problem: /usr/bin/g++ -I.././zlib -D__ANSI_CPP__ -I. -I.. -I.././regex -I.././util -I.././util -I/usr/local/include -g -O -c Dispatcher.c++ Dispatcher.c++: In method `fxBool FdMask::anySet() const': Dispatcher.c++:67: `fds_bits' undeclared (first use this function) Dispatcher.c++:67: (Each undeclared identifier is reported only once Dispatcher.c++:67: for each function it appears in.) Dispatcher.c++: In method `int FdMask::numSet() const': Dispatcher.c++:78: confused by earlier errors, bailing out make[3]: *** [Dispatcher.o] Error 1 make[3]: Leaving directory `/usr/src/hylafax-cvs-May16/util' make[2]: *** [default] Error 2 Also, I had to comment-out the mktemp(), mkstemp() and getpass() function calls defined as extern in port.h, as it resulted in multiple definitions with other /usr/include include files... Thanks, Dave