Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 68870 invoked from network); 14 Dec 2004 17:48:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Dec 2004 17:48:05 -0000 Received: (qmail 8112 invoked by uid 500); 14 Dec 2004 17:10:30 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 8079 invoked by uid 500); 14 Dec 2004 17:10:30 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 8017 invoked by uid 99); 14 Dec 2004 17:10:29 -0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=HTML_10_20,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ngw1.bvu.edu (HELO ngw.bvu.edu) (147.92.2.11) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Dec 2004 09:10:25 -0800 Received: from BVU-Gateways-MTA by ngw.bvu.edu with Novell_GroupWise; Tue, 14 Dec 2004 11:09:47 -0600 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.5.2 Date: Tue, 14 Dec 2004 11:09:29 -0600 From: "David Boyer" To: Subject: RE: new isapi_redirector2.dll Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=__PartD1F12259.0__=" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --=__PartD1F12259.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit SF_NOTIFY_AUTH_COMPLETE is part of the platform SDK. The errors you're getting suggests VC doesn't know where to find the SDK. >>> Derrick_Koes@skillsoft.com 12/14/2004 10:02:26 AM >>> I think I've followed the steps to build JK2, but there are still errors in the jk_isapi_plugin.c file. The latest version from CVS is 1.64 (according to WinCVS). Should I just fix these, or is there a better alternative? Thanks, Derrick jk_isapi_plugin.c C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(160) : error C2065: 'SF_NOTIFY_AUTH_COMPLETE' : undeclared identifier C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(160) : warning C4018: '==' : signed/unsigned mismatch C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(229) : warning C4018: '==' : signed/unsigned mismatch C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(231) : error C2065: 'PHTTP_FILTER_AUTH_COMPLETE_INFO' : undeclared identifier C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(231) : error C2146: syntax error : missing ')' before identifier 'pvNotification' C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(231) : warning C4047: '=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *,char *,void *,unsigned long *)' differs in levels of indirection from 'int ' C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(231) : error C2059: syntax error : ')' C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(234) : error C2146: syntax error : missing ')' before identifier 'pvNotification' C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(234) : warning C4047: '=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *,char *,char *)' differs in levels of indirection from 'int ' C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(234) : error C2059: syntax error : ')' C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(237) : error C2146: syntax error : missing ')' before identifier 'pvNotification' C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(237) : warning C4047: '=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *,char *,char *)' differs in levels of indirection from 'int ' C:\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\jk_isapi_plugin.c(237) : error C2059: syntax error : ')' jk_jni_aprImpl.c -----Original Message----- From: David Boyer [mailto:David@bvu.edu] Sent: Friday, November 19, 2004 5:01 PM To: tomcat-user@jakarta.apache.org Subject: new isapi_redirector2.dll I noticed there have been some commits since the last official release in March, so I've built a version based on the latest snapshot. I've also added a "How to" page for people interested in building it themselves. http://web.bvu.edu/staff/david/index.jsp?section=software&subsection=isapi&page=overview --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --=__PartD1F12259.0__=--