-
Notifications
You must be signed in to change notification settings - Fork 5
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
Accepts escape sequence in path #1
Comments
oh i probably need to .replace( would you mind hand-editing the file and seeing if doubling the backslashes works? |
The forward slash works, I noticed it also takes the path of the |
ok i'll just replace it all with forward slashes then.... |
committed |
Everything being fixed, this is where it fails for me:
|
I think it should be calling |
hmmm looks like it is does it need .exe added to the end of the config? (tbh I did most my testing on linux since android studio kept crashing on me on windows. super surprising, usually i find stuff just works on windows and fails on linux!) |
what's the full path of your thing that runs successfully? |
The full path would have to be |
|
|
argh I'll have to come back to this, I'm out of time tonight. thanks for working with me on it though, i'm sure it is something simple here but i gotta work it again. |
There should be some kind of |
it might help to just put that But the idea of this config is that it is specialized on target already. (my original version of this broke it all out separately but the ldc team told me tis config is supposed to work more generically) |
Using clang++.exe without a flag, I also needed to use and then I'm stuck on:
|
the -gcc option is supposed to give it a root path to find all that stuff sorry i really do need to get to bed, but here's the doc page i was trying to follow: |
annoying. but after fixing that, otherwise clean system, i am indeed able to reproduce your error. Simply adding ".cmd" to the end of the Pushed a new commit to fix the problems in android-setup.d. You'll need to grab that rebuild, delete the config it made in ldc2.conf and delete the runtime-* directories so it starts fresh. but now it works. just need to figure out why it thinks hacks is specified twice then i can tag a new version |
On windows, when running with the command:
./android-setup.exe C:\Users\PC\AppData\Local\Android\Sdk
This is copied to the ldc2.conf file as-is and I get errors when building:
line 54: Unexpected escape sequence: \U
The text was updated successfully, but these errors were encountered: