You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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
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 :)
The text was updated successfully, but these errors were encountered: