PerlAlien / Alien-Hunspell

Install hunspell
0 stars 1 forks source link

Upgrade to 1.3.4 breaks FreeBSD #4

Closed plicease closed 8 years ago

plicease commented 8 years ago
libtool: link: c++ -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -Wl,-E -fstack-protector -o chmorph chmorph.o  -L/usr/local/lib ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.3.a
c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers   -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_THREAD_SAFE  -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -MT hunspell.o -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.o hunspell.cxx
hunspell.cxx:268:19: error: no matching function for call to 'iconv'
    while ((res = iconv(conv, &source, &c1, &dest, &c2)) == size_t(-1)) {
                  ^~~~~
/usr/include/iconv.h:56:8: note: candidate function not viable: no known conversion from 'char **' to 'const char **' for 2nd argument
size_t  iconv(iconv_t, const char ** __restrict,
        ^
1 error generated.
*** Error code 1

Stop.
make[3]: stopped in /usr/home/ollisg/dev/Alien-Hunspell/.build/VI52D0w67K/_alien/hunspell-1.3.4/src/tools
*** Error code 1

Stop.
make[2]: stopped in /usr/home/ollisg/dev/Alien-Hunspell/.build/VI52D0w67K/_alien/hunspell-1.3.4/src
*** Error code 1

Stop.
make[1]: stopped in /usr/home/ollisg/dev/Alien-Hunspell/.build/VI52D0w67K/_alien/hunspell-1.3.4
*** Error code 1

Stop.
make: stopped in /usr/home/ollisg/dev/Alien-Hunspell/.build/VI52D0w67K/_alien/hunspell-1.3.4
External command (make) failed! Error: 256
 at Build line 60.
Failed
Build not completed at Build line 60.
error running /usr/home/ollisg/opt/perl/5.20.2/bin/perl Build
freebsd64% git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
plicease commented 8 years ago

This should be explained, or resolved before doing a release that uses this version.