Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000101

[PHP-DEV] PHP 4.0 Bug #6265 Updated: Can't built phpnts.dll From: Bug Database (php-dev <email protected>)
Date: 10/15/00

ID: 6265
User Update by: helio <email protected>
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Description: Can't built phpnts.dll

Previous Comments:
---------------------------------------------------------------------------

[2000-08-20 13:49:41] helio <email protected>
Some errors whem I try to built phpnts.dll:

main.c
C:Projectsphp4mainmain.c(271) : error C2079: 'tmbuf' uses undefined struct 'tm'
C:Projectsphp4mainmain.c(576) : error C2079: 'tmbuf' uses undefined struct 'tm'

reentrancy.c
C:Projectsphp4mainreentrancy.c(152) : error C2027: use of undefined type 'tm'
        C:Projectsphp4mainphp_reentrancy.h(56) : see declaration of 'tm'
C:Projectsphp4mainreentrancy.c(208) : error C2027: use of undefined type 'tm'
        C:Projectsphp4mainphp_reentrancy.h(56) : see declaration of 'tm'
        
        
datetime.c
C:Projectsphp4extstandarddatetime.c(81) : error C2079: 'tmbuf' uses undefined struct 'tm'
C:Projectsphp4extstandarddatetime.c(113) : error C2037: left of 'tm_isdst' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(120) : error C2037: left of 'tm_isdst' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(145) : error C2037: left of 'tm_year' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(147) : error C2037: left of 'tm_year' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(151) : error C2037: left of 'tm_mday' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(154) : error C2037: left of 'tm_mon' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(157) : error C2037: left of 'tm_sec' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(160) : error C2037: left of 'tm_min' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(163) : error C2037: left of 'tm_hour' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(171) : error C2037: left of 'tm_isdst' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(186) : error C2065: 'timezone' : undeclared identifier
C:Projectsphp4extstandarddatetime.c(215) : error C2079: 'tmbuf' uses undefined struct 'tm'
C:Projectsphp4extstandarddatetime.c(324) : error C2037: left of 'tm_mon' specifies undefined struct/union 'tm'
C:Projectsphp4extstandarddatetime.c(324) : fatal error C1903: unable to recover from previous error(s); stopping compilation

info.c
C:Projectsphp4extstandardinfo.c(130) : error C2079: 'tmbuf' uses undefined struct 'tm'
C:Projectsphp4extstandardinfo.c(170) : error C2037: left of 'tm_mon' specifies undefined struct/union 'tm'
C:Projectsphp4extstandardinfo.c(170) : error C2037: left of 'tm_mday' specifies undefined struct/union 'tm

