[OpenIndiana-discuss] [developer] Gnome and the future

Alex Caudill alex.caudill at gmail.com
Fri Nov 2 05:15:12 UTC 2012


On 11/1/12, Garrett D'Amore <garrett at damore.org> wrote:
> If this is holding up someone else who wants to do real work of porting
> dependency software (Gnome 3, etc.) contact me off list and I'll see if I
> can either allocate some weekend/evening time to do the work myself,
> or provide guidance to someone else who wants to do it.
>
> 	- Garrett

As a stopgap, it's trivial to write stubs for the *_l functions. For example:

int strcoll_l(const char *l, const char *r, locale_t loc) {return
strcoll(l, r);}

They all follow this pattern. It's not a real solution but I found it useful.

HTH!



More information about the OpenIndiana-discuss mailing list