diff --git a/Makefile b/Makefile index 0222fb2..777a51c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ FAUST_VERSION = 2.72.14 linux-adv-alsa linux-adv-pulse linux-adv-jack linux-adv-all \ faust rubberband libsndfile_formats \ all_deps light_deps nomp3_deps \ - test test-audio test-faust test-warpbuf \ + test test-audio test-faust test-warpbuf probe-chugins \ clean reset sign all: build @@ -216,3 +216,6 @@ test-faust: test-warpbuf: @pd -nogui -send "pd dsp 1" -open chuck_tilde/tests/test_warpbuf.pd + +probe-chugins: + @ ./build/chuck --chugin-probe --chugin-path:chuck_tilde/examples/chugins diff --git a/docs/linux-bugs.txt b/docs/linux-bugs.txt index f30cb35..cac6302 100644 --- a/docs/linux-bugs.txt +++ b/docs/linux-bugs.txt @@ -1,6 +1,28 @@ +on ubuntu 24.04 + +libsndfile1-dev 1.2.2 +libflac-dev 1.4.3 +libogg-dev 1.3.5 +libopus-dev 1.4 +libvorbis-dev 1.3.7 +libmpg123-dev 1.32.5 + +## make full + [chuck:2:SYSTEM]: | | | reason: /home/sa/projects/pd-chuck/chuck_tilde/examples/chugins/Faust.chug: undefined symbol: FLAC__StreamDecoderErrorStatusString [chuck:2:SYSTEM]: | | [chugin] WarpBuf.chug [FAILED]... [chuck:2:SYSTEM]: | | | reason: /home/sa/projects/pd-chuck/chuck_tilde/examples/chugins/WarpBuf.chug: undefined symbol: FLAC__StreamEncoderInitStatusString +## make linux + +[chuck:8:FINER!]: | allocated VM stack (size:16384 alloc:16912) + +chuck~ • Executing perform routine +sample rate: 44100 +buffer size: 64 +[chuck:10:ALL!!]: Object constructor... + +pd: symbol lookup error: /home/sa/projects/pd-chuck/chuck_tilde/tests/../examples/chugins/Faust.chug: undefined symbol: _Z26createDSPFactoryFromStringRKSsS0_iPPKcS0_RSsi +make: *** [Makefile:215: test-faust] Error 127