• 23.05.2024, 08:58
  • Registrieren
  • Anmelden
  • Sie sind nicht angemeldet.

 

Lieber Besucher, herzlich willkommen bei: Aqua Computer Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

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

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