You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to compile the library as explained in the Readme:
On Unix systems, type ./configure in the top level directory, then make in the tests/ directory to compile the test programs.
If you checked out the code from git, please run ./autogen.sh before ./configure
So I ran ./autogen.sh then ./configure in the top level directory.
But when I run make in the tests/directory I get this error:
CXX midiprobe.o
make: *** No rule to make target '../librtmidi.la', needed by 'midiprobe'. Stop.
What did I do wrong ?
ubuntu 22.O4clang
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to compile the library as explained in the Readme:
So I ran
./autogen.sh
then./configure
in the top level directory.But when I run
make
in the tests/directory I get this error:What did I do wrong ?
ubuntu 22.O4
clang
The text was updated successfully, but these errors were encountered: