Hi
> -----Original Message-----
> From: Alex Samad - Yieldbroker [mailto:[email protected]]
> Sent: Wednesday, 7 March 2012 9:35 AM
> To: Tomcat Users List
> Subject: RE: Issues with the tomcat connector (On W2k8 + IIS7.5)
> [snip]
> I tried the x86 version and it compiled okay !
Sorry for the extra email.
I tried a build with x86 version it built the dftables exe, then did a
nmake -f Makefile.amd64
it completed but gave me errors, they looked like I had mixed 32 and 64 bit
code together..
so did a
nmake -f Makefile.x86 clean
nmake -f Makefile.amd64 clean
I patched Mmakefile.amd64 it was different to the x86 one then ran
nmake -f Makefile.amd64
again, built no errors or warnings
Thanks
Alex
Patch...
Index: Makefile.amd64
===================================================================
--- Makefile.amd64 (revision 1297756)
+++ Makefile.amd64 (working copy)
@@ -293,10 +293,10 @@
"pcre_amd64" :
cd ".\pcre"
- $(MAKE) /$(MAKEFLAGS) /F ".\pcre.amd64"
+ $(MAKE) /$(MAKEFLAGS) /F ".\pcre.amd64" CFG="pcre.amd64"
cd ".."
"pcre_amd64CLEAN" :
cd ".\pcre"
- $(MAKE) /$(MAKEFLAGS) /F ".\pcre.amd64" RECURSE=1 CLEAN
+ $(MAKE) /$(MAKEFLAGS) /F ".\pcre.amd64" CFG="pcre.amd64" RECURSE=1 CLEAN
cd ".."
>
> [snip]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]