×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Compilation Issue when using current GitHub source

  • Posts: 29
  • Thank you received: 11
I was trying to compile kstars using the (beta) 64-bit raspbian and hit this problem from a change made to the source 20 days ago:
./Projects/kstars/kstars/indi/indistd.h:35:38: error: ‘Properties’ in ‘class INDI::BaseDevice’ does not name a type
 using Properties = INDI::BaseDevice::Properties;
                                      ^~~~~~~~~~

My compiler version is g++ compiler is 8.3.0-6
Raspbian ls 5.10.17-v8+ #1403 SMP PREEMPT Mon Feb 22 11:37:54 GMT 2021 aarch64 GNU/Linux

Any suggestions for things I should try since I assume it compiles for the development team.

P.S. I was hoping to get a 64-bit version compiled on my 8GB RPi4 in the hope of fixing the memory allocation issue for large sensor images described in this post: 
     indilib.org/forum/development/8520-manag...in-raspberry-pi.html

 
2 years 11 months ago #69784

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

  • Posts: 349
  • Thank you received: 107
Run "git checkout 2e6e42f95e0511bad3d16242f4ef487032f0740b" and then try build again. There seems to be some changes that require latest INDI version.
If you really need latest Kstars then you will need build INDI from sources too.
Last edit: 2 years 11 months ago by nou.
2 years 11 months ago #69802

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

  • Posts: 239
  • Thank you received: 38
Have a similar error in the logs at binary-factor.kde.org.    

The windows nightly binary has been out for about 25 days or so.  I think the source for indi needs to be updated there as well.

binary-factory.kde.org/view/Windows%2064...Stars_Nightly_win64/
2 years 11 months ago #69853

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

Time to create page: 0.580 seconds