From owner-freebsd-current@FreeBSD.ORG Fri Jul 2 14:23:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A39716A4CE for ; Fri, 2 Jul 2004 14:23:43 +0000 (GMT) Received: from newdns.enstimac.fr (newdns.enstimac.fr [194.167.199.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CED43D53 for ; Fri, 2 Jul 2004 14:23:41 +0000 (GMT) (envelope-from ravail@enstimac.fr) Received: from enstimac.fr (bastille [194.167.200.223]) by newdns.enstimac.fr (8.12.11/8.12.11) with ESMTP id i62EIGnr023175 for ; Fri, 2 Jul 2004 16:18:16 +0200 (MEST) Message-ID: <40E56EAE.9040904@enstimac.fr> Date: Fri, 02 Jul 2004 16:18:22 +0200 From: David RAVAIL User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-EMAC-MailScanner-Information: Please contact the ISP for more information X-EMAC-MailScanner: Found to be clean X-MailScanner-From: ravail@enstimac.fr Subject: Automounter AMD with LDAP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 14:23:43 -0000 Hello, I'm trying to install the AMD automounter with ldap support on a FreeBSD 5.2.1. I downloaded the lastest sources of am-utils and i configured it. When I want to make it, i have an error like this : $make make all-recursive Making all in libamu make all-am /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -c -o misc_rpc.lo `test -f 'misc_rpc.c' || echo './'`misc_rpc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -c misc_rpc.c -o misc_rpc.o *** Error code 1 ../include/am_utils.h:613: syntax error before '*' token ../include/am_utils.h:694: syntax error before '*' token ../include/am_utils.h:950: syntax error before '*' token Stop in /usr/src/am-utils/am-utils-6.0.9/libamu. *** Error code 1 Stop in /usr/src/am-utils/am-utils-6.0.9/libamu. *** Error code 1 Stop in /usr/src/am-utils/am-utils-6.0.9. *** Error code 1 Stop in /usr/src/am-utils/am-utils-6.0.9. ==================================================================== ===include/am_utils.h=== ligne 613: extern void compute_automounter_nfs_args(nfs_args_t *nap, mntent_t *mntp); ligne 694: extern void compute_nfs_args(nfs_args_t *nap, mntent_t *mntp, int genflags, struct sockaddr_in * ip_addr, u_long nfs_version, char *nfs_proto, am_nfs_handle_t *fhp, char *host_name, char *fs_na me); extern enum clnt_stat pmap_ping(struct sockaddr_in *address); ligne 950: extern void print_nfs_args(const nfs_args_t *nap, u_long nfs_version); =================================================================== Did somebody successed in installing am-utils on a FreeBSD 5.2.1??