On Mar 29, 2015, at 8:33 AM, pd-dev-request@lists.iem.at wrote:
Anyaway you should have a bug compiling ofxPd, which you can resolve by downloading a previous version of ofxPd (github/ofxPd/branch/tags/0.8.4).
What’s the bug with ofxPd? Since I wrote ofxPd, I’d like to fix it, if possible. :D
-------- Dan Wilcox @danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
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...
2015-03-29 17:10 GMT+02:00 Dan Wilcox danomatika@gmail.com:
On Mar 29, 2015, at 8:33 AM, pd-dev-request@lists.iem.at wrote:
Anyaway you should have a bug compiling ofxPd, which you can resolve by downloading a previous version of ofxPd (github/ofxPd/branch/tags/0.8.4).
What’s the bug with ofxPd? Since I wrote ofxPd, I’d like to fix it, if possible. :D
Dan Wilcox @danomatika danomatika.com robotcowboy.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 http://danomatika.com/ robotcowboy.com http://robotcowboy.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 http://codelab.fr/5696#p28677 ) was related to undefined references to expr_setup, pd_fft, mayer_fft...
2015-03-29 17:10 GMT+02:00 Dan Wilcox <danomatika@gmail.com mailto:danomatika@gmail.com>:
On Mar 29, 2015, at 8:33 AM, pd-dev-request@lists.iem.at mailto:pd-dev-request@lists.iem.at wrote:
Anyaway you should have a bug compiling ofxPd, which you can resolve by downloading a previous version of ofxPd (github/ofxPd/branch/tags/0.8.4).
What’s the bug with ofxPd? Since I wrote ofxPd, I’d like to fix it, if possible. :D
Dan Wilcox @danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
-- Antoine Rousseau <ant1rousseau1@gmail.com mailto:ant1rousseau1@gmail.com> http://www.metaluachahuter.com/compagnies/al1-ant1/ http://www.metaluachahuter.com/compagnies/al1-ant1/ http://al1ant1.free.fr http://al1ant1.free.fr/
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 robotcowboy.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...
2015-03-29 17:10 GMT+02:00 Dan Wilcox danomatika@gmail.com:
On Mar 29, 2015, at 8:33 AM, pd-dev-request@lists.iem.at wrote:
Anyaway you should have a bug compiling ofxPd, which you can resolve by downloading a previous version of ofxPd (github/ofxPd/branch/tags/0.8.4).
What’s the bug with ofxPd? Since I wrote ofxPd, I’d like to fix it, if possible. :D
Dan Wilcox @danomatika danomatika.com robotcowboy.com
-- Antoine Rousseau ant1rousseau1@gmail.com http://www.metaluachahuter.com/compagnies/al1-ant1/ http://al1ant1.free.fr
It will still have the problem if you don’t do a make clean, as far as I recall. -------- Dan Wilcox @danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.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 mailto: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 http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Mar 29, 2015, at 12:44 PM, Antoine Rousseau <ant1rousseau1@gmail.com mailto: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 http://codelab.fr/5696#p28677 ) was related to undefined references to expr_setup, pd_fft, mayer_fft...
2015-03-29 17:10 GMT+02:00 Dan Wilcox <danomatika@gmail.com mailto:danomatika@gmail.com>:
On Mar 29, 2015, at 8:33 AM, pd-dev-request@lists.iem.at mailto:pd-dev-request@lists.iem.at wrote:
Anyaway you should have a bug compiling ofxPd, which you can resolve by downloading a previous version of ofxPd (github/ofxPd/branch/tags/0.8.4).
What’s the bug with ofxPd? Since I wrote ofxPd, I’d like to fix it, if possible. :D
Dan Wilcox @danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
-- Antoine Rousseau <ant1rousseau1@gmail.com mailto:ant1rousseau1@gmail.com> http://www.metaluachahuter.com/compagnies/al1-ant1/ http://www.metaluachahuter.com/compagnies/al1-ant1/ http://al1ant1.free.fr http://al1ant1.free.fr/
-- Antoine Rousseau <ant1rousseau1@gmail.com mailto:ant1rousseau1@gmail.com> http://www.metaluachahuter.com/compagnies/al1-ant1/ http://www.metaluachahuter.com/compagnies/al1-ant1/ http://al1ant1.free.fr http://al1ant1.free.fr/
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 http://danomatika.com/ robotcowboy.com http://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 http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Mar 29, 2015, at 1:00 PM, Antoine Rousseau <ant1rousseau1@gmail.com mailto: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 mailto: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 http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Mar 29, 2015, at 12:44 PM, Antoine Rousseau <ant1rousseau1@gmail.com mailto: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 http://codelab.fr/5696#p28677 ) was related to undefined references to expr_setup, pd_fft, mayer_fft...
Ok, it was *completely* my fault due to some missing libpd files. Everything is fixed in the updates to ofxPd I made today. Just update to the latest ofxPd and regenerate you project. -------- Dan Wilcox @danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Apr 1, 2015, at 11:26 AM, Dan Wilcox danomatika@gmail.com wrote:
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 http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Mar 29, 2015, at 1:01 PM, Dan Wilcox <danomatika@gmail.com mailto: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 http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Mar 29, 2015, at 1:00 PM, Antoine Rousseau <ant1rousseau1@gmail.com mailto: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 mailto: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 http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Mar 29, 2015, at 12:44 PM, Antoine Rousseau <ant1rousseau1@gmail.com mailto: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 http://codelab.fr/5696#p28677 ) was related to undefined references to expr_setup, pd_fft, mayer_fft...