Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

Re: [PHP4BETA] Compiling PHP 4.0RC2 on WinNT -> some warnings From: Zeev Suraski (zeev <email protected>)
Date: 04/29/00

All of these warnings can be safely ignored - except for the last two,
they're all in generated or 3rd party code, so we can't fix them. During
the compilation of which file do you get the last two warnings?

Zeev

On Sat, 29 Apr 2000, Jarl Groneng wrote:

>
> PHP4 compiling fine on WinNT, but I got some warnings(all other went
> fine...)
> (phpinfo() output could be shown here
> http://www.razorpro.com/php/phpinfo.html)
>
> WinNT 4.0 sp5
> VC++ 6.0
> PHP 4.0RC2
>
>
> -------------------Configuration: ZendTS - Win32
> Release_TS_inline--------------------
> Performing Custom Build Step on ".\zend-parser.y"
> Performing Custom Build Step on ".\zend-scanner.l"
> ...
> ...
> zend-scanner.cpp
> zend-scanner.cpp(5502) : warning C4273: 'isatty' : inconsistent dll linkage.
> dllexport assumed.
> Generating Code...
> Compiling...
> ...
> Creating library...
> ZendTS.lib - 0 error(s), 1 warning(s)
>
>
> --------------------Configuration: php4dllts - Win32
> Release_TS_inline--------------------
> Performing Custom Build Step on .\ext\standard\parsedate.y
> Performing Custom Build Step on ".\configuration-parser.y"
> Performing Custom Build Step on ".\configuration-scanner.l"
> ...
> configuration-scanner.c
> configuration-scanner.c(715) : warning C4102: 'find_rule' : unreferenced
> label
> configuration-scanner.c(1485) : warning C4273: 'isatty' : inconsistent dll
> linkage. dllexport assumed.
> ...
> C:\php-win32build\include\arpa/inet.h(74) : warning C4005: 'FD_SETSIZE'
> :macro redefinition
> D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\winsock.h(46)
> : see previous definition of 'FD_SETSIZE'
> C:\php-win32build\include\portability.h(382) : warning C4273: 'getenv' :
> inconsistent dll linkage. dllexport assumed.
> C:\php-win32build\include\portability.h(745) : warning C4273: 'strdup' :
> inconsistent dll linkage. dllexport assumed.
> ...
> Linking...
> Creating library Release_TS_inline/php4ts.lib and object
> Release_TS_inline/php4ts.exp
> php4ts.dll - 0 error(s), 5 warning(s)
> ...
> ...
>
> --
> Jarl Grøneng
> rapid <email protected>
>
>
>
>

-- 
Zeev Suraski <zeev <email protected>>
http://www.zend.com/

-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>