Bugs item #789594, was opened at 2003-08-15 21:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=789594&group_id=4866
Category: WebKit
Group: None
Status: Open
Resolution: None
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
|