From owner-freebsd-ports Tue Jan 9 8:50:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C63F937B698 for ; Tue, 9 Jan 2001 08:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Go5E96161; Tue, 9 Jan 2001 08:50:05 -0800 (PST) (envelope-from gnats) Received: from mail.shagged.org (rtfm.shagged.org [195.11.11.226]) by hub.freebsd.org (Postfix) with ESMTP id B6AEF37B6BF for ; Tue, 9 Jan 2001 08:44:42 -0800 (PST) Received: from root by mail.shagged.org with local (Exim 3.20 #1 (Debian)) id 14G1sv-0008ho-00; Tue, 09 Jan 2001 16:44:33 +0000 Message-Id: Date: Tue, 09 Jan 2001 16:44:33 +0000 From: chris@shagged.org Reply-To: chris@shagged.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24188: windowmaker 0.63.1 fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24188 >Category: ports >Synopsis: windowmaker 0.63.1 fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 09 08:50:03 PST 2001 >Closed-Date: >Last-Modified: >Originator: Chris Elsworth >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: Observed on two independent boxes.. root@rtfm windowmaker> uname -a FreeBSD rtfm.shagged.org 4.2-STABLE FreeBSD 4.2-STABLE #0: Mon Jan 8 02:47:03 GMT 2001 root@rtfm.shagged.org:/usr/obj/usr/src/sys/RTFM i386 chrise@ultrakill chrise> uname -a FreeBSD ultrakill.noc.demon.net 4.2-STABLE FreeBSD 4.2-STABLE #0: Sat Dec 9 22:02:15 GMT 2000 chrise@ultrakill.noc.demon.net:/usr/obj/usr/src/sys/NICKI i386 >Description: Windowmaker 0.63.1 aborts building with the error below: (output from rtfm) cc -DHAVE_CONFIG_H -I. -I. -I. -I../../wrlib -I../../src -I../../WINGs -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/freetype2 -O -pipe -c wave.c -o wave.o >/dev/null 2>&1 mv -f .libs/wave.lo wave.lo /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I../../wrlib -I../../src -I../../WINGs -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/freetype2 -O -pipe -c drawstring.c rm -f .libs/drawstring.lo cc -DHAVE_CONFIG_H -I. -I. -I. -I../../wrlib -I../../src -I../../WINGs -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/freetype2 -O -pipe -c drawstring.c -fPIC -DPIC -o .libs/drawstring.lo drawstring.c:24: syntax error before `ft_library' drawstring.c:24: warning: data definition has no type or storage class drawstring.c:36: syntax error before `FT_Face' drawstring.c:153: syntax error before `face' drawstring.c: In function `renderChar': drawstring.c:154: syntax error before `slot' drawstring.c:155: `FT_Bitmap' undeclared (first use in this function) drawstring.c:155: (Each undeclared identifier is reported only once drawstring.c:155: for each function it appears in.) drawstring.c:155: `bitmap' undeclared (first use in this function) drawstring.c:156: syntax error before `*' drawstring.c:159: `tmp_data' undeclared (first use in this function) drawstring.c:161: `face' undeclared (first use in this function) drawstring.c:161: `char_index' undeclared (first use in this function) drawstring.c:161: invalid lvalue in assignment drawstring.c:163: `FT_LOAD_DEFAULT' undeclared (first use in this function) drawstring.c:163: invalid lvalue in assignment drawstring.c:168: `ft_render_mode_normal' undeclared (first use in this function) drawstring.c:170: `slot' undeclared (first use in this function) drawstring.c:181: `y' undeclared (first use in this function) drawstring.c:182: `x' undeclared (first use in this function) drawstring.c:183: `color' undeclared (first use in this function) drawstring.c: In function `widthOfFreeTypeString': drawstring.c:202: structure has no member named `face' drawstring.c:209: structure has no member named `face' drawstring.c:209: `FT_ULong' undeclared (first use in this function) drawstring.c:209: syntax error before `text' drawstring.c:210: structure has no member named `face' drawstring.c:210: syntax error before `text' drawstring.c: In function `initDrawFreeTypeString': drawstring.c:266: structure has no member named `face' drawstring.c:267: structure has no member named `face' drawstring.c:268: structure has no member named `face' drawstring.c: In function `destroyDrawFreeTypeString': drawstring.c:291: structure has no member named `face' drawstring.c:292: structure has no member named `face' drawstring.c: In function `drawFreeTypeString': drawstring.c:375: structure has no member named `face' drawstring.c:375: `FT_ULong' undeclared (first use in this function) drawstring.c:375: syntax error before `text' drawstring.c:376: structure has no member named `face' drawstring.c:376: syntax error before `text' drawstring.c:383: structure has no member named `face' *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.63.1/plugins/libwmfun. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker/work/WindowMaker-0.63.1. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. *** Error code 1 Stop in /usr/ports/x11-wm/windowmaker. root@rtfm windowmaker> >How-To-Repeat: Attempt to build the windowmaker port - has happened every time. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message