-
Notifications
You must be signed in to change notification settings - Fork 33
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
New project won't run #36
Comments
I have noticed the same issue. I wouldn't know how to diagnose it as I am an absolute beginner with Scenic and Elixir in general. I noticed, though, that you can work around this issue pretty easily (I'd still like to understand it!):
Let it fail... abort.
Build again. Profit. |
@Fusion what OS version are you using? And what version of Elixir and Erlang? |
This is a not a very standard configuration: |
If this boils down to a command line fix - that sounds like an addition to the readme. |
@boydm I get this error on Mac 10.14.5 as well so I think there's something going on. It seems odd that the |
@axelson Yes that is weird. I'll try to repo. |
I have a repo. Working on it. |
I noticed that the Makefile for scenic uses I also read through elixir_make which has this comment:
That's why I have a patch which I'll be submitting a PR for. |
Oh good! I am swamped with something else have haven't been able to focus on it properly. I suspected it was something like that. |
Worked for me as well, on OSX Mojave 10.14.5. |
I'm using WSL too but in my case this file seemingly got created fine:
But still:
Ubuntu 18.04.4 LTS on WSL Different issue? |
After running:
After some normal compilation errors I get this output:
And a scenic window never opens. I don't think it's a system dependency issue because I have another scenic application that's still working. I'll try and update all the deps on that later to narrow down possible issues.
Elixir version: Elixir 1.8.1 (compiled with Erlang/OTP 21)
Erlang version: 21.2.4
And this is with the latest scenic.new task
Edit: To work around this you need to
rm -rf _build
and then recompile and re-run.The text was updated successfully, but these errors were encountered: