chugins icon indicating copy to clipboard operation
chugins copied to clipboard

WarpBuf not building in linux manjaro

Open celestebetancur opened this issue 10 months ago • 1 comments

It looks like it is not up to date with some of the new chuck API functions, also the build script should not try to create the folder /usr/local/lib/chuck. After updating this two things a new error in the final linking for libsndfile: relocation R_X86_64_PC32 against symbol `sf_errno' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value @DBraun :)

celestebetancur avatar Aug 23 '23 20:08 celestebetancur

Update here, I think this is just a problem with a cxx flag with CMAKE. The project includes many CMakeList.txt and for linux this flag is needed for shared libraries. We also found this problem with chuGL chugin and and maybe Faust... :) @DBraun

celestebetancur avatar Oct 12 '23 04:10 celestebetancur