You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/05/23 11:04:09 UTC

DO NOT REPLY [Bug 39639] New: - Unable to compile JK connector with prerequisites listed in documentation

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: d.goraczkowski@4system.com


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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 39639] - Unable to compile JK connector with prerequisites listed in documentation

Posted by bu...@apache.org.
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


d.goraczkowski@4system.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From d.goraczkowski@4system.com  2006-05-23 10:54 -------
Problem solved. The resolution is to add path to Windows SDK libraries to VC++ 
6.0 enviroment.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org