[PD] [PD-announce] pd 0.48-0test1 released

Max abonnements at revolwear.com
Tue Jul 18 22:02:45 CEST 2017


On 2017년 07월 18일 18:42, Dan Wilcox wrote:
>> On Jul 18, 2017, at 6:20 PM, Max <abonnements at revolwear.com 
>> <mailto:abonnements at revolwear.com>> wrote:
>>> make clean
>> make: *** No rule to make target 'clean'.  Stop.
> 
> That means the the makefiles aren't generated. If so, you need to run to 
> generate them:
> 
> ./autogen.sh

ah, I see.

> Judging from the stack trace, I'm not sure pd was built with debugging 
> on. You can do a clean and rebuild with debugging by:
> 
> make clean
> ./configure --enable-debug --enable-jack
> make

cd bin
./pd
Segmentation fault

./pd -nrt as IOhannes suggested
runs ok.

gdb ./pd
run -nrt
also runs ok.


> If the stack trace output is the same, maybe try the above without 
> --enable-jack as well.

Pd runs like that!
make clean
./configure --enable-debug
make
cd bin
./pd
API 5 not supported, reverting to 1 (ALSA)






More information about the Pd-list mailing list