Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2001 12:33:41 -0700 (MST)
From:      "Mark A. Pitman" <mark@ePitman.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Making Gabber from the ports collection
Message-ID:  <Pine.BSO.4.33.0108171227210.8421-100000@secretsquirrel.ePitman.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSO.4.33.0108171227210.8421-100000>