-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2013-11-06 13:56, Bas Kooiker wrote:
Hey List,
I'm new here, so let me first introduce myself.
welcome!
for future emails, it would help to set a "subject" of the email, so people can find your mail more quickly in their preferred mail client (or the list archives).
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
on w32 you usually need to link against "pd.dll". on your system, the linker can find "pd.dll", but it considers it "incompatible". most likely this is because on w32 pd (both pd-extended and pd-vanilla), are usually only built for 32bit architectures, whereas you seem to build for 64bit (x86_64-pc-cygwin).
you should either get yourself a 32bit cygwin or compile a 64bit version of Pd yourself.
mgasdr IOhannes