×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Unable to build indi-3rdparty 2.0.6

  • Posts: 31
  • Thank you received: 3
Hi,

I´m trying to build the latest stable version of Indi 2.0.6 and Kstars 3.6.9 in my RPI4, but I´m getting the next error during the indi-3rdparty compilation:

/home/daniel/AstroRoot/indi-3rdparty/indi-avalonud/indi_avalonud_aux.cpp:37:10: fatal error: zmq.h: No existe el fichero o el directorio
37 | #include <zmq.h>
| ^~~~~~~
compilation terminated.
make[2]: *** [indi-avalonud/CMakeFiles/indi_avalonud_aux.dir/build.make:82: indi-avalonud/CMakeFiles/indi_avalonud_aux.dir/indi_avalonud_aux.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:3845: indi-avalonud/CMakeFiles/indi_avalonud_aux.dir/all] Error 2

Am I doing something wrong?
Thanks and regards.
2 months 3 weeks ago #98784

Please Log in or Create an account to join the conversation.

  • Posts: 270
  • Thank you received: 74
/usr/lib/x86_64-linux-gnu/libzmq.so.5 exists?
If no, libzmq5 is missing.
The following user(s) said Thank You: Juan Daniel
2 months 3 weeks ago #98786

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 3
Hi Toni,

It exists under /usr/lib/aarch64-linux-gnu (I´m using a Raspberry). However, it is a symbolic link to libzmq.so.5.2.4. I don´t know if it is an issue, previous version of Indi that I downloaded (2.0.3) compiled without problem.

Regards.
Last edit: 2 months 3 weeks ago by Juan Daniel.
2 months 3 weeks ago #98789

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 3
I don´t know if it is relevant, but zmq.h is missing from /usr/include. I think this folder is where gcc search the headers.
2 months 3 weeks ago #98790

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 3
Ook, installing libzmq3-dev, zmq.h appears under /usr/include. If compilation works I will post here.

Thanks!
2 months 3 weeks ago #98793

Please Log in or Create an account to join the conversation.

Time to create page: 0.514 seconds