quiet / libcorrect

C library for Convolutional codes and Reed-Solomon
BSD 3-Clause "New" or "Revised" License
373 stars 95 forks source link

error in execution #46

Open minald1 opened 12 months ago

minald1 commented 12 months ago

Hi I am getting this error while running make command.

include/correct/reed-solomon/field.h:48:5: error: ‘for’ loop initial declarations are only allowed in C99 mode for (field_operation_t i = 1; i < 512; i++) {

Please let me know how to resolve this Thanks, Minal