-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.3.0] Windows build fails after recent optimization #1786
Comments
This is where Having changed: #include "config.w32.h" to: #ifdef PHP_WIN32
#include "config.w32.h"
#else
#include "php_config.h"
#endif the build starts, but ends up with the following errors:
Not sure if that was the best thing to do but it might give you some hints. |
ghost
mentioned this issue
Jan 11, 2014
Merged
Could you please try the patch from #1787? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is my windows build script: build.phalcon.bat
Which has been working pretty well until #1785
Now this is what's happening:
ext\phalcon\phalcon.h(645):
Where this file is supposed to be located?
It's neither in PHP nor Phalcon source
Using PHP 5.5.5 for the build
The text was updated successfully, but these errors were encountered: