On Friday, August 22, 2003, at 06:17 PM, Alan Little wrote:
Does anybody have any experience of installing webware on OS X (10.2.6)?
If you check the recent bug list on SourceForge, I've reported this one along with a fix.
If you edit wkcommon.h and make a section of it look like...
#include <errno.h>
#if defined(__APPLE__) #include <netinet/in.h> #include <nameser.h> #endif
#include <resolv.h>
...things resolve OK. Seems like resolv.h includes different things on different platforms.
........................ Phillip Mills Multi-platform software development (416) 224-0714
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
