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

Language Configuration broken for osx command line sclang #366

Closed
timblechmann opened this issue Jul 29, 2012 · 3 comments
Closed

Language Configuration broken for osx command line sclang #366

timblechmann opened this issue Jul 29, 2012 · 3 comments
Assignees
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. comp: sclang sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library" env: SCIDE os: macOS

Comments

@timblechmann
Copy link
Contributor

the command-line sclang application on osx does not seem to correctly populate the paths:

sc_GetResourceDirectory() calls into SC_StandAloneInfo::GetResourceDir(), which seems to work from inside SC.app, but returns $HOME/.sclang/SCClassLibrary in the command-line sclang.

@timblechmann
Copy link
Contributor Author

maybe the IDE should default to run the sclang cli tool from within the bundle. not clean, but at least it should work

@ghost ghost assigned joshpar Aug 17, 2012
@timblechmann
Copy link
Contributor Author

josh's approach is to provide a separate sclang.app bundle

@timblechmann
Copy link
Contributor Author

for the record: command-line sclang has to be called from inside the sclang/scapp bundle

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. comp: sclang sclang C++ implementation (primitives, etc.). for changes to class lib use "comp: class library" env: SCIDE os: macOS
Projects
None yet
Development

No branches or pull requests

2 participants