Closed MylesBorins closed 12 years ago
which ones?
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
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"?
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
i guess the solution is to add /opt/local to the list of prefixes we look for.
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
that is all