-
Notifications
You must be signed in to change notification settings - Fork 16
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
Change "" to '' for compatibility with linux #213
Comments
@paolomassa has any progress been made on this? Are you sure the issue is the |
We still need to implement the modifications, I'll do that soon. For what I know it should be just a problem of changing " with ' , nothing more. |
Ok I guess I just don't understand the problem "linux" doesn't have an issue with I created these tiny test scripts and they work on linux? test_func.pro
test_pro.pro
|
For what I understood, the problem is that the IDL installation on linux has troubles sometimes when strings are defined within @PaipaPsyche could you please tell us more if it was you who found this issue? Thanks! |
I'm running SSW on an Ubuntu distribution. For some reason I always have an error when running the demo because of these "" strings (the subroutines cannot recognize the specified date/UID ). The error disappears when replacing the " for ' in the scripts. |
Do you happen to know the encoding of the file is? |
it's ASCII |
There are some places in the code in which strings are defined within "" (see, e.g., here and ). This is incompatible with linux distributions. It should be changed to ' ' in the entire software.
The text was updated successfully, but these errors were encountered: