Hello.
The 5.3.0-dev win32 snapshots are failing as there has been no update
since the 25th.
Is it possible to send the make log file to snaps for all build
attempts rather than just successful ones.
--
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
Hi Richard, all,
Yeah, was thinking the same thing about the logs. :-) Don't know if you
tried to compile yourself, but the failure is from Derick's date additions
Friday (http://news.php.net/php.cvs/49738):
php_date.obj : error LNK2019: unresolved external symbol _timelib_diff
referenced in function _zif_date_diff
php_date.obj : error LNK2019: unresolved external symbol
_timelib_strtointerval referenced in function _date_interval_initialize
Release_TS\php5ts.dll : fatal error LNK1120: 2 unresolved externals
Only a Windows problem I guess if it hadn't been noticed yet... I just
commented out the 2 function calls for now since I don't need that area
working. :-P
- Matt
----- Original Message -----
From: "Richard Quadling"
Sent: Sunday, April 27, 2008
Hello.
The 5.3.0-dev win32 snapshots are failing as there has been no update
since the 25th.Is it possible to send the make log file to snaps for all build
attempts rather than just successful ones.
Yeah, was thinking the same thing about the logs. :-) Don't know if you
tried to compile yourself, but the failure is from Derick's date additions
Friday (http://news.php.net/php.cvs/49738):
I guess the config.w32 files need to be updated for this - but as I
can't test it, I didn't touch it.
Derick
--
Derick Rethans
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org
Hi Derick,
----- Original Message -----
From: "Derick Rethans"
Sent: Monday, April 28, 2008
Yeah, was thinking the same thing about the logs. :-) Don't know if you
tried to compile yourself, but the failure is from Derick's date
additions
Friday (http://news.php.net/php.cvs/49738):I guess the config.w32 files need to be updated for this - but as I
can't test it, I didn't touch it.
Thanks for the pointer about what needed to be changed (build system n00b!).
:-) I copied the changes in config.m4, tested (in 5.3), and it's working
now. Patches are attached.
Derick
- Matt
I've fixed this now, I did it locally over the weekend just never got
around to committing this now.
Scott
Matt Wilmas wrote:
Hi Derick,
----- Original Message -----
From: "Derick Rethans"
Sent: Monday, April 28, 2008Yeah, was thinking the same thing about the logs. :-) Don't know if you
tried to compile yourself, but the failure is from Derick's date
additions
Friday (http://news.php.net/php.cvs/49738):
I guess the config.w32 files need to be updated for this - but as I
can't test it, I didn't touch it.Thanks for the pointer about what needed to be changed (build system n00b!).
:-) I copied the changes in config.m4, tested (in 5.3), and it's working
now. Patches are attached.Derick
- Matt