From owner-freebsd-questions@FreeBSD.ORG Fri Feb 25 21:46:14 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A4816A4CF for ; Fri, 25 Feb 2005 21:46:14 +0000 (GMT) Received: from webmail.tiscali.de (relay1.tiscali.de [62.26.116.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E1243D48 for ; Fri, 25 Feb 2005 21:46:13 +0000 (GMT) (envelope-from mib@tiscali.de) Received: from lisa.home.inet (83.129.55.215) by webmail.tiscali.de (7.0.036.1) id 41B8B6EA0035A7F8 for freebsd-questions@freebsd.org; Fri, 25 Feb 2005 22:46:12 +0100 Received: from lisa.home.inet (localhost.home.inet [127.0.0.1]) by lisa.home.inet (8.13.1/8.13.1) with ESMTP id j1PLp2hD008137 for ; Fri, 25 Feb 2005 22:51:02 +0100 (CET) (envelope-from mib@lisa.home.inet) Received: (from mib@localhost) by lisa.home.inet (8.13.1/8.13.1/Submit) id j1PLp1u8008136 for freebsd-questions@freebsd.org; Fri, 25 Feb 2005 22:51:01 +0100 (CET) (envelope-from mib) Date: Fri, 25 Feb 2005 22:51:01 +0100 From: Michael Bohn To: freebsd-questions@freebsd.org Message-ID: <20050225215101.GA8121@lisa.home.inet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: /usr/include/malloc.h:3:2: #error " has been replaced by " Error code 1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: michi.bohn@tiscali.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 21:46:14 -0000 Hi, if I try to build the tac_plus-4.4beta2 Tacacs Server from http://www.networkforums.net/ on my FreeBSD 5.3-RELEASE-p5 I get this Error message bash-2.05b# make tac_plus gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c acct.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c authen.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c author.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c config.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c choose_authen.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c default_fn.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c default_v0_fn.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c do_acct.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c do_author.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c dump.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c enable.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c encrypt.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c expire.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c hash.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c tac_plus.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c md5.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c packet.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c parse.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c programs.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c pw.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c pwlib.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c report.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c sendauth.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c sendpass.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c time_limit.c time_limit.c: In function `process': time_limit.c:154: warning: passing arg 1 of `localtime' from incompatible pointer type gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c utils.c In file included from utils.c:28: /usr/include/malloc.h:3:2: #error " has been replaced by " *** Error code 1 Stop in /home/mib/tac_plus-4.4beta2. bash-2.05b# pwd /home/mib/tac_plus-4.4beta2 bash-2.05b# Is there any way to fix this problem ??? best regards Michael