M
Magnus Olsson
When I try to compile a program from one of our supplies I get
following error message:
g++ -I../../../include -Wno-deprecated -c DataList.cc
I fil includerad från ../../../include/CMS/DataList.h:11,
från DataList.cc:12:
.../../../include/Tools/string.h:50: syntaxfel före "__extension__"
On row 50 in ../../../include/Tools/string.h is following:
const int INFINITY = -1;"
If I comment this row the compile go throw width no problem. Whey is
it so and how do I solve the problem without changing the code?
following error message:
g++ -I../../../include -Wno-deprecated -c DataList.cc
I fil includerad från ../../../include/CMS/DataList.h:11,
från DataList.cc:12:
.../../../include/Tools/string.h:50: syntaxfel före "__extension__"
On row 50 in ../../../include/Tools/string.h is following:
const int INFINITY = -1;"
If I comment this row the compile go throw width no problem. Whey is
it so and how do I solve the problem without changing the code?