Re: [GRASS-dev] i.atcorr don't compile

2011-09-29 Thread Glynn Clements
Markus Neteler wrote: > >> You need to configure GRASS with --with-cxx to enable the compilation > >> of i.atcorr. > > > > Should this be enabled by default? > > Yes, why not. Done in r48564. -- Glynn Clements ___ grass-dev mailing list grass-dev@l

Re: [GRASS-dev] i.atcorr don't compile

2011-09-29 Thread Glynn Clements
Markus Neteler wrote: > GDAL uses .cpp. Also others - a quick local poll on my dev machine: > > [neteler@north ~]$ locate '.cpp' | wc -l > 14213 > [neteler@north ~]$ locate '.cc' | wc -l > 834 > [neteler@north ~]$ locate '.cxx' | wc -l > 672 Probably influenced by MSVC/DevStudio using .cpp. >

Re: [GRASS-dev] i.atcorr don't compile

2011-09-29 Thread Martin Landa
2011/9/29 Markus Neteler : > I'd vote for .cc|.cxx -> .cpp personally I prefer `.cpp`. Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] i.atcorr don't compile

2011-09-29 Thread Markus Neteler
On Thu, Sep 29, 2011 at 10:28 PM, Glynn Clements wrote: > > Markus Neteler wrote: > >> You need to configure GRASS with --with-cxx to enable the compilation >> of i.atcorr. > > Should this be enabled by default? Yes, why not. > With libraries, there's at least a possibility that the user might >

Re: [GRASS-dev] i.atcorr don't compile

2011-09-29 Thread Martin Landa
2011/9/29 Glynn Clements : >> You need to configure GRASS with --with-cxx to enable the compilation >> of i.atcorr. > > Should this be enabled by default? I would say 'yes'. Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___ grass-dev mailing

Re: [GRASS-dev] i.atcorr don't compile

2011-09-29 Thread Glynn Clements
Markus Neteler wrote: > You need to configure GRASS with --with-cxx to enable the compilation > of i.atcorr. Should this be enabled by default? With libraries, there's at least a possibility that the user might infer that a particular module will need the appropriate --with-* flag. But there's

Re: [GRASS-dev] i.atcorr don't compile

2011-09-29 Thread Markus Neteler
On Thu, Sep 29, 2011 at 4:57 PM, Alfredo Alessandrini wrote: > Hi, > > the module i.atcorr in 6.4svn and 7svn don't compile (debian wheezy - 64 bit). > > With make in the mail folder I have not error. (for the list record, since Anne solved it offlist already) You need to configure GRASS with --

[GRASS-dev] i.atcorr don't compile

2011-09-29 Thread Alfredo Alessandrini
Hi, the module i.atcorr in 6.4svn and 7svn don't compile (debian wheezy - 64 bit). With make in the mail folder I have not error. With make in i.atcorr folder I've this log: http://dpaste.com/hold/623443/ Thanks, Alfredo ___ grass-dev mailing list