Skip to content
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

undefined function irc_app:start/0 #2

Open
MFernstrom opened this issue May 28, 2015 · 2 comments
Open

undefined function irc_app:start/0 #2

MFernstrom opened this issue May 28, 2015 · 2 comments

Comments

@MFernstrom
Copy link

I'm running the latest version of erlang.

Following the example for the server, I get a console after the first command, but when I try irc_app:start()., I get this error: undefined function irc_app:start/0

@archaelus
Copy link
Owner

Hi there, I just tried building and running erlirc and it works for me with rebar3 (8a89728).

I ran erl -env ERL_LIBS _build/default/lib and the examples run as in the readme.

From the error message you're getting it seems like your erlang shell can't find the irc_app.beam module - perhaps it's a code path problem?

@MFernstrom
Copy link
Author

Possible, I'm new to erlang.
I got it working on Linux though, so no big deal as far as this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants