Trying to build kde and hunspell fails to compile.
Any idea?
Thank you, Stéphane.
-----
$ /sw/bin/fink -V
Package manager version: 0.29.12
Distribution version: selfupdate-rsync Wed Jun 9 20:01:44 2010, 10.5, i386
$ sudo time /sw/bin/fink -y install bundle-kde4-mac
zip -dc /sw/src/hunspell-1.2.11.tar.gz | /sw/bin/tar -xf - --no-same-owner
--no-same-permissions
./configure --prefix=/sw --mandir=/sw/share/man
--disable-dependency-tracking --with-experimental --with-ui --with-readline
checking build system type... i686-apple-darwin9.8.0
checking host system type... i686-apple-darwin9.8.0
checking target system type... i686-apple-darwin9.8.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... none
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU
ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload
object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) none
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker
(/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries...
yes
checking dynamic linker characteristics... darwin9.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU
ld... no
checking whether the g++ linker
(/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries...
yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker
(/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries...
yes
checking dynamic linker characteristics... darwin9.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking error.h usability... no
checking error.h presence... no
checking for error.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for error_at_line... no
checking for ANSI C header files... (cached) yes
checking for memchr... yes
checking for setlocale... yes
checking for strchr... yes
checking for strstr... yes
checking whether NLS is requested... yes
checking for msgfmt... /sw/bin/msgfmt
checking for gmsgfmt... /sw/bin/msgfmt
checking for xgettext... /sw/bin/xgettext
checking for msgmerge... /sw/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... no
checking for ranlib... (cached) ranlib
checking for simple visibility declarations... yes
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... guessing yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU
ld... no
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for pthread_rwlock_t... yes
checking for multithread API to use... posix
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for argz_count... no
checking for argz_stringify... no
checking for argz_next... no
checking for __fsetlocking... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd,
char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for NL_LOCALE_NAME macro... no
checking for bison... bison
checking version of bison... 2.3, ok
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for ptrdiff_t... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... (cached) yes
checking for snprintf... yes
checking for wcslen... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) yes
checking for CFLocaleCopyCurrent... (cached) yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl -Wl,-framework
-Wl,CoreFoundation
checking for tparm in -lncursesw... no
checking for tparm in -lcurses... yes
Compiling with curses user interface.
No Unicode support on interactive console. (Install Ncursesw library.)
checking for tparm in -lcurses... (cached) yes
checking for readline in -lreadline... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
Using the readline library.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating hunspell.pc
config.status: creating man/Makefile
config.status: creating man/hu/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating src/hunspell/Makefile
config.status: creating src/hunspell/hunvisapi.h
config.status: creating src/parsers/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/win_api/Makefile
config.status: creating tests/Makefile
config.status: creating tests/suggestiontest/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make
make all-recursive
Making all in intl
make[2]: Nothing to be done for `all'.
Making all in po
Making all in src
Making all in hunspell
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
affentry.lo affentry.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c affentry.cxx -fno-common
-DPIC -o .libs/affentry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c affentry.cxx -o affentry.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
affixmgr.lo affixmgr.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c affixmgr.cxx -fno-common
-DPIC -o .libs/affixmgr.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c affixmgr.cxx -o affixmgr.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
csutil.lo csutil.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c csutil.cxx -fno-common
-DPIC -o .libs/csutil.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c csutil.cxx -o csutil.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
dictmgr.lo dictmgr.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c dictmgr.cxx -fno-common
-DPIC -o .libs/dictmgr.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c dictmgr.cxx -o dictmgr.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
hashmgr.lo hashmgr.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c hashmgr.cxx -fno-common
-DPIC -o .libs/hashmgr.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c hashmgr.cxx -o hashmgr.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
hunspell.lo hunspell.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c hunspell.cxx -fno-common
-DPIC -o .libs/hunspell.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c hunspell.cxx -o hunspell.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
suggestmgr.lo suggestmgr.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c suggestmgr.cxx
-fno-common -DPIC -o .libs/suggestmgr.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c suggestmgr.cxx -o
suggestmgr.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
phonet.lo phonet.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c phonet.cxx -fno-common
-DPIC -o .libs/phonet.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c phonet.cxx -o phonet.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
filemgr.lo filemgr.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c filemgr.cxx -fno-common
-DPIC -o .libs/filemgr.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c filemgr.cxx -o filemgr.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
hunzip.lo hunzip.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c hunzip.cxx -fno-common
-DPIC -o .libs/hunzip.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c hunzip.cxx -o hunzip.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I/sw/include -fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c -o
replist.lo replist.cxx
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c replist.cxx -fno-common
-DPIC -o .libs/replist.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include
-fvisibility=hidden -DBUILDING_LIBHUNSPELL -Os -c replist.cxx -o replist.o
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -fvisibility=hidden
-DBUILDING_LIBHUNSPELL -Os -no-undefined -liconv -L/sw/lib -o
libhunspell-1.2.la -rpath /sw/lib affentry.lo affixmgr.lo csutil.lo
dictmgr.lo hashmgr.lo hunspell.lo suggestmgr.lo phonet.lo filemgr.lo
hunzip.lo replist.lo
libtool: link: g++ -dynamiclib -o .libs/libhunspell-1.2.0.dylib
.libs/affentry.o .libs/affixmgr.o .libs/csutil.o .libs/dictmgr.o
.libs/hashmgr.o .libs/hunspell.o .libs/suggestmgr.o .libs/phonet.o
.libs/filemgr.o .libs/hunzip.o .libs/replist.o /sw/lib/libiconv.dylib
-L/sw/lib -install_name /sw/lib/libhunspell-1.2.0.dylib
-compatibility_version 1 -current_version 1.0 -Wl,-single_module
libtool: link: dsymutil .libs/libhunspell-1.2.0.dylib || :
warning: no debug symbols in executable (-arch i386)
libtool: link: (cd ".libs" && rm -f "libhunspell-1.2.dylib" && ln -s
"libhunspell-1.2.0.dylib" "libhunspell-1.2.dylib")
libtool: link: ar cru .libs/libhunspell-1.2.a affentry.o affixmgr.o
csutil.o dictmgr.o hashmgr.o hunspell.o suggestmgr.o phonet.o filemgr.o
hunzip.o replist.o
libtool: link: ranlib .libs/libhunspell-1.2.a
libtool: link: ( cd ".libs" && rm -f "libhunspell-1.2.la" && ln -s "../
libhunspell-1.2.la" "libhunspell-1.2.la" )
Making all in parsers
g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include -Os -c -o firstparser.o
firstparser.cxx
g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include -Os -c -o htmlparser.o
htmlparser.cxx
g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include -Os -c -o latexparser.o
latexparser.cxx
g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include -Os -c -o manparser.o
manparser.cxx
g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include -Os -c -o textparser.o
textparser.cxx
rm -f libparsers.a
ar cru libparsers.a firstparser.o htmlparser.o latexparser.o manparser.o
textparser.o
ranlib libparsers.a
g++ -DHAVE_CONFIG_H -I. -I../.. -I/sw/include -Os -c -o testparser.o
testparser.cxx
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Os -liconv -L/sw/lib -o
testparser firstparser.o htmlparser.o latexparser.o manparser.o testparser.o
textparser.o ../hunspell/libhunspell-1.2.la
libtool: link: g++ -Os -o .libs/testparser firstparser.o htmlparser.o
latexparser.o manparser.o testparser.o textparser.o -L/sw/lib
../hunspell/.libs/libhunspell-1.2.dylib /sw/lib/libiconv.dylib
Making all in tools
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers
-I/sw/include -Os -c -o analyze.o analyze.cxx
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Os -liconv -L/sw/lib -o
analyze analyze.o ../hunspell/libhunspell-1.2.la
libtool: link: g++ -Os -o .libs/analyze analyze.o -L/sw/lib
../hunspell/.libs/libhunspell-1.2.dylib /sw/lib/libiconv.dylib
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers
-I/sw/include -Os -c -o chmorph.o chmorph.cxx
/bin/sh ../../libtool --tag=CXX --mode=link g++ -Os -liconv -L/sw/lib -o
chmorph chmorph.o ../parsers/libparsers.a ../hunspell/libhunspell-1.2.la
libtool: link: g++ -Os -o .libs/chmorph chmorph.o -L/sw/lib
../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.2.dylib
/sw/lib/libiconv.dylib
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers
-I/sw/include -Os -c -o hunspell.o hunspell.cxx
hunspell.cxx: In function 'int set_rltext()':
hunspell.cxx:797: error: 'rl_hook_func_t' was not declared in this scope
hunspell.cxx:797: error: expected primary-expression before ')' token
hunspell.cxx:797: error: expected `;' before '__null'
hunspell.cxx: In function 'int rl_escape(int, int)':
hunspell.cxx:807: error: 'rl_delete_text' was not declared in this scope
hunspell.cxx:808: error: 'rl_done' was not declared in this scope
hunspell.cxx: In function 'int dialog(TextParser*, Hunspell*, char*, char*,
char**, int, int)':
hunspell.cxx:1039: error: invalid conversion from 'int (*)()' to 'int
(*)(const char*, int)'
hunspell.cxx:1132: error: invalid conversion from 'int (*)()' to 'int
(*)(const char*, int)'
hunspell.cxx:1159: error: invalid conversion from 'int (*)()' to 'int
(*)(const char*, int)'
hunspell.cxx: In function 'int main(int, char**)':
hunspell.cxx:1443: error: 'rl_set_key' was not declared in this scope
make[3]: *** [hunspell.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-hunspell-1.2.11-1003
(Reading database ... 37712 files and directories currently installed.)
Removing fink-buildlock-hunspell-1.2.11-1003 ...
Updating the list of locally available binary packages.
Scanning dists/unstable/main/binary-darwin-i386
New package:
dists/unstable/main/binary-darwin-i386/devel/bison_2.3-1002_darwin-i386.deb
Downloading the indexes of available packages in the binary distribution.
/sw/bin/apt-get-lockwait -q update
Hit http://bindist.finkmirrors.net 10.5/release/main Packages
Hit http://bindist.finkmirrors.net 10.5/release/main Release
Hit http://bindist.finkmirrors.net 10.5/release/crypto Packages
Hit http://bindist.finkmirrors.net 10.5/release/crypto Release
Hit http://bindist.finkmirrors.net 10.5/current/main Packages
Hit http://bindist.finkmirrors.net 10.5/current/main Release
Hit http://bindist.finkmirrors.net 10.5/current/crypto Packages
Hit http://bindist.finkmirrors.net 10.5/current/crypto Release
Reading Package Lists...
Building Dependency Tree...
Failed: phase compiling: hunspell-1.2.11-1003 failed
Before reporting any errors, please run "fink selfupdate" and
try again. If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem. If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:
Jack Fink <[email protected]>
Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners