Bugs item #754413, was opened at 2003-06-14 02:42
Message generated for change (Comment added) made by jdhildeb
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=754413&group_id=4866

Category: WebKit
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: WebKit wkcgi adapter fix for FreeBSD

Initial Comment:
Running GNU Make 3.80 (gmake) on FreeBSD 4.8 for 
Webware 0.8 in WebWare/WebKit/Adapters/wkcgi as 
directed by 
http://webware.sourceforge.net/Webware-0.8/WebKit/Docs/InstallGuide.html#posix-linux-bsd-etc
 
fails with: 
 
cc -O2 -c ./wkcgi.c -o ./wkcgi.o 
In file included from ../common/wkcommon.h:22, 
                 from wkcgi.h:6, 
                 from ./wkcgi.c:5: 
/usr/include/resolv.h:104: field `nsaddr_list' has incomplete 
type 
/usr/include/resolv.h:114: field `addr' has incomplete type 
/usr/include/resolv.h:129: field `ina' has incomplete type 
/usr/include/resolv.h:130: field `in6a' has incomplete type 
gmake: *** [wkcgi.o] Error 1 
 
It seems that netinet/in.h needs to be included before 
resolv.h. 
 
Attached is a small unified diff that allows me to compile the 
wkcgi adapter. 

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

>Comment By: Jason Hildebrand (jdhildeb)
Date: 2003-10-21 23:01

Message:
Logged In: YES 
user_id=173690

Thanks for the fix.  I've committed it to Webware CVS.

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

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


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to