michaelh
michaelh
SMSoftware Mansion
Created by michaelh on 2/4/2024 in #membrane-help
Error when compiling free4chat
This is probably pretty basic but I'm at square one. I get an error when I'm compiling free4chat, a user-contributed elixir app that depends on membrane. > mix ecto.reset
==> free4chat
Unchecked dependencies for environment dev:
* membrane_rtc_engine (https://github.com/membraneframework/membrane_rtc_engine.git)
could not find an app file at "_build/dev/lib/membrane_rtc_engine/ebin/membrane_rtc_engine.app". This may happen if the dependency was not yet compiled or the dependency indeed has no app file (then you can pass app: false as option)
** (Mix) Can't continue due to errors on dependencies
==> free4chat
Unchecked dependencies for environment dev:
* membrane_rtc_engine (https://github.com/membraneframework/membrane_rtc_engine.git)
could not find an app file at "_build/dev/lib/membrane_rtc_engine/ebin/membrane_rtc_engine.app". This may happen if the dependency was not yet compiled or the dependency indeed has no app file (then you can pass app: false as option)
** (Mix) Can't continue due to errors on dependencies
how do I make sure the membrane dep is built first?
12 replies