Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SC_PATH not set after configuration questionnaire #30

Open
jamshark70 opened this issue Aug 19, 2021 · 0 comments
Open

SC_PATH not set after configuration questionnaire #30

jamshark70 opened this issue Aug 19, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jamshark70
Copy link

$ cookiecutter https://github.com/supercollider/cookiecutter-supercollider-plugin
You've downloaded /home/dlm/.cookiecutters/cookiecutter-supercollider-plugin before. Is it okay to delete and re-download it? [yes]: y
full_path_to_supercollider_source [/home/wendy/supercollider (if you haven't cloned it yet, do that first! Press Ctrl-C to exit this script)]: /home/dlm/share/supercollider/
project_name [Simple Gain]: Analog Curve

... snip

Your project was successfully created!

Then I made a simple early version of the inner loop, and:

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo
CMake Warning at cmake_modules/SuperColliderServerPlugin.cmake:10 (message):
  No SC_PATH specified, defaulting to '../supercollider'.
Call Stack (most recent call first):
  CMakeLists.txt:29 (sc_check_sc_path)


CMake Error at cmake_modules/SuperColliderServerPlugin.cmake:19 (message):
  Could not find SuperCollider3 headers at
  '/home/dlm/share/tools/supercollider'.

  Please set SC_PATH to the root folder of the SuperCollider project relative
  to the folder containing this CMakeLists.txt file
Call Stack (most recent call first):
  CMakeLists.txt:29 (sc_check_sc_path)


-- Configuring incomplete, errors occurred!

I will, of course, set the path manually... but... what was the point of specifying the path during the questionnaire? It's right there: full_path_to_supercollider_source: /home/dlm/share/supercollider/ -- I did provide the information to the script, but then the script seems not to have done the right thing with it.

@jamshark70 jamshark70 added the bug Something isn't working label Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant