-----Original Message-----
From: Mladen Turk [mailto:mt...@apache.org] 
Sent: Tuesday, 6 March 2012 9:39 PM
To: users@tomcat.apache.org
Subject: Re: Issues with the tomcat connector (On W2k8 + IIS7.5)

[snip].... 

> That's easy.
> Open VSxxx command prompt for target CPU and cd to native/iis then just nmake 
> -f Makefile.x86 or nmake -f Makefile.amd64 for 64-bit

Tried it, downloaded the latest head from trunk, started my amd64 VS windows, 
made my way over to the project directory 

nmake -f Makefile.amd64

[bunch of stuff]

        cl.exe @C:\Users\ALEX~1.SAM\AppData\Local\Temp\nm1CA4.tmp
jk_isapi_plugin.c
        link.exe @C:\Users\ALEX~1.SAM\AppData\Local\Temp\nm205C.tmp
   Creating library .\Release_amd64\isapi_redirect.lib and object 
.\Release_amd64\isapi_redirect.exp
jk_isapi_plugin.obj : error LNK2001: unresolved external symbol pcre_free
jk_isapi_plugin.obj : error LNK2019: unresolved external symbol pcre_info 
referenced in function ap_regcomp
jk_isapi_plugin.obj : error LNK2019: unresolved external symbol pcre_compile 
referenced in function ap_regcomp
jk_isapi_plugin.obj : error LNK2019: unresolved external symbol pcre_exec 
referenced in function ap_regexec
.\Release_amd64\isapi_redirect.dll : fatal error LNK1120: 4 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\BIN\amd64\link.exe"' : return code '0x460'
Stop.

I gather something is missing from the pcre lib
Run again so I gather the error message completely
C:\Users\alex.samad\Documents\SVN\Tomcat-Connector\native\iis>nmake -f 
Makefile.amd64

Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        cd ".\pcre"
        "C:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\BIN\amd64\nmake.exe" /                   /F ".\pcre.amd64"

Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        cd ".."
        link.exe @C:\Users\ALEX~1.SAM\AppData\Local\Temp\nm5EA3.tmp
   Creating library .\Release_amd64\isapi_redirect.lib and object 
.\Release_amd64\isapi_redirect.exp
jk_isapi_plugin.obj : error LNK2001: unresolved external symbol pcre_free
jk_isapi_plugin.obj : error LNK2019: unresolved external symbol pcre_info 
referenced in function ap_regcomp
jk_isapi_plugin.obj : error LNK2019: unresolved external symbol pcre_compile 
referenced in function ap_regcomp
jk_isapi_plugin.obj : error LNK2019: unresolved external symbol pcre_exec 
referenced in function ap_regexec
.\Release_amd64\isapi_redirect.dll : fatal error LNK1120: 4 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
10.0\VC\BIN\amd64\link.exe"' : return code '0x460'
Stop.

I am guess some object is not being compiled or added to the list of files for 
the lib..

> I don't believe in GUI :)

>
> Regards
> --
> ^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to