|
Written by Tim Huege
|
|
Monday, 02 August 2010 11:10 |
|
Newer compilers tend to be stricter than older compilers. While COAST v3r2 compiles flawlessly on most older compilers, compilation can fail on very new ones.
The problems are usually very minor and thus easy to fix. Usually, they only consist of missing include statements. Try inserting the following statements to fix the problems:
in CorsikaToRoot/TC2R.h please insert #include<string>
in THRadio/TPlotter.cc and THRadio/TCorsika.cc and THRadio/histprofile.cc please insert #include<cstdlib>
The COAST version to be shipped with REAS3 will be updated to fix these problems. |