[ http://issues.apache.org/jira/browse/STDCXX-108?page=all ] Martin Sebor reopened STDCXX-108: ---------------------------------
Okay, I'm going to reopen this (I missed the part about daylight not being declared in the inital report). > [Mac OS X 10.2.8] error on timezone in src/time_put.cpp > ------------------------------------------------------- > > Key: STDCXX-108 > URL: http://issues.apache.org/jira/browse/STDCXX-108 > Project: STDCXX > Type: Bug > Components: Build > Versions: 4.1.3 > Environment: Mac OS X 10.2.8/Darwin 6.8 with GCC 3.1 > Reporter: Andrew Black > Assignee: Martin Sebor > Fix For: 4.1.4 > > The version of time.h provided with this operating system defines neither an > extern timezone primitive, nor an extern daylight primitive. Further > confounding this problem is the presence of a char *(timezone)(int, int) (or > char *(timezone)(int *, int *)) protype. > __rw_get_zone() in src/time_put.cpp expects the timezone and daylight > primives rather than the function prototype, and fails to build. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
