View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

Linux FAQ

Home   How To   Code Pool   Public Library   Theory   Events
See also SuperCollider FAQ.

  1. Why do i get "ERROR: Primitive '_FilePutString' failed." when starting sclang or compiling synthdefs?
  2. How do i compile scsynth plugins on the command line?

Why do i get "ERROR: Primitive '_FilePutString' failed." when starting sclang or compiling synthdefs?

sclang requires a `synthdefs' folder in the directory you start it from. You can do either of the following:
e.g. I put all my SC related files in `~/SuperCollider' which contains a `synthdefs' subdirectory; i've set `sclang-runtime-directory' to "~/SuperCollider" accordingly.

How do i compile scsynth plugins on the command line?

When no makefile or scons script is provided, the following is required for building a binary plugin:

Link to this Page