In file included from dll.c:215:
dll-preload.c:1: error: conflicting types for 'sane_dll_init'
../include/sane/sanei_backend.h:110: error: previous declaration of 'sane_dll_init' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_exit'
../include/sane/sanei_backend.h:125: error: previous declaration of 'sane_dll_exit' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_get_devices'
../include/sane/sanei_backend.h:111: error: previous declaration of 'sane_dll_get_devices' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_open'
../include/sane/sanei_backend.h:112: error: previous declaration of 'sane_dll_open' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_close'
../include/sane/sanei_backend.h:124: error: previous declaration of 'sane_dll_close' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_get_option_descriptor'
../include/sane/sanei_backend.h:114: error: previous declaration of 'sane_dll_get_option_descriptor' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_control_option'
../include/sane/sanei_backend.h:116: error: previous declaration of 'sane_dll_control_option' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_get_parameters'
../include/sane/sanei_backend.h:117: error: previous declaration of 'sane_dll_get_parameters' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_start'
../include/sane/sanei_backend.h:118: error: previous declaration of 'sane_dll_start' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_read'
../include/sane/sanei_backend.h:120: error: previous declaration of 'sane_dll_read' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_cancel'
../include/sane/sanei_backend.h:123: error: previous declaration of 'sane_dll_cancel' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_set_io_mode'
../include/sane/sanei_backend.h:121: error: previous declaration of 'sane_dll_set_io_mode' was here
dll-preload.c:1: error: conflicting types for 'sane_dll_get_select_fd'
../include/sane/sanei_backend.h:122: error: previous declaration of 'sane_dll_get_select_fd' was here
if test "${enable_shared}" = "no"; then
enable_preload=yes
fi
if test "${enable_dynamic}" != yes || test "${enable_preload}" = "yes"; then
echo "preloading backends into DLL"
DLL_PRELOAD="\$(PRELOADABLE_BACKENDS)"
else
DLL_PRELOAD=""
fi
checking for dlopen... (cached) no
rm $FREETZ/make/config.cache
ac_cv_func_dlopen=${ac_cv_func_dlopen=no}
ac_cv_func_dlopen=${ac_cv_func_dlopen=yes}
ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=yes}