Hi all,
Is there a makefile for a pix_external somewhere? OR could someone give me some pointers on how to make one?
I am looking for something I can put in a folder with the .cpp and .h files and run make...
I suppose I would have to link to GEM somehow...
So far, I can only think of the output of compiling gem pix_ in osx and start from there:
g++ -c -I.. -I/Applications/Pd-0.42-5.app/Contents/Resources//src -DHAVE_CONFIG_H -g -O2 -fPIC -freg-struct-return -Os -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx -fpascal-strings pix_external.cpp -o ../Objects/pix_external.o
best,
J