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

help not installed properly (at least under Linux) #1174

Closed
nuss opened this issue Aug 24, 2014 · 5 comments
Closed

help not installed properly (at least under Linux) #1174

nuss opened this issue Aug 24, 2014 · 5 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.

Comments

@nuss
Copy link
Contributor

nuss commented Aug 24, 2014

In commit 09b5a40 line 415 to 429 in CMakeLists.txt have been deleted which seems to prevent copying the help-sources to its destination in /usr/local/share/SuperCollider/HelpSource. Adding these line again to CMakeLists.txt seems to solve the problem though I'm not sure that's the proper fix to the problem.

@danstowell
Copy link
Member

Maybe line 414 is the problem. It appears to be the intended replacement but it executes a shell command beginning ln -shF. On my machine that results in

      ln: invalid option -- 'h'

@nuss does it work for you if you fix up than ln command, e.g. by removing the h?

@timblechmann, could you please check if you intended to add a different flag? Maybe the h was meant to be something else.

@danstowell danstowell added the bug label Aug 24, 2014
@danstowell
Copy link
Member

Ah no my mistake - I was reading too quickly - @timblechmann did not add that line, it's presumably OK when executed on Mac.

It looks reasonable to reinstate that chunk of code, since I can't see any other part of the new code that tries to do its job. Though maybe there's some incomplete re-implementation to consider. Sorry to be so confused - I can't quite infer the intentions from the cmake code.

@timblechmann
Copy link
Contributor

compare #1175

@danstowell
Copy link
Member

works here, thanks

@nuss
Copy link
Contributor Author

nuss commented Aug 24, 2014

here too. Help is available again ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs.
Projects
None yet
Development

No branches or pull requests

3 participants