Skip to content

Fix compile error #9

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ngeiswei
Copy link

I was getting the compile error

error[E0425]: cannot find value `eo2` in this scope
    --> experiments/expr/bytestring/src/main.rs:1957:80
     |
1957 | ... eo1, eo2]) {
     |          ^^^ help: a local variable with a similar name exists: `eo0`

so I fixed the best way that I can.

Needless to say, double check cause I have almost no idea what I am doing.

@arturgontijo
Copy link

Facing this issue while compiling the mork_server package (from server branch).
Not sure if we do what Nil is doing or just delete eo2 from that list.

@Adam-Vandervorst
Copy link
Collaborator

Compile from the server directory, not the root

@arturgontijo
Copy link

Compile from the server directory, not the root

That works, thanks!

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

Successfully merging this pull request may close these issues.

3 participants