parsedate.c
parsedate.y(887) : error C2037: left of 'tm_year' specifies undefined struct/union 'tm'
parsedate.y(888) : error C2037: left of 'tm_year' specifies undefined struct/union 'tm'
parsedate.y(891) : error C2037: left of 'tm_yday' specifies undefined struct/union 'tm'
parsedate.y(891) : error C2037: left of 'tm_yday' specifies undefined struct/union 'tm'
parsedate.y(899) : error C2037: left of 'tm_hour' specifies undefined struct/union 'tm'
parsedate.y(899) : error C2037: left of 'tm_hour' specifies undefined struct/union 'tm'
parsedate.y(900) : error C2037: left of 'tm_min' specifies undefined struct/union 'tm'
parsedate.y(900) : error C2037: left of 'tm_min' specifies undefined struct/union 'tm'
parsedate.y(901) : error C2037: left of 'tm_sec' specifies undefined struct/union 'tm'
parsedate.y(901) : error C2037: left of 'tm_sec' specifies undefined struct/union 'tm'
parsedate.y(907) : error C2079: 'tm' uses undefined struct 'tm'
parsedate.y(907) : error C2079: 'tm0' uses undefined struct 'tm'
parsedate.y(915) : error C2037: left of 'tm_year' specifies undefined struct/union 'tm'
parsedate.y(916) : error C2037: left of 'tm_mon' specifies undefined struct/union 'tm'
parsedate.y(917) : error C2037: left of 'tm_mday' specifies undefined struct/union 'tm'
parsedate.y(918) : error C2037: left of 'tm_hour' specifies undefined struct/union 'tm'
parsedate.y(919) : error C2037: left of 'tm_min' specifies undefined struct/union 'tm'
parsedate.y(920) : error C2037: left of 'tm_sec' specifies undefined struct/union 'tm'
parsedate.y(921) : error C2224: left of '.tm_isdst' must have struct/union type
parsedate.y(921) : error C2037: left of 'tm_isdst' specifies undefined struct/union 'tm'
parsedate.y(939) : error C2224: left of '.tm_year' must have struct/union type
parsedate.y(940) : error C2224: left of '.tm_mon' must have struct/union type
parsedate.y(941) : error C2224: left of '.tm_mday' must have struct/union type
parsedate.y(944) : error C2224: left of '.tm_hour' must have struct/union type
parsedate.y(945) : error C2224: left of '.tm_hour' must have struct/union type
parsedate.y(947) : error C2224: left of '.tm_min' must have struct/union type
parsedate.y(948) : error C2224: left of '.tm_sec' must have struct/union type
parsedate.y(952) : error C2224: left of '.tm_hour' must have struct/union type
parsedate.y(952) : error C2224: left of '.tm_min' must have struct/union type
parsedate.y(952) : error C2224: left of '.tm_sec' must have struct/union type
parsedate.y(954) : error C2224: left of '.tm_hour' must have struct/union type
parsedate.y(955) : error C2224: left of '.tm_min' must have struct/union type
parsedate.y(956) : error C2224: left of '.tm_sec' must have struct/union type
parsedate.y(961) : error C2224: left of '.tm_isdst' must have struct/union type
parsedate.y(981) : error C2224: left of '.tm_year' must have struct/union type
parsedate.y(983) : error C2224: left of '.tm_mday' must have struct/union type
parsedate.y(988) : error C2224: left of '.tm_mday' must have struct/union type
parsedate.y(1000) : error C2224: left of '.tm_mday' must have struct/union type
parsedate.y(1000) : error C2224: left of '.tm_wday' must have struct/union type

session.c
C:Projectsphp4extsessionsession.c(532) : error C2079: 'tm' uses undefined struct 'tm'
C:Projectsphp4extsessionsession.c(537) : error C2224: left of '.tm_wday' must have struct/union type
C:Projectsphp4extsessionsession.c(537) : fatal error C1903: unable to recover from previous error(s); stopping compilation

COM.c
C:Projectsphp4extcomCOM.c(393) : error C2079: 'phptime' uses undefined struct 'tm'
C:Projectsphp4extcomCOM.c(396) : error C2224: left of '.tm_year' must have struct/union type
C:Projectsphp4extcomCOM.c(397) : error C2224: left of '.tm_mon' must have struct/union type
C:Projectsphp4extcomCOM.c(398) : error C2224: left of '.tm_mday' must have struct/union type
C:Projectsphp4extcomCOM.c(399) : error C2224: left of '.tm_hour' must have struct/union type
C:Projectsphp4extcomCOM.c(400) : error C2224: left of '.tm_min' must have struct/union type
C:Projectsphp4extcomCOM.c(401) : error C2224: left of '.tm_sec' must have struct/union type
C:Projectsphp4extcomCOM.c(402) : error C2224: left of '.tm_isdst' must have struct/union type

sendmail.c
C:Projectsphp4win32sendmail.c(342) : error C2065: '_timezone' : undeclared identifier
C:Projectsphp4win32sendmail.c(352) : error C2037: left of 'tm_wday' specifies undefined struct/union 'tm'
C:Projectsphp4win32sendmail.c(352) : fatal error C1903: unable to recover from previous error(s); stopping compilation
time.c
C:Projectsphp4win32time.c(44) : error C2065: '_timezone' : undeclared identifier
C:Projectsphp4win32time.c(45) : error C2065: '_daylight' : undeclared identifier

Error executing cl.exe.

php4nts.dll - 78 error(s), 49 warning(s)

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6265

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