You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using gcc version 4.8.4 (ubuntu 14.04). I find I must add one line #include <cstdlib>
to file brukerparameterparser.cpp
and add one line #include <climits>
to file brukerrawdata.cpp, after which the code can be successfully built.
Otherwise, the error will be exist function and SHRT_MAX are not defined.
Thanks,
Mengye Lyu
The text was updated successfully, but these errors were encountered:
Hi,
I am using gcc version 4.8.4 (ubuntu 14.04). I find I must add one line
#include <cstdlib>
to file brukerparameterparser.cpp
and add one line
#include <climits>
to file brukerrawdata.cpp, after which the code can be successfully built.
Otherwise, the error will be exist function and SHRT_MAX are not defined.
Thanks,
Mengye Lyu
The text was updated successfully, but these errors were encountered: