Hey List,

I'm new here, so let me first introduce myself. I'm Bas Kooiker, an Artificial Intellegence master student from the Netherland. For my thesis I'm working on unsupervised gesture recognition and for this purpose I would like to use the Gesture Variation Follower created by Baptiste Caramiaux that can be found here: http://baptistecaramiaux.com/blog/gesture-variation-follower-gvf/

That's where my question comes up.

I'm trying to build the pd object on a windows machine using the Makefile that comes with the code. I use Cygwin, installed all the required packages and have the last distribution of Pd-extended installed, but I get the following error:

g++   -rdynamic -shared -L"/cygdrive/c/Program Files/pd/src" -L"/cygdrive/c/Program Files/pd/bin" -o "gvf.dll" "gvf.o" "../src/GestureVariationFollower.o"   -lc -lpd
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /cygdrive/c/Program Files/pd/bin/pd.dll when searching for -lpd
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /cygdrive/c/Program Files/pd/bin/pd.dll when searching for -lpd
/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lpd
collect2: fout: ld gaf exit-status 1 terug
Makefile:270: recept voor doel 'gvf.dll' is mislukt
make: *** [gvf.dll] Fout 1

Any help with solving this is very much appreciated.

Best regards,
Bas Kooiker