monome / libmonome

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

makefile does not recognize macports installed libraries #16

Closed MylesBorins closed 12 years ago

MylesBorins commented 12 years ago

that is all

wrl commented 12 years ago

which ones?

MylesBorins commented 12 years ago

when I run the configure file it is unable to find the libraries even though they have been installed using macports which installs to /opt/local/bin

I guess I may have been wrong in writing this label as makefile rather than configure file

wrl commented 12 years ago

i presume you are referring to liblo, as libmonome does not depend on any other libraries. have you run ./configure with "--lo-prefix=/opt/local"?

MylesBorins commented 12 years ago

yeah it was liblo... as well as libconfuse with serialosc.... I ended up uninstalling my macports version of liblo and installed from source... it worked.

The only reason I brought this up is because most configure files (in fact all up until this point) have been able to find my macport installed libraries without a problem by default

wrl commented 12 years ago

i guess the solution is to add /opt/local to the list of prefixes we look for.

MylesBorins commented 12 years ago

Sounds like it could work as a solution

On Thu, Sep 15, 2011 at 6:32 AM, william light < reply@reply.github.com>wrote:

i guess the solution is to add /opt/local to the list of prefixes we look for.

Reply to this email directly or view it on GitHub: https://github.com/monome/libmonome/issues/16#issuecomment-2103068