building HEAD on windows

php.internals

Nuno Lopes

20 years ago
Hi, I'm having some troubles building latest HEAD on windows. One of the problems is fixed with the patch attatched. The other is more problematic. I think Visual Studio is having some problems with macro expansions. Checkout the errors: ext\standard\file.c(1052) : error C2172: '_to_zstr' : actual parameter is not a pointer : parameter 1 ext\standard\file.c(1113) : error C2172: '_to_zstr' : actual parameter is not a pointer : parameter 1 ext\standard\file.c(1130) : error C2172: '_to_zstr' : actual parameter is not a pointer : parameter 1 ext\standard\file.c(1192) : error C2172: '_to_zstr' : actual parameter is not a pointer : parameter 1 ext\standard\file.c(2059) : error C2172: '_to_zstr' : actual parameter is not a pointer : parameter 1 ext\standard\file.c(2156) : error C2172: '_to_zstr' : actual parameter is not a pointer : parameter 1 After Dmitry's patch to fix the ZSTR() macros, I was already able to build it, but I don't have luck this time. Anyone with same problems? Nuno