Skip to content

New project won't run #36

@axelson

Description

@axelson

After running:

mix scenic.new example
cd example
mix deps.get
iex -S mix

After some normal compilation errors I get this output:

Generated scenic_driver_glfw app
==> example
Compiling 2 files (.ex)
Generated example app
Interactive Elixir (1.8.1) - press Ctrl+C to exit (type h() ENTER for help)
sh: /tmp/example/_build/dev/lib/scenic_driver_glfw/priv/prod/scenic_driver_glfw: No such file or directory

08:47:17.330 [error] dirty close

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions