how to install libsamplerate
Hello List, I recently installed macport on my laptop. For last few days I was having trouble in installing a library named Aubio. As it required 1-fftw3 2-libsndfile 3-automake 4-libsamplerate The first three I successfully installed on my mac and aubio finds them but the libsamplerate can not be installed through macports and secondly when I try to install it manually using sudo ./configur & make & make install. Then when I start installing aubio, it sends out an error message the package "samplerate" can not be found. Kindly suggest or advice an alternative solution which fixes the bug regards, tania
Tania: I searched for Aubio but didn't see a port in macports. Did you try the program's author? I searched in Google and got this: http://www-staff.it.uts.edu.au/~aj/blog/index.php4 Search that page for aubio, and see if those notes help. - Jason On 7/2/07, tania habib <taniahabib@gmail.com> wrote:
Hello List, I recently installed macport on my laptop. For last few days I was having trouble in installing a library named Aubio. As it required 1-fftw3 2-libsndfile 3-automake 4-libsamplerate
The first three I successfully installed on my mac and aubio finds them but the libsamplerate can not be installed through macports and secondly when I try to install it manually using sudo ./configur & make & make install. Then when I start installing aubio, it sends out an error message the package "samplerate" can not be found.
Kindly suggest or advice an alternative solution which fixes the bug regards, tania
_______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
Citando tania habib :
Hello List, I recently installed macport on my laptop. For last few days I was having trouble in installing a library named Aubio. As it required 1-fftw3 2-libsndfile 3-automake 4-libsamplerate
The first three I successfully installed on my mac and aubio finds them but the libsamplerate can not be installed through macports and secondly when I try to install it manually using sudo ./configur & make & make install.
I hope it was more like ./configure && make && sudo make install Did it generate no error message? Did it end with lines like /usr/bin/install blabla /usr/local/blabla
Then when I start installing aubio, it sends out an error message the package "samplerate" can not be found.
I would say the easier solution would be to first) locate where this installation of libsamplerate put the libs (if it has worked). You can try to ask spotlight if it knows a file looking like libsamplerate.blabla.dylib or .a, however it is probably in /usr/local/ second) build your app with flags telling it where to find the libs (things like CPPFLAGS='-I/opt/local/include -I/where/libsamplerate/include' LDFLAGS='-L/opt/local/lib -L/where/libsamplerate/lib' ./configure with /where/libsamplerate being where it was installed (probably /usr/local). And then try to build (make && make install) Best luck, Emmanuel
Hi Tania,
The first three I successfully installed on my mac and aubio finds them but the libsamplerate can not be installed through macports
You're in luck: I happened to have a port of libsndfile that I'd been working on but forgotten about, so I've now finished it up and added it to MacPorts; it'll become available once the PortIndex has regenerated in the next 12 hours. Let me know how you go after that, and, as a sidenote, please consider creating a port for aubio once you get it working! Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org
Hi Boey, Just to clearify, are you talking about libsndfile or libsamplerate. As the libsndfile is already at the Macports and libsamplerate isn't. BR, tania On 7/4/07, Boey Maun Suang <boeyms@macports.org> wrote:
Hi Tania,
The first three I successfully installed on my mac and aubio finds them but the libsamplerate can not be installed through macports
You're in luck: I happened to have a port of libsndfile that I'd been working on but forgotten about, so I've now finished it up and added it to MacPorts; it'll become available once the PortIndex has regenerated in the next 12 hours. Let me know how you go after that, and, as a sidenote, please consider creating a port for aubio once you get it working!
Kind regards,
Maun Suang
-- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org
Hello Boey, Everything seems to be working now :) Thanks again for putting up this port. In the end, just a newbie question but I would like to know that how a port is being made as I would really like to do that in future. If you have any reference material or link, I will really appreciate it if you can tell me about it. BR, Tania On 7/4/07, tania habib <taniahabib@gmail.com> wrote:
Hi Boey, Just to clearify, are you talking about libsndfile or libsamplerate. As the libsndfile is already at the Macports and libsamplerate isn't. BR, tania
On 7/4/07, Boey Maun Suang <boeyms@macports.org> wrote:
Hi Tania,
The first three I successfully installed on my mac and aubio finds them but the libsamplerate can not be installed through macports
You're in luck: I happened to have a port of libsndfile that I'd been working on but forgotten about, so I've now finished it up and added it to MacPorts; it'll become available once the PortIndex has regenerated in the next 12 hours. Let me know how you go after that, and, as a sidenote, please consider creating a port for aubio once you get it working!
Kind regards,
Maun Suang
-- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org
On Jul 4, 2007, at 09:32, tania habib wrote: [snip]
I would like to know that how a port is being made as I would really like to do that in future. If you have any reference material or link, I will really appreciate it if you can tell me about it.
See this previous message: http://lists.macosforge.org/pipermail/macports-users/2007-June/ 004151.html
participants (5)
-
Boey Maun Suang
-
Emmanuel Hainry
-
Jason M
-
Ryan Schmidt
-
tania habib