[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40189] trunk/blender: fix compilation for MinGW by substituting qsort_r with qsort.

Sergey I. Sharybin g.ulairi at gmail.com
Thu Sep 15 11:18:08 CEST 2011


one of places which uses qsort_r is in extern/, so it can't use BLI. 
Ofcourse this qsort_r can be placed to extern/ but i don't think it's 
nice. IMO, better to update recast library.

Αντώνης Ρυακιωτάκης wrote:
> This is glib's code for qsort:
>
> http://sourceware.org/git/?p=glibc.git;a=blob;f=stdlib/qsort.c;h=b19e86ece1b576616a1ce5784065071c6da0ba22;hb=ee4d03150a65018f367e3250887ec9c5b2133ce4
>
> A modification to something like BLI_qsort_r can't be too hard.
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


-- 
With best regards, Sergey I. Sharybin



More information about the Bf-committers mailing list