You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Andrew Black (JIRA)" <ji...@apache.org> on 2006/01/16 18:18:21 UTC

[jira] Commented: (STDCXX-108) [Mac OS X 10.2.8] error on timezone in src/time_put.cpp

    [ http://issues.apache.org/jira/browse/STDCXX-108?page=comments#action_12362862 ] 

Andrew Black commented on STDCXX-108:
-------------------------------------

I was able to sort out some other problems, and got the the point where I could check this change.

In order to get src/time_put to compile, I had to define the daylight varaible at the end of the _RWSTD_NO_TIMEZONE block, as no such variable exists in the global scope.

> [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