Opened 5 years ago

Last modified 16 months ago

#58009 assigned defect

lmms: no matching function for call to 'min'

Reported by: mojca (Mojca Miklavec) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: cooljeanius (Eric Gallager)
Port: lmms

Description

I noticed this while updating fluidsynth and it should hopefully be easy to fix:

/opt/local/var/macports/build/_Users_vsts_agent_2.144.2_work_1_s_multimedia_lmms/lmms/work/lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:543:27: error: no matching function for call to 'min'
            buffer[pos] = std::min(*params[param_limit] / std::max(fabs(sum_left), fabs(sum_right)), 1.0);
                          ^~~~~~~~

Change History (3)

comment:1 Changed 5 years ago by mojca (Mojca Miklavec)

In 3ee3d446576277480db5053868eb38add1220bae/macports-ports (master):

fluidsynth: revbump dependent ports

The lmms port seems to be broken and denemo requires <= 10.11.
See: #58009
See: #58010

comment:2 Changed 21 months ago by barracuda156

The port should be updated. Current version is 1.2.2: https://github.com/LMMS/lmms

comment:3 Changed 16 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.