From owner-freebsd-questions@FreeBSD.ORG Wed Aug 20 21:47:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBB751065673 for ; Wed, 20 Aug 2008 21:47:51 +0000 (UTC) (envelope-from shinjii@maydias.com) Received: from mail9.tpgi.com.au (mail9.tpgi.com.au [203.12.160.104]) by mx1.freebsd.org (Postfix) with ESMTP id 697248FC1C for ; Wed, 20 Aug 2008 21:47:51 +0000 (UTC) (envelope-from shinjii@maydias.com) X-TPG-Antivirus: Passed Received: from localhost.invalid (123-243-239-97.static.tpgi.com.au [123.243.239.97]) by mail9.tpgi.com.au (envelope-from shinjii@maydias.com) (8.14.3/8.14.3) with ESMTP id m7KLll3Q019116 for ; Thu, 21 Aug 2008 07:47:49 +1000 From: Warren Liddell Organization: Blackthorn PTY LTD To: freebsd-questions@freebsd.org Date: Thu, 21 Aug 2008 07:47:56 +1000 User-Agent: KMail/1.10.0 (FreeBSD/7.0-STABLE; KDE/4.1.0; amd64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808210747.56809.shinjii@maydias.com> Subject: Xchat fails to compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2008 21:47:51 -0000 Below is the error i get when trying to compile xchat on AMD64 7.0- STABLE KDE4 machine. ----------------------------------- pixmaps.c: In function 'pixmaps_init': pixmaps.c:103: error: 'bookpng' undeclared (first use in this function) pixmaps.c:103: error: (Each undeclared identifier is reported only once pixmaps.c:103: error: for each function it appears in.) pixmaps.c:106: error: 'xchatpng' undeclared (first use in this function) pixmaps.c:109: error: 'hoppng' undeclared (first use in this function) pixmaps.c:110: error: 'purplepng' undeclared (first use in this function) pixmaps.c:111: error: 'redpng' undeclared (first use in this function) pixmaps.c:112: error: 'oppng' undeclared (first use in this function) pixmaps.c:113: error: 'voicepng' undeclared (first use in this function) pixmaps.c:116: error: 'traymsgpng' undeclared (first use in this function) pixmaps.c:117: error: 'trayhilightpng' undeclared (first use in this function) pixmaps.c:118: error: 'trayfilepng' undeclared (first use in this function) gmake[3]: *** [pixmaps.o] Error 1 gmake[3]: Leaving directory `/usr/ports/irc/xchat/work/xchat-2.8.6/src/fe-gtk' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/irc/xchat/work/xchat-2.8.6/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/irc/xchat/work/xchat-2.8.6' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/irc/xchat.