Date: Tue, 18 Feb 2014 15:08:27 -0500 From: Mike Jakubik <mike.jakubik@intertainservices.com> To: Dmitry Sivachenko <demon@FreeBSD.org> Cc: "ports@freebsd.org Ports" <ports@freebsd.org> Subject: Re: FreeBSD Port: converters/recode Message-ID: <5303BDBB.1020805@intertainservices.com> In-Reply-To: <E7C820D4-5709-48E6-9D44-C26930BFF9B9@FreeBSD.org> References: <5303B118.80502@intertainservices.com> <E7C820D4-5709-48E6-9D44-C26930BFF9B9@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Great, thanks! On 02/18/14 15:07, Dmitry Sivachenko wrote: > Hello, > > This should be fixed after rev. 344949 has been committed. > > > > On 18 февр. 2014 г., at 23:14, Mike Jakubik <mike.jakubik@intertainservices.com> wrote: > >> 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?5303BDBB.1020805>