monome / libmonome

makes writing applications for Monomes easy.
ISC License
302 stars 158 forks source link

Checking for liblo fails #43

Closed barksten closed 6 years ago

barksten commented 8 years ago

waf configure fails with Checking for liblo.

I couldn't find any information about this dependency. I installed it with brew install liblo (I'm on a mac) but waf still fails:

['/usr/bin/clang', 'test.c.1.o', '-o', 'libmonome/build/.conf_check_2b591adc3300f330d1bbd3f91f2ee0d7/testbuild/testprog', '-llo'] err: ld: library not found for -llo clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is there a way to specify the path or something?

barksten commented 8 years ago

Related thread on lines: Libmonome C programming

amj commented 7 years ago

@barksten did you get this figured? hit the same thing last night, did the exact same thing too, brew install liblo and then headed over here to see if anyone knew what was up ;)

simonvanderveldt commented 6 years ago

@barksten @amj Is this still the case/happening for you?

barksten commented 6 years ago

I'm sorry, I've sold my grid almost a year ago and have not been around this ever since.

simonvanderveldt commented 6 years ago

I'm sorry, I've sold my grid almost a year ago and have not been around this ever since.

@barksten No need to apologize ;) Thanks for the response!

I'll see if I can do some testing on macOS to check if this still happens.

colinmcardell commented 6 years ago

FYI - I just ran through the build process on macOS Sierra 10.12.6 with success, hopefully this is helpful: libmonome_liblo