Bugs item #754413, was opened at 2003-06-14 00:42
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=754413&group_id=4866

Category: WebKit
Group: None
Status: Open
Resolution: None
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. 

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

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: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to