From owner-freebsd-ports Wed Feb 19 23:54: 9 2003 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 51A3D37B401; Wed, 19 Feb 2003 23:54:07 -0800 (PST) Received: from fep2.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FF043FE1; Wed, 19 Feb 2003 23:54:06 -0800 (PST) (envelope-from muhannad07@cogeco.ca) Received: from [192.168.1.100] (d57-117-31.home.cgocable.net [24.57.117.31]) by fep2.cogeco.net (Postfix) with ESMTP id C079C7BD6; Thu, 20 Feb 2003 02:56:06 -0500 (EST) Subject: Gdkxft needs to be updated From: Muhannad Asfour To: ports@freebsd.org Content-Type: text/plain Organization: Message-Id: <1045727610.22346.3.camel@bsdbox.qubix.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 20 Feb 2003 02:53:30 -0500 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, just wondering if the Gdkxft port will be updated accordingly due to the changes in XFree86/Xft recently, because now it doesn't compile. Here are the relevant error lines: cc -DPACKAGE=\"gdkxft\" -DVERSION=\"1.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DREAL_GDK_SO=\"/usr/X11R6/lib/libgdk12.so\" -DHAVE_LIBXFT=1 -DSTDC_HEADERS=1 -I. -I. -DDATADIR=\"/usr/X11R6/share/gnome\" -DSYSCONFDIR=\"/usr/X11R6/etc\" -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -W -Wall -Wno-unused -Wno-switch -O -pipe -march=pentiumpro -c gdkxft.c -fPIC -DPIC -o gdkxft.lo In file included from gdkxft.c:29: /usr/X11R6/include/X11/Xft/Xft.h:35: freetype/freetype.h: No such file or directory In file included from /usr/include/limits.h:96, from /usr/local/include/glib12/glibconfig.h:9, from /usr/local/include/glib12/glib.h:66, from /usr/X11R6/include/gtk12/gdk/gdktypes.h:33, from /usr/X11R6/include/gtk12/gdk/gdk.h:31, from /usr/X11R6/include/gtk12/gtk/gtk.h:31, from gdkxft.c:31: /usr/include/sys/syslimits.h:62: warning: `RE_DUP_MAX' redefined /usr/include/gnuregex.h:231: warning: this is the location of the previous definition In file included from gdkxft.c:29: /usr/X11R6/include/X11/Xft/Xft.h:52: syntax error before `_XftFTlibrary' /usr/X11R6/include/X11/Xft/Xft.h:52: warning: type defaults to `int' in declaration of `_XftFTlibrary' /usr/X11R6/include/X11/Xft/Xft.h:52: warning: data definition has no type or storage class /usr/X11R6/include/X11/Xft/Xft.h:86: syntax error before `FT_UInt' /usr/X11R6/include/X11/Xft/Xft.h:93: syntax error before `FT_UInt' /usr/X11R6/include/X11/Xft/Xft.h:190: syntax error before `*' /usr/X11R6/include/X11/Xft/Xft.h:191: warning: type defaults to `int' in declaration of `XftDrawGlyphs' /usr/X11R6/include/X11/Xft/Xft.h:295: syntax error before `*' /usr/X11R6/include/X11/Xft/Xft.h:297: warning: type defaults to `int' in declaration of `XftGlyphExtents' /usr/X11R6/include/X11/Xft/Xft.h:353: syntax error before `XftLockFace' /usr/X11R6/include/X11/Xft/Xft.h:353: warning: type defaults to `int' in declaration of `XftLockFace' /usr/X11R6/include/X11/Xft/Xft.h:353: warning: data definition has no type or storage class /usr/X11R6/include/X11/Xft/Xft.h:392: syntax error before `*' /usr/X11R6/include/X11/Xft/Xft.h:393: warning: type defaults to `int' in declaration of `XftFontLoadGlyphs' /usr/X11R6/include/X11/Xft/Xft.h:398: syntax error before `*' /usr/X11R6/include/X11/Xft/Xft.h:399: warning: type defaults to `int' in declaration of `XftFontUnloadGlyphs' /usr/X11R6/include/X11/Xft/Xft.h:407: syntax error before `FT_UInt' /usr/X11R6/include/X11/Xft/Xft.h:417: syntax error before `XftCharIndex' /usr/X11R6/include/X11/Xft/Xft.h:419: warning: type defaults to `int' in declaration of `XftCharIndex' /usr/X11R6/include/X11/Xft/Xft.h:419: warning: data definition has no type or storage class /usr/X11R6/include/X11/Xft/Xft.h:460: syntax error before `*' /usr/X11R6/include/X11/Xft/Xft.h:461: warning: type defaults to `int' in declaration of `XftGlyphRender' gdkxft.c: In function `code_conversion': gdkxft.c:123: warning: passing arg 2 of `iconv' from incompatible pointer type *** Error code 1 Stop in /usr/ports/x11/gdkxft/work/gdkxft-1.5/src. *** Error code 1 Stop in /usr/ports/x11/gdkxft/work/gdkxft-1.5. *** Error code 1 Stop in /usr/ports/x11/gdkxft. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message