Quick update.

I thought I would retry the ./configure again and it FOUND libusb now and it is 
enabled. I am confused though because pkg-config still doesn’t find libusb but 
it succeeds? 

$ pkg-config libusb --cflags
Package libusb was not found in the pkg-config search path.
Perhaps you should add the directory containing `libusb.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libusb’ found

BUT… it does show up this way?

$ pkg-config libusb-1.0 --cflags
-I/usr/local/Cellar/libusb/1.0.20/include/libusb-1.0

$ pkg-config --list-all      
libecpg_compat libecpg_compat - PostgreSQL libecpg_compat library
openbabel-2.0  Open Babel library - libopenbabel
sqlite3        SQLite - SQL database engine
zlib           zlib - zlib compression library
openssl        OpenSSL - Secure Sockets Layer and cryptography libraries and 
tools
libexslt       libexslt - EXSLT Extension library
libusb-1.0     libusb-1.0 - C API for USB device access from Linux, Mac OS X, 
Windows and OpenBSD/NetBSD userspace
apr-1          APR - The Apache Portable Runtime library
libcrypto      OpenSSL-libcrypto - OpenSSL cryptography library
apr-util-1     APR Utils - Companion library for APR
libxml-2.0     libXML - libXML library version2.
libpcre        libpcre - PCRE - Perl compatible regular expressions C library
libpq          libpq - PostgreSQL libpq library
libpgtypes     libpgtypes - PostgreSQL libpgtypes library
libecpg        libecpg - PostgreSQL libecpg library
libedit        libedit - command line editor library provides generic line 
editing, history, and tokenization functions.
libcurl        libcurl - Library to transfer files with ftp, http, etc.
libpcreposix   libpcreposix - PCREPosix - Posix compatible interface to libpcre
libxslt        libxslt - XSLT library version 2.
libiodbc       iODBC - iODBC Driver Manager
libssl         OpenSSL - Secure Sockets Layer and cryptography libraries

./configure for owfs works now...

checking for LIBUSB... yes

Compile-time options:
                      USB is enabled
                    AVAHI is DISABLED
                      I2C is enabled
                       W1 is DISABLED
    Parallel port DS1410E is DISABLED
         Zeroconf/Bonjour is enabled
             Debug-output is enabled
               Mutexdebug is enabled
                Profiling is DISABLED
Tracing memory allocation is DISABLED

Module configuration:
                    owlib is enabled
                  owshell is enabled
                     owfs is DISABLED
                  owhttpd is enabled
                   owftpd is enabled
                 owserver is enabled
               owexternal is enabled
                    ownet is enabled
                 ownetlib is enabled
                    owtap is enabled
                    owmon is enabled
                   owcapi is enabled
                     swig is DISABLED
                   owperl is DISABLED
                    owphp is DISABLED
                 owpython is DISABLED
                    owtcl is DISABLED

When I have access to my 1-wire hardware I’ll give it a try.

Thanks Folks!

Dean

> On Feb 4, 2016, at 2:02 PM, Johan Ström <[email protected]> wrote:
> 
> Hi,
> 
> at least the current master (or well, ftdi branch but nothing touched there 
> since 9a8aa0 == 3.1p1) detects libusb properly on my OS X (10.10.5):
> 
> checking for LIBUSB... yes
> ...
> Compile-time options:
>                       USB is enabled
> 
> I have no custom configure flags, and libusb from brew.
> 
> What does pkg-config tell you? This is the output on my box:
> 
> $ pkg-config libusb --cflags
> -I/usr/local/Cellar/libusb-compat/0.1.5/include 
> -I/usr/local/Cellar/libusb/1.0.20/include/libusb-1.0 
> $
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to