-
Notifications
You must be signed in to change notification settings - Fork 26
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
Linking error #293
Comments
This is not a bug in the String library! The error message is telling you that it cannot write to the file |
(You should see the same error if you remove everything but the |
yes, there is already a folder name test, and when I rename the folder to test123, then re-compile the snippet, there is no error. |
That makes sense. You were trying to write an executable program to a file used as a folder, which was rejected by bash. Closing this now! |
I tried to compile the following example with extractor pattern
And I get the error message:
the error message doesn't appear when I compiled it in the root folder of Encore's compiler.
The text was updated successfully, but these errors were encountered: