On Tue, Sep 14, 2010 at 4:45 PM, Siarhei Siamashka
<siarhei.siamas...@gmail.com> wrote:
> On Tuesday 14 September 2010 16:37:14 Dmitri Vorobiev wrote:
>> > The biggest problem (but easy to solve) is the use of 'gettimeofday' and
>> > 'memalign' functions, which are available not on all supported systems.
>>
>> Are you aware of any specific systems (I assume Windows is among them)
>> that might have these calls unsupported? I may check those and see
>> what can be done.
>
> There was this bug reported earlier:
> http://bugs.freedesktop.org/show_bug.cgi?id=23260
>
> So some people do care about at least MSYS/mingw. Now pixman already has a
> configure check for posix_memalign(), the same probably needs to be done
> for gettimeofday().

OK. Would that be sufficient to just disable the blitter test like
this if either memalign() or gettimeofday() isn't found at configure
stage?

Dmitri
_______________________________________________
Pixman mailing list
Pixman@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/pixman

Reply via email to