patricksebastien / libpd4unity

libpd for unity 3d
101 stars 20 forks source link

Current version does not work. #1

Closed hybridherbst closed 11 years ago

hybridherbst commented 11 years ago

The current libpdcsharp.dll has a missing requirement for "libpthread-2.dll", probably because MingW gcc-4.50 ships with that. Either this dll has to be included or the built made against "pthreadGC2.dll", which seems to be shipping with gcc-4.6x and also with earlier versions.

Using an older commit of libpdcsharp.dll together with pthreadCG2.dll made it work again.

patricksebastien commented 11 years ago

Noted.

In the README: install mingw and compile libpd (https://github.com/libpd/libpd) make csharplib copy libs/libpdcsharl.dll to Assets/Plugins