weixin_39987138 2020-11-20 21:02
浏览 0

Compile error during make in fluidsynth-1.1.1

Originally created by: mshrage-snet-net

/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/lash-1.0 -I/usr/include/alsa -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -Wall -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -MT libfluidsynth_la-fluid_jack.lo -MD -MP -MF .deps/libfluidsynth_la-fluid_jack.Tpo -c -o libfluidsynth_la-fluid_jack.lo test -f 'fluid_jack.c' || echo './'fluid_jack.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/lash-1.0 -I/usr/include/alsa -I/usr/include/alsa -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -Wall -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual -MT libfluidsynth_la-fluid_jack.lo -MD -MP -MF .deps/libfluidsynth_la-fluid_jack.Tpo -c fluid_jack.c -fPIC -DPIC -o .libs/libfluidsynth_la-fluid_jack.o
fluid_jack.c: In function ‘fluid_jack_driver_process’:
fluid_jack.c:491: error: too few arguments to function ‘jack_midi_get_event_count’
fluid_jack.c:495: error: too few arguments to function ‘jack_midi_event_get’
make[2]: [libfluidsynth_la-fluid_jack.lo] Error 1
make[2]: Leaving directory /root/fluidsynth/fluidsynth-1.1.1/src' make[1]: *** [all] Error 2 make[1]: Leaving directory/root/fluidsynth/fluidsynth-1.1.1/src'
make:
[all-recursive] Error 1
[root fluidsynth-1.1.1]#

Reported by: *anonymous

Original Ticket: fluidsynth/tickets/75

该提问来源于开源项目:FluidSynth/fluidsynth

  • 写回答

6条回答 默认 最新

  • weixin_39987138 2020-11-20 21:02
    关注

    Original comment author: diwic

    What version of jack are you using?

    Original comment by: elementgreen

    评论

报告相同问题?