DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39639>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39639 Summary: Unable to compile JK connector with prerequisites listed in documentation Product: Tomcat 5 Version: 5.5.17 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: normal Priority: P2 Component: Native:JK AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] I've got problems with compiling the JK connector as described in documentation (http://tomcat.apache.org/connectors-doc/howto/iis.html). I've got all prerequisites: - Windows platform SDK for Windows 2003 Server R2 (including IIS SDK) - Visual Studio 6.0 (including Visual C++ 6.0) - JDK 1.5.0_06 (not listed, but required) - JK connector 1.2.15 source (jakarta-tomcat-connectors-1.2.15-src.zip) and when I try to compile it under Windows 2003 R2 PL, I get errors: --------------------Configuration: isapi - Win32 Debug-------------------- Compiling... jk_isapi_plugin.c C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(673) : error C2065: 'SF_NOTIFY_AUTH_COMPLETE' : undeclared identifier C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(721) : warning C4018: '==' : signed/unsigned mismatch C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(746) : error C2065: 'PHTTP_FILTER_AUTH_COMPLETE_INFO' : undeclared identifier C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(746) : error C2146: syntax error : missing ')' before identifier 'pvNotification' C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(746) : warning C4047: '=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *, char *,void *,unsigned long *)' differs in levels of indirection from 'int ' C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(746) : error C2059: syntax error : ')' C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(748) : error C2146: syntax error : missing ')' before identifier 'pvNotification' C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(748) : warning C4047: '=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *, char *,char *)' differs in levels of indirection from 'int ' C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(748) : error C2059: syntax error : ')' C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(750) : error C2146: syntax error : missing ')' before identifier 'pvNotification' C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(750) : warning C4047: '=' : 'int (__stdcall *)(struct _HTTP_FILTER_CONTEXT *, char *,char *)' differs in levels of indirection from 'int ' C:\temp\jakarta-tomcat-connectors-1.2.15-src\jk\native\iis\jk_isapi_plugin. c(750) : error C2059: syntax error : ')' Error executing cl.exe. isapi_redirect.dll - 8 error(s), 4 warning(s) ------------------------------------------------------------------------- Are there any more prerequisites, which I do not met? Or is there anything else I need to do, before compiling JK redirector? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]