Patches item #827048, was opened at 2003-10-20 11:51
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=827048&group_id=4866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: wkcgi MacOS X Build Fix

Initial Comment:
This fixes compiling on MacOS X 10.2.

Sorry attatching didn't work.

see http://blogs.23.nu/c0re/stories/1227/

--- WebKit/Adapters/common/wkcommon.h.orig      Mon Oct 20 
00:03:43 2003
+++ WebKit/Adapters/common/wkcommon.h   Mon Oct 20 
00:08:11 2003
@@ -17,6 +17,10 @@
 #include <sys/socket.h>
 #include <netdb.h>
 #include <errno.h>
+#ifdef __MACH__ && __APPLE__
+#include <netinet/in.h>
+#include <nameser.h>
+#endif
 #include <resolv.h>
 #endif
 


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

Comment By: Nobody/Anonymous (nobody)
Date: 2003-10-23 01:33

Message:
Logged In: NO 

I notice that the patch in CVS only checks for __APPLE__. Since 
__APPLE__ might also be defined in MacOS X Apple suggests tu 
use  #ifdef __MACH__ && __APPLE__ to detect MacOS X. I suggest 
to change the #ifdef in the current CVS to match Apples 
recommendation.

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

Comment By: Nobody/Anonymous (nobody)
Date: 2003-10-23 01:16

Message:
Logged In: NO 

I think the Fix in CVS is sufficient. I was not aware of it.

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

Comment By: Jason Hildebrand (jdhildeb)
Date: 2003-10-21 21:30

Message:
Logged In: YES 
user_id=173690

I just checked, and this fix has been in CVS for a few
months.  Is this sufficient, or were you hoping to have the
0.8.x branch fixed as well?

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

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


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to