From owner-freebsd-questions Sat Apr 20 7:55:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id BFD8B37B41C for ; Sat, 20 Apr 2002 07:55:15 -0700 (PDT) Received: from attbi.com ([12.252.0.125]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020420145515.TWCV1102.rwcrmhc54.attbi.com@attbi.com> for ; Sat, 20 Apr 2002 14:55:15 +0000 Message-ID: <3CC180D8.8080505@attbi.com> Date: Sat, 20 Apr 2002 08:53:12 -0600 From: Aaron J Siegel User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Error building ns with tcl8.3 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello I am having trouble building ns with tcl 8.3 install. I edited the Makefile for the ns port by replaceing all references to tcl 8.2 with 8.3. Here is a copy of the error; c++ -c -I. -I/usr/local/include -I/usr/local/include -I/usr/local/include/tk8.3 -I/usr/local/include/tcl8.3 -o logparse.o logparse.cc In file included from logparse.cc:39: utils.h:110: declaration of C function `const char * strcasestr(const char *, const char *)' conflicts with /usr/include/string.h:86: previous declaration `char * strcasestr(const char *, const char *)' here *** Error code 1 Has anyone found a fix. I am running 4.5 Stable, the port tree is a few weeks old (the port was last modified 16 months ago). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message