Hi guys,
I'm running FreeBSD 8.0
When I try to install the port ruby (/usr/ports/lang/ruby18), I get this error which make my compilation fail.
I get the same error for lots of other ports :
I tried to fix it with this solution :
http://rubyforge.org/tracker/?func=detail&atid=1971&aid=21249&group_id=494
But I didnt really understand where I need to do it.
Am I the only one having this problem ?
Is there any other solution ?
Thanks guys
I'm running FreeBSD 8.0
When I try to install the port ruby (/usr/ports/lang/ruby18), I get this error which make my compilation fail.
I get the same error for lots of other ports :
Code:
libtool: compile: cc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\"
-DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1
-DLIBXML_STATIC -I../intl -I./libcroco -I/usr/local/include -O2 -pipe -fno-strict-aliasing
-c term-styled-ostream.c -fPIC -DPIC -o .libs/term-styled-ostream.o
In file included from ./libxml/parser.h:797,
from ./libxml/globals.h:19,
from ./libxml/threads.h:36,
from ./libxml/xmlmemory.h:217,
from ./libxml/tree.h:1205,
from ./libcroco/cr-sel-eng.h:34,
from term-styled-ostream.oo.c:26:
./libxml/encoding.h:137: error: expected specifier-qualifier-list before 'iconv_t'
*** Error code 1
I tried to fix it with this solution :
http://rubyforge.org/tracker/?func=detail&atid=1971&aid=21249&group_id=494
But I didnt really understand where I need to do it.
Am I the only one having this problem ?
Is there any other solution ?
Thanks guys