VS x64
I don't seem to be able to set the compiler into x64 mode. From another thread I use SetEnv.cmd and VsDevCmd to set x64:
https://github.com/tideways/php-profiler-extension/blob/82d69c8aeb9...
Also i have both platform: ["x86", "x64"]
but when building it still detects the 32 bit compiler:
c:\projects\php-devpack\phpize --clean
Rebuilding configure.js
c:\projects\php-devpack
module ...
Now run 'configure --help'
echo "./configure"
"./configure"
configure --enable-tideways=shared
Saving configure options to config.nice.bat
Checking for cl.exe ... <in default path>
Detected compiler MSVC11 (Visual C++ 2012)
Detected 32-bit compile
Anything that I am missing?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on Apr 21, 2016 @ 05:16 PM
Well, the command you are using to init x64 is pretty valid - but I'm not sure why it's not working in your case. Try looking via RDP what might be wrong/missing: http://www.appveyor.com/docs/how-to/rdp-to-build-worker
Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 02:05 AM.