From: Zoran V. <zv...@ar...> - 2005-11-02 22:14:47
|
Am 02.11.2005 um 23:04 schrieb Vlad Seryakov: > nsmain calls NsStopBinder which closes pipes and in this case > recvmsg exits with error and makes binder process exit as well. > I'm sorry to bug... Running aclocal -I m4 Running autoheader Running autoconf configure.in:81: error: possibly undefined macro: AC_HAVE_CMMSG If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. and then.... gcc -pipe -DURLDECODE_RELAXED=1 -g -Wall -Wno-implicit-int -fno- common -I../include -I"/usr/local/include" -DHAVE_CONFIG_H -c -o binder.o binder.c binder.c: In function `Ns_SockBinderListen': binder.c:783: error: structure has no member named `msg_accrights' binder.c:784: error: structure has no member named `msg_accrightslen' binder.c: In function `Binder': binder.c:1009: error: structure has no member named `msg_accrights' binder.c:1010: error: structure has no member named `msg_accrightslen' make[1]: *** [binder.o] Error 1 This seems not to compile on Darwin... Zoran |