Opened 4 years ago

Closed 4 years ago

#60831 closed defect (fixed)

gr37-ofdm: error: implicit conversion from '_Complex double' to 'float' is not permitted in C++

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

Description

https://build.macports.org/builders/ports-10.15_x86_64-builder/builds/34203/steps/install-port/logs/stdio

/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_science_gr-ofdm/gr37-ofdm/work/gr-ofdm-a40720c708b75ad4c12ff09e49931879e9f90e78/lib/allocation_src_impl.cc:72:30: error: implicit conversion from '_Complex double' to 'float' is not permitted in C++
        ,d_amplitude_out(1.0 + 1.0i)
         ~~~~~~~~~~~~~~~ ~~~~^~~~~~

Change History (1)

comment:1 Changed 4 years ago by Davide Gerhard <ra1nb0w@…>

Resolution: fixed
Status: assignedclosed

In 1f07fd6302db4f298180ac795e78e6c708cfa0dd/macports-ports (master):

gr37-ofdm: fix conversion error from '_Complex double' to 'float'

fix error: implicit conversion from '_Complex double' to 'float' is
not permitted in C++

Closes: #60831

Note: See TracTickets for help on using tickets.