Hi Yves, all,
On Nov 18, 2005, at 10:51 PM, Yves Degoyon wrote:
http://ydegoyon.free.fr/scrolllist.tar.gz ( only for linux here but would be grateful if someone would compile it on osx,
works right out of the box for me on OSX with the following Makefile :
NAME=scrolllist CSYM=scrolllist
current: pd_darwin
pd_darwin: $(NAME).pd_darwin
.SUFFIXES: .pd_darwin
DARWINCFLAGS = -DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes
-Wno-unused -Wno-parentheses -Wno-switch
.c.pd_darwin: #./tk2c.bash < $*.tk >$*.tk2c cc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o rm -f $*.o ../$*.pd_darwin ln -s $*/$*.pd_darwin ..
clean: rm -f *.o *.pd_* so_locations
./d5
PS. Excellent work!!