reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
180 stars 56 forks source link

[Error] pd120_decode_master build compilation failed #99

Closed ltiisidii closed 3 years ago

ltiisidii commented 3 years ago

Describe the bug pd120_decode_master build compilation failed: library match has Fortran sources but no Fortran compiler found

Screenshots and/or logs

imagen

Server information (please complete the following information):

Posible Solution

sudo apt-get install gfortran

reynico commented 3 years ago

hi! thanks for the report. Mind you please install just libgfortran5 to see if that handles the problem?

ltiisidii commented 3 years ago

Thanks to you Nico for motivating me to start playing with noaa and iss, I was able to solve it by executing: sudo apt-get install gfortran and the compilation worked.

reynico commented 3 years ago

thank you! fix already on master branch.