Whoops, I think this was partially my fault. :P I had a gitignore rule that was hiding the expr~ folder so it wasn't actually added in the last updates. That is fixed now.
--------
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com

On Mar 29, 2015, at 1:01 PM, Dan Wilcox <danomatika@gmail.com> wrote:

It will still have the problem if you don’t do a make clean, as far as I recall.
--------
Dan Wilcox
@danomatika
danomatika.com

On Mar 29, 2015, at 1:00 PM, Antoine Rousseau <ant1rousseau1@gmail.com> wrote:

I will try. However the guy who had this issue was compiling on Linux, with the Makefile I guess.

2015-03-29 18:55 GMT+02:00 Dan Wilcox <danomatika@gmail.com>:
That’s related to my updates to the latest libpd which removed a few sources no longer in pd vanilla and added built in support for building the externals. You see this happen if you had an older version of ofxPd/libpd, upgraded to the latest version (git pull), then try to build without having cleaned the project. Can you experiment with this? I keep seeing people having trouble but I think it’s a pretty simple fix. Also, after upgrading, the project files need to be regenerated to handle the changes in files. This shouldn’t be a problem for Linux+Codeblocks since it just calls the Makefiles anyway.

--------
Dan Wilcox
@danomatika
danomatika.com

On Mar 29, 2015, at 12:44 PM, Antoine Rousseau <ant1rousseau1@gmail.com> wrote:

What’s the bug with ofxPd?

Actually it's not a bug, but it seems there is problem when compiling with latest pdlib. But I did not personally experiment this, as I use an older version. The log (see in french: http://codelab.fr/5696#p28677 ) was related to undefined references to expr_setup, pd_fft, mayer_fft...