Hi, I just got my fantastic Aquaero and aquatubemeter but I can't install Aeinfo2.4 under Ubuntu.
When I type do make command it says something like:
/code
parsers.h:51: error: ‘strtol’ was not declared in this scope
parsers.h: In member function ‘virtual T LinearTransformParser<T>::parse(std::string)’:
parsers.h:202: error: there are no arguments to ‘atof’ that depend on a template parameter, so a declaration of ‘atof’ must be available
parsers.h:202: error: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from global.cpp:62:
ipc.h:283: error: ‘strerror’ was not declared in this scope
ipc.h: In member function ‘void Thread::start()’:
ipc.h:563: error: ‘strerror’ was not declared in this scope
ipc.h:571: error: ‘strerror’ was not declared in this scope
make: *** [all] Error 1
/end code
and it stop.
I'm have installed g++ 4.3
Thanks for any help
Roby