On 03/06/2012 11:50 PM, Alex Samad - Yieldbroker wrote:
HiI 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 ".."
CFG in not used in 64-bit makefile, so no point to add it. What's needed is that you run 32-bit build before 64-bit so that dftables.exe gets created (it's created only for 32-bit target), and that would eventually need to get fixed. Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
