On Fri, Sep 12, 2008 at 3:57 PM, Adrien <[EMAIL PROTECTED]> wrote:
> Sorry for the late answer, I couldn't get access to the internet.
>
> You can try libao. Its bindings are very easy to use and ao itself
> works great[1]. As far as I know libao is available on the mac but
> I've never tried it.
>
> http://sourceforge.net/project/showfiles.php?group_id=89802&package_id=223788
>
> [1] better than alsa on linux even though it uses alsa in fact...

Thanks for the tip! Though after (configure & make install) on libao,
trying the example in ocaml-ao 0.1.9:

---
$ ./configure
...
$ make
...
$ sudo make install
...
$ cd examples/
$ make
...
$ ./ao_test
dyld: lazy symbol binding failed: Symbol not found: _dlsym_auto_underscore
  Referenced from: /usr/local/lib/libao.2.dylib
  Expected in: flat namespace

dyld: Symbol not found: _dlsym_auto_underscore
  Referenced from: /usr/local/lib/libao.2.dylib
  Expected in: flat namespace

zsh: trace trap  ./ao_test
---

I get the feeling that OS X 10.5 isn't the most popular OS version
with OCaml developers... or that my environment is somehow broken.
LablGL and friends seem to work perfectly, though.

Is there anyone on OS X 10.5 who can confirm that any of the audio
libraries mentioned in this thread (ocaml-jack, ocaml-bjack, OCamlSDL,
ocaml-ao) so far work for them?

ocaml-ao so far looks the simplest and builds the cleanest, so I am
going to look into that one first to figure out the linking error if I
can.

-- 
Tom Lieber
http://AllTom.com/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to