'identifier' : const object must be initialized if not extern
The identifier is declared const but not initialized or extern.
Example
const int j; // error extern const int i; // OK, declared as extern