Actually, I just made a commit that may help. I looked into the pd-lib-building ldflags for windows and updated bob~ to try a dyamic link to pd.dll. Maybe this will work.
Do a pull and then the whole make clean && ./configure && make mess again. Thanks
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Sep 22, 2016, at 8:14 PM, Dan Wilcox danomatika@gmail.com wrote:
Cool. Fixing things one step at a time. I’m seeing the correct flags when building bob~ now.
Do you see a pd.lib in either /src or /src/.libs?
Also, can you remove “-lpd” from configure.ac line 112 then do the following?
make clean ./configure make
I’m curious to see if not linking pd will allow bob~ to link correctly. If it does, then the build should fail on bonk~.
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Sep 22, 2016, at 8:01 PM, Christof Ressi <christof.ressi@gmx.at mailto:christof.ressi@gmx.at> wrote:
Hi, here's the error output. After 'make' I have the following files in my bin: pd.exe, pd-gui script, pdreceive.exe and pdsend.exe.
Christof