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


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to