From owner-freebsd-questions Fri Aug 17 12:27: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from secretsquirrel.ePitman.com (cx424851-a.chnd1.az.home.com [24.21.64.57]) by hub.freebsd.org (Postfix) with ESMTP id AEE6637B401 for ; Fri, 17 Aug 2001 12:27:00 -0700 (PDT) (envelope-from mark@secretsquirrel.ePitman.com) Received: from localhost (mark@localhost) by secretsquirrel.ePitman.com (8.11.3/8.11.3) with ESMTP id f7HJXh016339 for ; Fri, 17 Aug 2001 12:33:43 -0700 (MST) Date: Fri, 17 Aug 2001 12:33:41 -0700 (MST) From: "Mark A. Pitman" To: Subject: Making Gabber from the ports collection Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I have been trying to compile Gabber from the ports collection (/usr/ports/net/gabber) on FreeBSD 4.3-RELEASE. The ports collection I have installed is from the CD. I tried using the current ports, but I had even more troubles with that. I got to a point where it was looking for gnomemm.3 and could not find it. I solved that by creating a symlink from libgnomemm.so.4 to libgnomemm.so.3. Now I am getting the following errors: e-font.c:18: iconv.h: No such file or directory In file included from e-font.c:20: e-font.h:17: iconv.h: No such file or directory In file included from e-font.c:20: e-font.h:66: syntax error before `e_iconv_from_gdk_font' e-font.h:66: warning: type defaults to `int' in declaration of `e_iconv_from_gdk_font' e-font.h:66: warning: data definition has no type or storage class e-font.h:67: syntax error before `e_iconv_to_gdk_font' e-font.h:67: warning: type defaults to `int' in declaration of `e_iconv_to_gdk_font' e-font.h:67: warning: data definition has no type or storage class e-font.c:48: syntax error before `iconv_t' e-font.c: In function `e_font_from_gdk_font': e-font.c:372: structure has no member named `to' e-font.c:373: structure has no member named `from' e-font.c: In function `e_font_from_gdk_fontset': e-font.c:527: structure has no member named `to' e-font.c:528: structure has no member named `from' e-font.c: In function `e_font_to_native': e-font.c:648: structure has no member named `to' e-font.c:648: `iconv_t' undeclared (first use in this function) e-font.c:648: (Each undeclared identifier is reported only once e-font.c:648: for each function it appears in.) e-font.c:657: warning: implicit declaration of function `iconv' e-font.c:657: structure has no member named `to' e-font.c: At top level: e-font.c:947: syntax error before `e_iconv_from_gdk_font' e-font.c:948: warning: return-type defaults to `int' e-font.c: In function `e_iconv_from_gdk_font': e-font.c:951: syntax error before `ic' e-font.c:953: `iconv_t' undeclared (first use in this function) e-font.c:961: `ic' undeclared (first use in this function) e-font.c:964: warning: implicit declaration of function `iconv_open' e-font.c:970: warning: control reaches end of non-void function e-font.c: At top level: e-font.c:973: syntax error before `e_iconv_to_gdk_font' e-font.c:974: warning: return-type defaults to `int' e-font.c: In function `e_iconv_to_gdk_font': e-font.c:977: syntax error before `ic' e-font.c:979: `iconv_t' undeclared (first use in this function) e-font.c:987: `ic' undeclared (first use in this function) e-font.c:996: warning: control reaches end of non-void function gmake[2]: *** [e-font.o] Error 1 gmake[2]: Leaving directory `/usr/ports/net/gabber/work/gabber-0.8.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/gabber/work/gabber-0.8.1' gmake: *** [all-recursive-am] Error 2 Can anyone either tell me how to fix this, or point me to a fairly up-to-date but stable version of the ports collection? m To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message