Re: parrot no longer compiles on win32

[email protected] (Leopold Toetsch) Sun, 14 Mar 2004 19:11:23 +0100
Newsgroups perl.perl6.internals,perl.ponie.dev
Message-ID <[email protected]>
Goplat <[email protected]> wrote:

> --- Leopold Toetsch <[email protected]> wrote:
>> Goplat <[email protected]> wrote:
>> > ops/sys.ops:169: warning: implicit declaration of function `gmtime_r'
>> > ops/sys.ops:170: warning: implicit declaration of function `asctime_r'
>> > ops/sys.ops:178: warning: implicit declaration of function `localtime_r'
>>
>> > msvcrt doesn't have these functions (it uses thread-local storage to make
>> > the traditional functions thread safe)
>>
>> I've moved these functions now all to platform/generic/time.c with a
>> C<Parrot_> prefix, so that people can implement proper wrappers around
>> in their relevant platform subdir.

> Thanks, with that and the attached patch to add said wrappers (and include
> time.h) parrot compiles once again.

Thanks, applied.
leo