tags 623159 + confirmed pending quit On 2011-04-17 16:03, Jonathan Nieder wrote: > Building cupt on hurd, I get (transcribed by hand): > > | [ 3%] Building CXX object > cpp/lib/CMakeFiles/cupt2.dir/src/internal/common.cpp.o > | /home/jrn/src/cupt/cpp/lib/src/internal/common.cpp: In function > 'std::string cupt::internal::getWaitStatusDescription(int)': > | /home/jrn/src/cupt/cpp/lib/src/internal/common.cpp:76:30: error: > 'WIFCONTINUED' was not declared in this scope > | /home/jrn/src/cupt/cpp/lib/src/internal/common.cpp:88:1: warning: control > reached end of non-void function > | make[3]: *** [cpp/lib/CMakeFiles/cupt2.dir/src/internal/common.cpp.o] Error > 1 > [...] > > Indeed, WIFCONTINUED is an XSI extension that libc0.3-dev 2.11.2-13 does > not provide (since WCONTINUED is not defined in > /usr/include/bits/waitflags.h). Luckily, cupt does not use the > WCONTINUED flag, so the check to WIFCONTINUED(status) would never > succeed anyway. How about something like this? > > -- 8< -- > Subject: lib: internal: common: getWaitStatusDescription: do not check > WIFCONTINUED(status)
Applied, thanks! -- Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com C++/Perl developer, Debian Developer -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

