View Single Post
  #21  
Old 09-15-2012, 06:33 PM
namini
Fire Beetle
 
Join Date: Jul 2012
Posts: 15
Default

Cleans = always done before building, just gives me a peace of mind if nothing else

Target Directories = eh, it didn't hurt my brain to figure out where to find them, the queryserv however was in "Release" (32 bit) because by default in the configuration manager it was selected as only "release" (which I assume is 32 bit). A quick simple change to "Release x64" compiled it in 64 bit and it ended up then in the "Release x64" directory

I'm compiling and running on the same machine.

I'm using the following:

Windows 7 Home x64
MySQL 5.5 x64
Perl 5.14.2 Build 1402

Then again, I think I see the problem, maybe?

For the 5.14 download link you have for "64 bit builds" you have:

Code:
http://projecteqemu.googlecode.com/files/ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi
Instead of:

Code:
http://downloads.activestate.com/ActivePerl/releases/5.14.2.1402/ActivePerl-5.14.2.1402-MSWin32-x64-295342.msi
Not sure, but I can tell you, the Perl version I'm running/have installed on the machine for purposes of running the server is the one that is linked here and that is as shown above.

I'll download the 64 bit version of 5.14.2 of Perl, install that and see if World.exe still vomits or not.
Reply With Quote