please make and install libsndfile and SDL(build using Xcode and copy SDL.framework to /Library/Frameworks) on Intel Mac and uncomment the following prt of makefile.osx. then you can make CHucK 1.2.0.5 successfully. it works fine on my macbook pro.
you can also install from fink and use according LIBS+= -L/sw/lib - lsnfile and INCLUDES=-I/sw/include. It has worked for me.
=====
#--------------------------------------------------------------------- -------- # by default, ChucK uses a pre-configured libsndfile... # uncomment the next 3 lines to use libsndfile on your system #--------------------------------------------------------------------- -------- FLAGS+= -D__CK_SNDFILE_NATIVE__ LIBS+= -lsndfile SF_OBJ=
#--------------------------------------------------------------------- -------- # by default, ChucK uses a custom skeleton libsdl for joystick support... # uncomment the next 2 lines to use libsdl on your system #--------------------------------------------------------------------- -------- FLAGS+= -D__CK_SDL_NATIVE__ LIBS+= -framework SDL
=====
best,
-- akihiro kubota
algorithmic improvisor/digital materialist http://homepage2.nifty.com/~bota http://www.societyofalgorithm.org/ _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users