From: Mike Spears Date: 2006-07-25T23:33:06+09:00 Subject: Re: problem building ruby-audio-0.1.1 on OSX 10.4.7 Actually, never mind. It's working now, I just realized that I have to use require 'audio/sndfile' rather than require 'sndfile'. I was able to get a simple example to work; I'll play around some more later. Hans - I remember reading that you were insterested in wrapping portaudio. Are you still working on this? I have created a simple experimental extension to use portaudio, and I am wondering if I should eventually release it. I have a little oscillator object working as well and eventually I am going to try to get a little 'zoo' of signal generators, etc. going. (Following along the same modular ideas as csound). Thanks again for your help. > I can get the extension to compile now, but when I try to > use it, I get the > following error: > > > ~/Desktop/toscan/ruby-audio-0.1.1>irb > irb(main):001:0> require 'sndfile' > dyld: NSLinkModule() error > dyld: Symbol not found: _cNArray > Referenced from: > /usr/local/lib/ruby/site_ruby/1.8/powerpc-darwin8.7.0/sndfile.bundle > Expected in: flat namespace > > Trace/BPT trap >