Re: gimp-gmic-plugin

From: Ruslan Makhmatkhanov <cvs-src_at_yandex.ru>
Date: Fri, 20 Sep 2013 18:47:58 +0400
Ajtim wrote on 20.09.2013 18:17:
> I did svn update and after that I got:
>
> 'locale'?
>      std::setlocale(LC_NUMERIC,"C");
>      ~~~~~^
> In file included from gmic.cpp:1215:
> ./gmic.h:301:10: error: no member named 'setlocale' in namespace 'std'; did
> you mean 'locale'?
>      std::setlocale(LC_NUMERIC,"C");
>      ~~~~~^

It working to me with less fresh clang (FreeBSD clang version 3.3 
(tags/RELEASE_33/final 183502) 20130610), but I able to reproduce it 
with more fleshier system.

This particular error can be fixed with including clocale header instead 
of locale, but later it will bomb with 'undeclared identifier 
'pthread_join'' etc. I need to consult upstream about clang support.

-- 
Regards,
Ruslan

T.O.S. Of Reality
Received on Fri Sep 20 2013 - 12:48:12 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:41 UTC