[chuck-users] ChucK on Intel Mac

eduard eduard.aylon at gmail.com
Tue Apr 4 01:34:22 EDT 2006


>
> 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 <akihiro.kubota at nifty.com> <ak at societyofalgorithm.org>
> algorithmic improvisor/digital materialist
> http://homepage2.nifty.com/~bota
> http://www.societyofalgorithm.org/
>
>
>
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users



More information about the chuck-users mailing list