#14519 closed defect (worksforme)
libfuse 2.7.1-3 build error: fuse_param.h: No such file or directory
Reported by: | clarke@… | Owned by: | kballard (Lily Ballard) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
When building libfuse 2.7.1-3 on Mac OS 10.5.2 (Intel):
Making all in lib source='fuse_kern_chan.c' object='fuse_kern_chan.lo' libtool=yes \ depfile='.deps/fuse_kern_chan.Plo' tmpdepfile='.deps/fuse_kern_chan.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include - DFUSERMOUNT_DIR=\"/opt/local/bin\" -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26 - D__FreeBSD__=10 -DDARWIN_KERNEL_COMMON=1 -I/opt/local/include -D__FreeBSD__=10 -D_POSIX_C_SOURCE=200112L -c -o fuse_kern_chan.lo `test -f 'fuse_kern_chan.c' || echo './'`fuse_kern_chan.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DFUSERMOUNT_DIR=\"/opt/local/bin\" - D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26 -D__FreeBSD__=10 -DDARWIN_KERNEL_COMMON=1 - I/opt/local/include -D__FreeBSD__=10 -D_POSIX_C_SOURCE=200112L -c fuse_kern_chan.c -MT fuse_kern_chan.lo -MD -MP -MF .deps/fuse_kern_chan.TPlo -fno-common -DPIC -o .libs/fuse_kern_chan.o In file included from fuse_kern_chan.c:79: ../include/fuse_darwin.h:86:24: error: fuse_param.h: No such file or directory ../include/fuse_darwin.h:87:24: error: fuse_ioctl.h: No such file or directory ../include/fuse_darwin.h:88:26: error: fuse_version.h: No such file or directory
Change History (5)
comment:1 Changed 17 years ago by skymoo (Adam Mercer)
Owner: | changed from macports-tickets@… to eridius@… |
---|
comment:3 Changed 17 years ago by kballard (Lily Ballard)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Reinstall fusefs.
comment:4 Changed 17 years ago by clarke@…
The problem seems to be with fusefs not installing properly. It builds fine and doesn't throw an error when installing, but the header files are not moved from destroot to /opt/local/include. Copying them over manually fixed my problem.
Note: See
TracTickets for help on using
tickets.
assigning to maintainer