Skip to content

Commit

Permalink
snap
Browse files Browse the repository at this point in the history
  • Loading branch information
shakfu committed May 26, 2024
1 parent edebb8c commit 7e7490c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
22 changes: 22 additions & 0 deletions docs/linux-bugs.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7e7490c

Please sign in to comment.