[Noffle-users] 1.1.5 on Mac OS X
Brought to you by:
bears
From: Andre B. <and...@we...> - 2004-03-16 09:43:11
|
Hi there, I'm trying to compile 1.1.5 on Mac OS X.3 with gdbm3/gdmb3-shlibs 1.8.3-1 from Fink. ./configure --prefix=/usr/local --with-gdbm-libdir=/sw/lib --with-gdbm-include=/sw/include --with-usersfile=/usr/local/etc/news/noffle.users --with-configfile=/usr/local/etc/news/noffle.conf --enable-auth=file which produces ac_cv_c_const=${ac_cv_c_const=yes} ac_cv_func___snprintf=${ac_cv_func___snprintf=no} ac_cv_func___vsnprintf=${ac_cv_func___vsnprintf=no} ac_cv_func_fdopen=${ac_cv_func_fdopen=yes} ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} ac_cv_func_gethostent=${ac_cv_func_gethostent=yes} ac_cv_func_gethostname=${ac_cv_func_gethostname=yes} ac_cv_func_mkdir=${ac_cv_func_mkdir=yes} ac_cv_func_mktime=${ac_cv_func_mktime=yes} ac_cv_func_select=${ac_cv_func_select=yes} ac_cv_func_setsockopt=${ac_cv_func_setsockopt=yes} ac_cv_func_snprintf=${ac_cv_func_snprintf=yes} ac_cv_func_socket=${ac_cv_func_socket=yes} ac_cv_func_strerror=${ac_cv_func_strerror=yes} ac_cv_func_strftime=${ac_cv_func_strftime=yes} ac_cv_func_strstr=${ac_cv_func_strstr=yes} ac_cv_func_timegm=${ac_cv_func_timegm=yes} ac_cv_func_uname=${ac_cv_func_uname=yes} ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf=yes} ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h=yes} ac_cv_header_errno_h=${ac_cv_header_errno_h=yes} ac_cv_header_fcntl_h=${ac_cv_header_fcntl_h=yes} ac_cv_header_fnmatch_h=${ac_cv_header_fnmatch_h=yes} ac_cv_header_gdbm_h=${ac_cv_header_gdbm_h=yes} ac_cv_header_getopt_h=${ac_cv_header_getopt_h=yes} ac_cv_header_limits_h=${ac_cv_header_limits_h=yes} ac_cv_header_minix_config_h=${ac_cv_header_minix_config_h=no} ac_cv_header_netdb_h=${ac_cv_header_netdb_h=yes} ac_cv_header_pwd_h=${ac_cv_header_pwd_h=yes} ac_cv_header_regex_h=${ac_cv_header_regex_h=yes} ac_cv_header_signal_h=${ac_cv_header_signal_h=yes} ac_cv_header_stdc=${ac_cv_header_stdc=yes} ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h=yes} ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes} ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes} ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes} ac_cv_header_sys_utsname_h=${ac_cv_header_sys_utsname_h=yes} ac_cv_header_syslog_h=${ac_cv_header_syslog_h=yes} ac_cv_header_time=${ac_cv_header_time=yes} ac_cv_header_time_h=${ac_cv_header_time_h=yes} ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes} ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir=no} ac_cv_lib_gdbm_gdbm_open=${ac_cv_lib_gdbm_gdbm_open=yes} ac_cv_path_SENDMAILPROG=${ac_cv_path_SENDMAILPROG=/usr/sbin/sendmail} ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'} ac_cv_prog_CC=${ac_cv_prog_CC=gcc} ac_cv_prog_CPP=${ac_cv_prog_CPP='gcc -E'} ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross=no} ac_cv_prog_cc_g=${ac_cv_prog_cc_g=yes} ac_cv_prog_cc_works=${ac_cv_prog_cc_works=yes} ac_cv_prog_gcc=${ac_cv_prog_gcc=yes} ac_cv_prog_gcc_traditional=${ac_cv_prog_gcc_traditional=no} ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes} ac_cv_struct_tm=${ac_cv_struct_tm=time.h} ac_cv_type_signal=${ac_cv_type_signal=void} ac_cv_type_size_t=${ac_cv_type_size_t=yes} noffle_cv_docdir=${noffle_cv_docdir=/usr/local/share/doc/noffle} noffle_cv_prefix=${noffle_cv_prefix=/usr/local} noffle_cv_type_socklen_t=${noffle_cv_type_socklen_t=yes} but on make I get make all-recursive Making all in src gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I/sw/include -g -O2 -c authenticate.c In file included from authenticate.c:14: /usr/include/grp.h:73: error: parse error before "gid_t" /usr/include/grp.h:75: error: parse error before '}' token /usr/include/grp.h:82: error: parse error before "struct" /usr/include/grp.h:83: error: parse error before "size_t" /usr/include/grp.h:87: error: parse error before "int" authenticate.c: In function `Auth_checkPrivs': authenticate.c:358: error: dereferencing pointer to incomplete type authenticate.c:364: error: dereferencing pointer to incomplete type authenticate.c:371: error: dereferencing pointer to incomplete type make[2]: *** [authenticate.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 Any ideas how to fix this? Thanks, -Andre |