-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hi,
I meet below error messages during autogen.sh in my Mac.
build $ ../autogen.sh
glibtoolize: putting auxiliary files in '.'.
glibtoolize: linking file './ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
glibtoolize: linking file 'm4/libtool.m4'
glibtoolize: linking file 'm4/ltoptions.m4'
.........
checking if /opt/local/bin/x86_64-apple-darwin15-gcc-4.7.4 supports -c -o file.o... (cached) yes
checking whether the /opt/local/bin/x86_64-apple-darwin15-gcc-4.7.4 linker (/opt/local/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin15.5.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
../../CAs/configure: line 11936: syntax error near unexpected token FUSE,' ../../CAs/configure: line 11936:
PKG_CHECK_MODULES(FUSE, fuse, , as_fn_error $? "'Unable to find libfuse. Please make sure library and header files are installed.'" "$LINENO" 5)'
configure: error: ../../CAs/configure failed for CAs
I'm working on OSX 10.11.5 and oxsfuse, libtool, autoconf,automake,pkg-config installed.
Seems fuse has something wrong with PKG_CHECK_MODULES.
I checked fuse with pkg-config. it looks fine but not sure why PKG_CHECK_MOUDLE failed.
$ pkg-config --libs --cflags fuse
-D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE -I/usr/local/include/osxfuse/fuse -L/usr/local/lib -losxfuse -pthread -liconv
Anyone can help it?
Thanks in advance.