18 Apr
2006
18 Apr
'06
1:18 p.m.
On Tue, Apr 18, 2006 at 07:18:33AM -0700, Scott Davidson wrote:
Under linux, the default is to use libsndfile headers and libraries installed on your system (and completely ignore util_sndfile.*). So, it should be using 1.0.11-1.rhfc4.ccrma, unless you changed it in the makefile.
Nope, didn't change anything in the Makefile.
You should make sure that when you compile ChucK, it is using your native libsndfile libraries. The ones included with ChucK currently break on Linux. Look for the lines: #FLAGS+= -D__CK_SDL_NATIVE__ #LIBS+= -lsdl And remove the #'s. martin robinson