You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/04/08 03:39:32 UTC

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

     [ https://issues.apache.org/jira/browse/STDCXX-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Sebor closed STDCXX-108.
-------------------------------

    Resolution: Fixed

I'm going to close this on the assumption that the fix that I just committed for STDCXX-387 takes care of it. If there's still a problem, please reopen.

> [Mac OS X 10.2.8] error on timezone in src/time_put.cpp
> -------------------------------------------------------
>
>                 Key: STDCXX-108
>                 URL: https://issues.apache.org/jira/browse/STDCXX-108
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 4.1.3
>         Environment: Mac OS X 10.2.8/Darwin 6.8 with GCC 3.1
>            Reporter: Andrew Black
>         Assigned To: Martin Sebor
>             Fix For: 4.2
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.