On 2017년 07월 18일 18:42, Dan Wilcox wrote:
On Jul 18, 2017, at 6:20 PM, Max <[email protected] <mailto:[email protected]>> 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)




_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list

Reply via email to