Skip to content

Instantly share code, notes, and snippets.

@ology
Created February 24, 2026 16:44
Show Gist options
  • Select an option

  • Save ology/2c9b4634a1436e7bf99bd64495714755 to your computer and use it in GitHub Desktop.

Select an option

Save ology/2c9b4634a1436e7bf99bd64495714755 to your computer and use it in GitHub Desktop.
rtmidi make problems
gene@zappa:~/Downloads/MIDI-RtMidi-FFI-0.09_001> make
cp FFI/rtmidi-ffi.fbx blib/lib/MIDI/RtMidi/FFI/rtmidi-ffi.fbx
cp FFI/pipefd.cpp blib/lib/MIDI/RtMidi/FFI/pipefd.cpp
cp lib/MIDI/RtMidi/FFI/Device/Out.pm blib/lib/MIDI/RtMidi/FFI/Device/Out.pm
cp lib/MIDI/RtMidi/FFI/AbstractDevice.pm blib/lib/MIDI/RtMidi/FFI/AbstractDevice.pm
cp lib/MIDI/RtMidi/FFI/Device/In.pm blib/lib/MIDI/RtMidi/FFI/Device/In.pm
cp lib/MIDI/RtMidi/FFI/Device.pm blib/lib/MIDI/RtMidi/FFI/Device.pm
cp lib/MIDI/RtMidi/FFI.pm blib/lib/MIDI/RtMidi/FFI.pm
"/Users/gene/perl5/perlbrew/perls/perl-5.38.0/bin/perl" -MFFI::Build::MM=cmd -e fbx_build
+c++ -I/Users/gene/perl5/perlbrew/perls/perl-5.38.0/lib/site_perl/5.38.0/darwin-2level/auto/share/dist/Alien-RtMidi/include/rtmidi -fno-common -DPERL_DARWIN -mmacosx-version-min=13.4 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -O3 -I/Users/gene/perl5/perlbrew/perls/perl-5.38.0/lib/site_perl/5.38.0/darwin-2level/auto/share/dist/FFI-Platypus/include -pthread -D__MACOSX_CORE__ -c ffi/pipefd.cpp -o ffi/_build/pipefd.o
+c++ -L/Users/gene/perl5/perlbrew/perls/perl-5.38.0/lib/site_perl/5.38.0/darwin-2level/auto/share/dist/Alien-RtMidi/lib -mmacosx-version-min=13.4 -dynamiclib -undefined dynamic_lookup -fstack-protector-strong ffi/_build/pipefd.o -framework CoreFoundation -framework CoreMidi -lrtmidi -install_name @rpath/blib/lib/auto/share/dist/MIDI-RtMidi-FFI/lib/librtmidi-ffi.dylib -o blib/lib/auto/share/dist/MIDI-RtMidi-FFI/lib/librtmidi-ffi.dylib
ld: warning: object file (/Users/gene/perl5/perlbrew/perls/perl-5.38.0/lib/site_perl/5.38.0/darwin-2level/auto/share/dist/Alien-RtMidi/lib/librtmidi.a[2](librtmidi_la-RtMidi.o)) was built for newer 'macOS' version (15.0) than being linked (13.4)
ld: warning: object file (/Users/gene/perl5/perlbrew/perls/perl-5.38.0/lib/site_perl/5.38.0/darwin-2level/auto/share/dist/Alien-RtMidi/lib/librtmidi.a[3](librtmidi_la-rtmidi_c.o)) was built for newer 'macOS' version (15.0) than being linked (13.4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment