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 CFLAGS

Re: gimp-gmic-plugin

2013-09-20 Thread Andreas Nilsson
wrote: 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

Re: gimp-gmic-plugin

2013-09-20 Thread Ajtim
++ in the port Makefile and it should be better off. Best regards Andreas On Fri, Sep 20, 2013 at 12:13 PM, Ajtim lum...@gmail.com wrote: 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

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 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 Ajtim
- plugin/work/gmic-1.5.7.1/src' gmake[3]: *** [freebsd] Error 2 gmake[3]: Leaving directory `/usr/ports/graphics/gimp-gmic- plugin/work/gmic-1.5.7.1/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/graphics/gimp-gmic- plugin/work/gmic-1.5.7.1/src' === Compilation failed

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);