sorry i forgot to tell you guys what it came back with... checking for FUSE... checking FUSE_CFLAGS... -D_FILE_OFFSET_BITS=64 checking FUSE_LIBS... -lfuse checking whether FUSE_CFLAGS and FUSE_LIBS work... yes checking whether to use external libupnp... yes checking for LIBUPNP... checking LIBUPNP_CFLAGS... checking LIBUPNP_LIBS... -lupnp -lthreadutil -lixml checking whether LIBUPNP_CFLAGS and LIBUPNP_LIBS work... no configure: error: ** Can't find external libupnp library (or it is too old). ** Try to configure again --without-external-libupnp (this is the default) to ** use the internal bundled library. ** Or try to configure again - using --with-libupnp-prefix=DIR if the package is installed in non-standard location DIR/include and DIR/lib, - or set the LIBUPNP_CFLAGS and/or LIBUPNP_LIBS environment variables before calling 'configure', - or add the directory containing 'libupnp.pc' to the PKG_CONFIG_PATH environment variable for pkg-config.
On Mar 19, 9:29 pm, John <[email protected]> wrote: > I can't even get a clean configure on this thing... > > I used macports to download and install libupnp and pkgconfig, and > 'export' the following: > > export CFLAGS=-D__FreeBSD__=10 > export LIBUPNP_CFLAGS=`pkg-config --cflags libupnp` > export LIBUPNP_LIBS=`/opt/local/lib' > > I then did a configure command like this > > ./configure --prefix=/usr/local --with-fuse-prefix=/opt/local --with- > external-libupnp --with-upnp-prefix=/opt/local > > and many variations therof with no luck. If anyone could help me out > here, it would be much appreciated :). > > cheers, > John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
