Thanks a lot for this hint...

Sorry for not doing anything about it until now, but I have been
abroad for a week and came home yesterday evening.

I have updated the configure-script to include those parameters
automatically if host_os is something like *darwin*.

I guess Ross should be able to start owserver and owhttpd on
MacOS X now at least...  It seems to be possible to add support
owperl and the other swig extensions later, but could we confirm
that the first binaries are compiling and are usable first...


Check out the latest cvs, and:
./bootstrap
./configure --disable-swig
make


/Christian


On Wed, 2005-10-05 at 21:33 +0000, Scott Hughes wrote:
> 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



-------------------------------------------------------
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