Bonjour, visiteur, bienvenue sur les forums Aqua Computer Forum. Si c’est votre première visite, nous vous invitons à consulter l’Aide. Elle vous expliquera le fonctionnement de cette page. Pour avoir accès à toutes les fonctionnalités, vous devez vous inscrire. Pour cela, veuillez utiliser le formulaire d’enregistrement, ou bien lisez plus d’informations sur la procédure d’enregistrement. Si vous êtes déjà enregistré, veuillez vous connecter.
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
Does Anyone is using the Aquaero under Linux?
Please
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