Hi, bob~ failed to link again. By the way, there is no pd.lib. When I build externals on Windows I always link against a pd.dll. This also worked when I build bob~ myself. Why don't we finish building Pd first (creating the pd.dll which is not there yet) and then build and link the extra externals in a second step?
Gesendet: Freitag, 23. September 2016 um 04:59 Uhr Von: "Dan Wilcox" danomatika@gmail.com An: "Christof Ressi" christof.ressi@gmx.at Cc: pd-list@lists.iem.at Betreff: Re: [PD] configure fails for portaudio (Windows 7)
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[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[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