Opened 6 years ago

Closed 6 years ago

#55842 closed defect (fixed)

gr-lora: error: variable length array of non-POD element type 'gr_complex'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gr-lora

Description

/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_science_gr-lora/gr-lora/work/gr-lora-994f80ce53d01d40ff424f0e2fc623444b60dcf0/lib/decoder_impl.cc:136:27: error: variable length array of non-POD element type 'gr_complex' (aka 'complex<float>')
            gr_complex tmp[d_samples_per_symbol*3];
                          ^
/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_science_gr-lora/gr-lora/work/gr-lora-994f80ce53d01d40ff424f0e2fc623444b60dcf0/lib/decoder_impl.cc:695:28: error: variable length array of non-POD element type 'gr_complex' (aka 'complex<float>')
            gr_complex mult[window];
                           ^
8 warnings and 2 errors generated.

Change History (2)

comment:1 Changed 6 years ago by michaelld (Michael Dickens)

Guessing since there is no gr-lora any longer, that this isn't an issue. I'll try building the 2 gr-lora versions to make sure. Can you confirm whether it's still an issue?

comment:2 Changed 6 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed

Both gr-lora subport build cleanly for me. I'm guessing this ticket's issue is no longer a problem, so I'm closing it as fixed.

Note: See TracTickets for help on using tickets.