Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-23 Thread Richard Quadling
On 22/04/2008, Jarismar Chaves da Silva <[EMAIL PROTECTED]> wrote: > > Greetings, > I'm also having some fun with php devel on windows and I just would like > to report that along with _WIN32_WINNT there are few others macro > redefinitions. Here is the warnings I saw on last compilation... >

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Jarismar Chaves da Silva
Greetings, I'm also having some fun with php devel on windows and I just would like to report that along with _WIN32_WINNT there are few others macro redefinitions. Here is the warnings I saw on last compilation... I'm using the MSVC++ Express Edition, .Net 3 on XP Professional. c:\php-com

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Antony Dovgal
On 22.04.2008 16:23, Richard Quadling wrote: Yes on the patch. There are a few more like this. It is just a cosmetic issue. Scott was faster than me and committed slightly different patch =) -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Scott MacVicar
Richard Quadling wrote: On 22/04/2008, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 22.04.2008 15:01, Richard Quadling wrote: Another warning is that some of the constants are redefined to a different value from the ones that are part of the compiler. The /TRSM/readdir.h, _WIN32_WINNT is redefi

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Richard Quadling
On 22/04/2008, Antony Dovgal <[EMAIL PROTECTED]> wrote: > On 22.04.2008 15:01, Richard Quadling wrote: > > > Another warning is that some of the constants are redefined to a > > different value from the ones that are part of the compiler. The > > /TRSM/readdir.h, _WIN32_WINNT is redefined from 0x06

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Antony Dovgal
On 22.04.2008 15:01, Richard Quadling wrote: Another warning is that some of the constants are redefined to a different value from the ones that are part of the compiler. The /TRSM/readdir.h, _WIN32_WINNT is redefined from 0x0600 in C:\Program Files\Microsoft SDKs\Windows\v6.1\include\sdkddkver.h

[PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Richard Quadling
Hi. Probably much to all your annoyance, I've finally managed to compile PHP on windows and I have a few questions.I'm very much just learning. I notice that there are a LOT of warnings when I'm compiling. The huge majority are benign. But, is there a reason to not fix the issue and make the co