Cannot build HEAD on Win32

php.internals

Sebastian Bergmann

20 years ago
http://phpfi.com/103442
-- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

taft

20 years ago
could you tell me the way you choose to build? I mean steps. 2006/2/22, Sebastian Bergmann <sb@sebastian-bergmann.de>:
> > http://phpfi.com/103442 > > -- > Sebastian Bergmann http://www.sebastian-bergmann.de/ > GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
-- please visit my blog http://blog.csdn.net/taft

Nuno Lopes

20 years ago
Yes, I'm also getting a looot of errors. Some statements don't work on MSVS: char *mychar; my_function( (zstr)mychar); VS will say: cannot convert from 'char*' to 'zstr'. This is specially problematic in EMPTY_STR, because it won't allow you to cast it to (zstr). And AFAIR there are no anonymous structs/unions in standard C, so you must define it as a global variable. Nuno ----- Original Message -----