Date: Tue, 18 Feb 2014 14:14:32 -0500 From: Mike Jakubik <mike.jakubik@intertainservices.com> To: demon@FreeBSD.org Cc: "ports@freebsd.org Ports" <ports@freebsd.org> Subject: FreeBSD Port: converters/recode Message-ID: <5303B118.80502@intertainservices.com>
next in thread | raw e-mail | index | archive | help
Hello, I am having trouble compiling this. FreeBSD freebsd.local 10.0-STABLE FreeBSD 10.0-STABLE #0 r261907: Fri Feb 14 20:18:46 EST 2014 root@freebsd.local:/usr/obj/usr/src/sys/FREEBSD amd64 ./fr-charname.h:4909:6: warning: illegal character encoding in string literal [-Winvalid-source-encoding] "<FB>i-ou", /* \377\070 */ ^~~~ 1029 warnings generated. libtool: compile: cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c fr-charname.c -o fr-charname.o >/dev/null 2>&1 /bin/sh /usr/local/bin/libtool --mode=compile cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c hash.c libtool: compile: cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c hash.c -fPIC -DPIC -o .libs/hash.o libtool: compile: cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c hash.c -o hash.o >/dev/null 2>&1 /bin/sh /usr/local/bin/libtool --mode=compile cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c libiconv.c libtool: compile: cc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../lib -I/usr/local/include -I/usr/local/include -DLIBICONV_PLUG -O2 -pipe -maes -mavx -march=native -fPIC -DLIBICONV_PLUG -fno-strict-aliasing -c libiconv.c -fPIC -DPIC -o .libs/libiconv.o libiconv.c:50:3: warning: implicit declaration of function 'iconvctl' is invalid in C99 [-Wimplicit-function-declaration] iconvctl (conversion, ICONV_SET_TRANSLITERATE, &transliterate); ^ libiconv.c:50:25: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE' iconvctl (conversion, ICONV_SET_TRANSLITERATE, &transliterate); ^ libiconv.c:51:33: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE' iconvctl (conversion_to_utf8, ICONV_SET_TRANSLITERATE, &transliterate); ^ libiconv.c:102:8: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE' ICONV_SET_TRANSLITERATE, &transliterate); ^ libiconv.c:104:8: error: use of undeclared identifier 'ICONV_SET_TRANSLITERATE' ICONV_SET_TRANSLITERATE, &transliterate); ^ 1 warning and 4 errors generated. *** Error code 1 Stop. make[3]: stopped in /usr/ports/converters/recode/work/recode-3.6/src Thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5303B118.80502>