Ross Cathriner <rnc <at> mac.com> writes:
> 
> Another big step forward, maybe.  This version passed all the way  
> thru make install.  The following error occurs when executing a  
> command:  ./owhttpd -V  or ./owserver -V
> dyld: Symbol not found: _kCFRunLoopDefaultMode
>    Referenced from: /usr/local/lib/libusb-0.1.4.dylib
>    Expected in: flat namespace
> Trace/BPT trap
> 

To fix this "symbol not found", you need to tell GCC to reference the
appropriate OS X frameworks.  I really wish this happened in a more 
automagical way with GCC...  Just add the following switches to the 
final (linking) GCC command:

-framework IOKit -framework CoreFoundation

I'm looking forward to trying out owhttpd again soon, now that I see
there is a workaround for the swig problems.

Scott
--
Scott Hughes
http://blog.globalreset.org





-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to