From owner-freebsd-ports@FreeBSD.ORG Fri Sep 5 12:44:26 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F65116A4BF for ; Fri, 5 Sep 2003 12:44:26 -0700 (PDT) Received: from materialised.hopto.org (pc2-stoc3-6-cust153.midd.cable.ntl.com [80.6.223.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2761344005 for ; Fri, 5 Sep 2003 12:44:23 -0700 (PDT) (envelope-from mick@materialised.hopto.org) Received: from [198.168.1.1] (materialised.hopto.org [198.168.1.1]) by materialised.hopto.org (8.12.9/8.12.9) with ESMTP id h85JfHvV040615 for ; Fri, 5 Sep 2003 20:41:30 +0100 (BST) (envelope-from mick@materialised.hopto.org) From: Mick Walker To: freebsd-ports@freebsd.org Content-Type: text/plain Message-Id: <1062790876.39101.1.camel@materialised.hopto.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 05 Sep 2003 20:41:17 +0100 Content-Transfer-Encoding: 7bit Subject: [Repost] dcgui 0.2.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 19:44:26 -0000 Hi, My appologies if I am sending this to the wrong place, it is my first time posting in this mailing list. I am trying to build dcgui 0.2.18 on a FreeBSD 5.1 system. I have updated my ports tree and have installed dclib perfectly. However when building dcgui I get the following error message: In file included from /usr/local/include/dclib/core/cconnection.h:26, from /usr/local/include/dclib/cdcproto.h:26, from /usr/local/include/dclib/ctransfer.h:29, from /usr/local/include/dclib/cdownloadmanager.h:28, from ../dctransferview.h:28, from dcwidget.cpp:26: ../../config.h:183: declaration of C function `long unsigned int strlcat(char*, const char*, long unsigned int)' conflicts with /usr/include/string.h:87: previous declaration `size_t strlcat(char*, const char*, unsigned int)' here ../../config.h:192: declaration of C function `long unsigned int strlcpy(char*, const char*, long unsigned int)' conflicts with /usr/include/string.h:88: previous declaration `size_t strlcpy(char*, const char*, unsigned int)' here gmake[3]: *** [dcwidget.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/net/dcgui/work/dcgui-qt-0.2.18/dcgui/ui' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/net/dcgui/work/dcgui-qt-0.2.18/dcgui' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/dcgui/work/dcgui-qt-0.2.18' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/net/dcgui. Is this a compiler error and if so should I update my compiler? I am currently using :- gcc --ver Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.2 [FreeBSD] 20030205 (release) Thanks in advance