Re: gimp-gmic-plugin

2013-09-20 Thread Ruslan Makhmatkhanov
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

Re: gimp-gmic-plugin

2013-09-20 Thread Ajtim
ng and 2 errors generated. gmake[4]: *** [gmic_int.o] Error 1 gmake[4]: *** [gmic_ushort.o] Error 1 1 warning and 2 errors generated. gmake[4]: *** [gmic_short.o] Error 1 gmic.cpp:2264:8: error: no member named 'setlocale' in namespace 'std'; did you mean 'locale

Re: gimp-gmic-plugin

2013-09-20 Thread Ruslan Makhmatkhanov
Ajtim wrote on 20.09.2013 14:13: Hi! I try to build gimp-gmic-plugin on FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep 13 I just committed an update to 1.5.7.1 along with the fix for building with clang. Please update your ports tree and try again. -- Regards, Ruslan T.O.S. Of Reality

Re: gimp-gmic-plugin

2013-09-20 Thread Andreas Nilsson
Ah, it was even worse than the first quick look. Try adding do-compile: gmake CC=${CXX} in the ports Makefile instead of CC=c++ ( which I guess should have been CC=${CXX} anyway ) Best regards Andreas ___ freebsd-current@freebsd.org mailing list

Re: gimp-gmic-plugin

2013-09-20 Thread Ajtim
an add > CC=c++ > in the port Makefile and it should be better off. > > Best regards > Andreas > > On Fri, Sep 20, 2013 at 12:13 PM, Ajtim wrote: > > Hi! > > > > I try to build gimp-gmic-plugin on FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep > > 13 >

Re: gimp-gmic-plugin

2013-09-20 Thread Andreas Nilsson
Hi! > > I try to build gimp-gmic-plugin on FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep > 13 > 01:57:31 UTC 2013 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC > amd64 > and I got: > > gmake freebsd > gmake[3]: Entering directory `/usr/ports/graphics/gimp-gmic- > plug

gimp-gmic-plugin

2013-09-20 Thread Ajtim
Hi! I try to build gimp-gmic-plugin on FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep 13 01:57:31 UTC 2013 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 and I got: gmake freebsd gmake[3]: Entering directory `/usr/ports/graphics/gimp-gmic- plugin/work/gmic-1.5.6.1/src' gmake &q