So, that worked for installing the library using homebrew, but I’m still having trouble building examples/test.c
First I ran the LIBRARY_PATH command from @alesaccola. Then I ran gcc -o test examples/test.c, which resulted in
Undefined symbols for architecture x86_64:
"_monome_led_all", referenced from:
_main in test-6a9c2d.o
"_monome_led_col", referenced from:
_test_led_col_8 in test-6a9c2d.o
_test_led_col_16 in test-6a9c2d.o
"_monome_led_intensity", referenced from:
_fade_out in test-6a9c2d.o
_main in test-6a9c2d.o
"_monome_led_map", referenced from:
_test_led_map in test-6a9c2d.o
"_monome_led_ring_map", referenced from:
_test_led_ring_set in test-6a9c2d.o
"_monome_led_row", referenced from:
_test_led_row_8 in test-6a9c2d.o
_test_led_row_16 in test-6a9c2d.o
"_monome_led_set", referenced from:
_test_led_on_off in test-6a9c2d.o
"_monome_open", referenced from:
_main in test-6a9c2d.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Here’s the build/config.log