Hi :
I'm in my first attempts to program with GRASS libraries, this is my
first query to the list as well. So it is probably a little naive.
Apologizes.
The GRASS source code I've seen seems to be C and not C++. I've tried to
compile C++ stuff just adding CC=g++ in the GMakefile but it gives
errors that seems related with the GRASS datatypes. What I'm doing
wrong?
Thanks in advance for any help.
Francisco Alonso
Geography Department
King's College London
UK
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
Francisco Alonso wrote:
Hi :
I'm in my first attempts to program with GRASS libraries, this is my
first query to the list as well. So it is probably a little naive.
Apologizes.
The GRASS source code I've seen seems to be C and not C++. I've tried to
compile C++ stuff just adding CC=g++ in the GMakefile but it gives
errors that seems related with the GRASS datatypes. What I'm doing
wrong?
There some differences between C and C++ in data type. So use CC=gcc instead.
You will use the C compiler and syntax.
Thanks in advance for any help.
Francisco Alonso
Geography Department
King's College London
UK
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
--
Robert Lagacé, professeur
Pavillon Comtois
Université Laval
Ste-Foy, Québec, G1K 7P4
tel : (418)-656-2131#2276
Fax : (418)-656-3723
E-mail : lagace@grr.ulaval.ca
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'