• 18.07.2025, 19:19
  • Registrieren
  • Anmelden
  • Sie sind nicht angemeldet.

 

robba

Newbie

aeinfo can't install it on Ubuntu

Donnerstag, 13. August 2009, 20:54

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

robba

Newbie

Donnerstag, 20. August 2009, 20:05

Does Anyone is using the Aquaero under Linux?

Please

moz

unregistriert

Donnerstag, 27. August 2009, 16:07

Hello, if your problem is still not fixed (better late than never ^^):
seems that Aeinfo was compiled with a lesser version of gcc (compiler version problem is what youre having).
gcc 4.3 requires some more header files to be included, for stderror its stdlib.h for example.

Try upgrading your gcc or try compiling with a lesser version. Either of those suggestions may help.
Oh and ofc you can always try 'tweaking' the source files too :)

Regards
moz