Re: [darktable-devel] Building master fails on Darwin

2014-03-12 Thread parafin
On Wed, 12 Mar 2014 13:45:41 +0100 Moritz Moeller wrote: > On 12/3/14 1:04 pm, parafin wrote: > > It's your responsibility to not mix different C++ libs. And better not > > use -stdlib option, but > > macosx_deployment_target / -DCMAKE_OSX_DEPLOYMENT_TARGET (either set > > them to 10.6 or don't -

Re: [darktable-devel] Building master fails on Darwin

2014-03-12 Thread Moritz Moeller
On 12/3/14 1:04 pm, parafin wrote: > It's your responsibility to not mix different C++ libs. And better not > use -stdlib option, but > macosx_deployment_target / -DCMAKE_OSX_DEPLOYMENT_TARGET (either set > them to 10.6 or don't - in first case libstdc++ will be used, in > second - libc++). In any

Re: [darktable-devel] Building master fails on Darwin

2014-03-12 Thread parafin
On Wed, 12 Mar 2014 12:53:58 +0100 Moritz Moeller wrote: > On 12/3/14 11:27 am, Tobias Ellinghaus wrote: > > Am Freitag, 7. März 2014, 19:30:18 schrieb Tobias Ellinghaus: > >> Am Freitag, 7. März 2014, 18:40:45 schrieb Moritz Moeller: > >>> /Users/ritz/development/darktable/build/src/iop/introspe

Re: [darktable-devel] Building master fails on Darwin

2014-03-12 Thread Moritz Moeller
On 12/3/14 11:27 am, Tobias Ellinghaus wrote: > Am Freitag, 7. März 2014, 19:30:18 schrieb Tobias Ellinghaus: >> Am Freitag, 7. März 2014, 18:40:45 schrieb Moritz Moeller: >>> /Users/ritz/development/darktable/build/src/iop/introspection_bilateral.cc >>> :7 6:35: error: expected expression >>> >>>

Re: [darktable-devel] Building master fails on Darwin

2014-03-12 Thread Tobias Ellinghaus
Am Freitag, 7. März 2014, 19:30:18 schrieb Tobias Ellinghaus: > Am Freitag, 7. März 2014, 18:40:45 schrieb Moritz Moeller: > > On 7/3/14 6:05 pm, Tobias Ellinghaus wrote: > > > Could you please try to replace tools/introspection/scanner.pm with the > > > attached file and see if that helps? > > >

Re: [darktable-devel] Building master fails on Darwin

2014-03-07 Thread Tobias Ellinghaus
Am Freitag, 7. März 2014, 18:40:45 schrieb Moritz Moeller: > On 7/3/14 6:05 pm, Tobias Ellinghaus wrote: > > Could you please try to replace tools/introspection/scanner.pm with the > > attached file and see if that helps? > > It helps. :) Cheers! Thanks for testing, I pushed that one to master.

Re: [darktable-devel] Building master fails on Darwin

2014-03-07 Thread Moritz Moeller
On 7/3/14 6:05 pm, Tobias Ellinghaus wrote: > Could you please try to replace tools/introspection/scanner.pm with the > attached file and see if that helps? It helps. :) Cheers! > PS: I wouldn't be surprised if clang failed on > build/src/iop/introspection_*.cc -- if that is the case I would be

Re: [darktable-devel] Building master fails on Darwin

2014-03-07 Thread Tobias Ellinghaus
Am Freitag, 7. März 2014, 16:00:10 schrieb Moritz Moeller: > [ 63%] Generating introspection_atrous.c > Type of arg 1 to push must be array (not hash element) at scanner.pm > line 206, near "$comment)" > Compilation failed in require at > /Users/ritz/development/darktable/tools/introspection/parser

[darktable-devel] Building master fails on Darwin

2014-03-07 Thread Moritz Moeller
[ 63%] Generating introspection_atrous.c Type of arg 1 to push must be array (not hash element) at scanner.pm line 206, near "$comment)" Compilation failed in require at /Users/ritz/development/darktable/tools/introspection/parser.pl line 28. Any quick solution for this? perl -v This is perl 5, v