Bugs item #789594, was opened at 2003-08-15 20:23
Message generated for change (Settings changed) made by ianbicking
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=789594&group_id=4866

Category: WebKit
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Phillip Mills (pmills)
Assigned to: Nobody/Anonymous (nobody)
Summary: wkcgi build fails on Mac OS X

Initial Comment:
On Mac OS X 10.2.6 (maybe others), the /usr/include/
resolv.h file does not include all of the files that it depends 
on, causing problems when it is included.

In ../common/wkcommon.h, I added...

#if defined(__APPLE__)
#include <netinet/in.h>
#include <nameser.h>
#endif

...immediately before...

#include <resolv.h>

As a result, the build went fine and the adapter seems to be 
working as it should.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=789594&group_id=4866


-------------------------------------------------------
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to