essej / sooperlooper

GNU General Public License v2.0
191 stars 47 forks source link

No midi bindings on Raspian Bullseye #33

Closed fivenote closed 2 years ago

fivenote commented 2 years ago

Hi sooperloopers!

I've been compiling sooperlooper on Raspian Buster, and am now trying on Raspian Bullseye. I compile v1.7.8 and it runs, but I don't have any midi bindings. It won't load bindings from the saved .slb file or let me setup or learn the bindings. There's no error messages from slgui or sooperlooper.

Below is the output from ./configure. Am I missing a dependency?

I see "checking for /System/Library/Frameworks/CoreMIDI.framework... no" but I'm not sure if that's the problem or what I'd need to install if it is. FWIW... when I install the sooperlooper debian package I get v1.7.6 and midi bindings work.

checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking whether g++ supports C++11 features with -std=c++11... yes
OPT_CXXFLAGS is set based on  -pipe -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
checking for ranlib... ranlib
checking for --with-macosx-sdk... 
checking for --with-macosx-version-min... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for jack >= 0.80.0... yes
JACKLIBS is -ljack
checking for jack_client_open in -ljack... yes
checking for liblo >= 0.10... yes
checking for initscr in -lncurses... yes
checking for nodelay in -ltinfo... yes
checking for sigc++-2.0 >= 2.2.10... yes
checking for libxml-2.0 >= 2.5... yes
checking for sndfile >= 1.0.2... yes
checking for samplerate >= 0.0.13... yes
checking for rubberband >= 0.0.13... yes
checking for fftw3 >= 3.0... yes
WXCONFIG IS ""
checking for wx-config-2.6... no
checking for wxgtk2-2.5-config... no
checking for wxgtk2-2.4-config... no
checking for wxgtk-2.4-config... no
checking for wx-config... /usr/bin/wx-config
checking how to run the C++ preprocessor... g++ -std=c++11 -E
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for /System/Library/Frameworks/CoreMIDI.framework... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/gui/Makefile
config.status: creating version.h
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
=== configuring in libs (/home/pi/src/sooperlooper-1.7.8/libs)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
=== configuring in pbd (/home/pi/src/sooperlooper-1.7.8/libs/pbd)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking whether g++ supports C++11 features with -std=c++11... yes
checking for --with-macosx-sdk... 
checking for --with-macosx-version-min... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C++ preprocessor... g++ -std=c++11 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working memcmp... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for library containing getmntent... none required
checking for regcomp... yes
checking for select... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
checking for pthread_create in -lpthread... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libxml-2.0 >= 2.5... yes
checking for sigc++-2.0 >= 2.2.10... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating version.cc
config.status: creating pbd/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
=== configuring in midi++ (/home/pi/src/sooperlooper-1.7.8/libs/midi++)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports C++11 features with -std=c++11... yes
checking for ranlib... ranlib
CXXFLAGS is set based on  -pipe -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
checking for --with-macosx-sdk... 
checking for --with-macosx-version-min... yes
checking how to run the C++ preprocessor... g++ -std=c++11 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking for /System/Library/Frameworks/CoreMIDI.framework... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sigc++-2.0 >= 2.2.10... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking return type of signal handlers... void
checking for strdup... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating version.cc
config.status: creating midi++/Makefile
config.status: creating libmidi++.pc
config.status: creating libmidi++.spec
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
essej commented 2 years ago

Looks like you need to install the libasound2-dev package. I should add that to the README!

fivenote commented 2 years ago

Yup... that was it! I must have had libasound2-dev installed for something else on Buster before compiling sooperlooper. I also noticed that Raspian Bullseye comes with a lot less packages pre-installed.

Thanks for the quick reply. Love sooperlooper!