Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

gmake and SCAM

Hi,
I am attempting to build SCAM from the CAM3.1 distribution but the build is failing at the first step using "gmake".

Does anyone know what this error means and how to fix it? All proceeds OK up to this point.

thanks a lot,
-mark
...

g++ -c -Wall -g -DLINUX -DREAL_TYPE=double -DNeedFuncProto -I/usr/local/cam1/models/atm/cam/tools/scam/ui -I/usr/local/cam1/models/atm/cam/tools/scam/scm_init -I/usr/local/netcdf/include -I/usr/local/qt/include -I. -I/usr/local/ncarg/include ChangeAxisScaleDlgImpl.moc.cpp
In file included from model.h:10,
from manager.h:15,
from plot.h:18,
from ChangeAxisScaleDlgImpl.h:5,
from ChangeAxisScaleDlgImpl.moc.cpp:11:
ascii_dataset.h:18: error: extra qualification â on member â
gmake[1]: *** [ChangeAxisScaleDlgImpl.moc.o] Error 1
gmake[1]: Leaving directory `/usr/local/cam1/models/atm/cam/tools/scam/ui'
gmake: *** [all] Error 2
 
Top