-
Notifications
You must be signed in to change notification settings - Fork 43
Windows build #85
Copy link
Copy link
Open
Labels
❓ questionFurther information is requestedFurther information is requested
Description
Has anyone succeeded in building it for Windows? I have VC++ 2017 and what I did was:
- Downloaded the SDK tools for PHP 7.1
- Ran
phpize.batin thesrcfolder to generateconfigure.bat - Ran
configure.bat - Ran
nmake, but got I lot of compilation errors like:
...\src\wasm.cc(124): warning C4003: not enough arguments for function-like macro invocation 'ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX'
...\src\wasm.cc(124): error C2059: syntax error: ','
...\src\wasm.cc(124): error C2143: syntax error: missing ';' before '}'
...\src\wasm.cc(124): error C2059: syntax error: '}'
...\src\wasm.cc(125): error C2059: syntax error: '}'
...\src\wasm.cc(125): error C2143: syntax error: missing ';'
I tried adding /std:c++14 to the cl.exe args, but to no avail. Any tips would be appreciated :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
❓ questionFurther information is requestedFurther information is requested