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

cannot open 'private/edtaa3func' #82

Closed
idlewan opened this issue Apr 4, 2016 · 4 comments
Closed

cannot open 'private/edtaa3func' #82

idlewan opened this issue Apr 4, 2016 · 4 comments

Comments

@idlewan
Copy link

idlewan commented Apr 4, 2016

When trying to compile rod with nake, I have the following error:
/home/wan/.nimble/pkgs/nimx-0.1/nimx/font.nim(16, 15) Error: cannot open 'private/edtaa3func'
Maybe it's a file that hasn't been committed to the nimx repo?

@yglukhov
Copy link
Owner

yglukhov commented Apr 4, 2016

Nope, thats from the ttf dependency. Seems like you installed nimx long time ago, and nimble install doesn't update dependencies ( say hi to @dom96 😉 )
To fix your case, just

nimble install https://github.com/yglukhov/ttf

@yglukhov yglukhov closed this as completed Apr 4, 2016
@idlewan
Copy link
Author

idlewan commented Apr 4, 2016

Yep, that must be it. Deleted nimx, rod and ttf from my nimble packages and re-did nimble install and now goes past that error.
Hum, I kinda wish now that there was a way to have the dependency update when you install something that requires a newer dependency. Is that because ttf didn't have a different version number and stayed at 0.1, thus wasn't updated?

@yglukhov
Copy link
Owner

yglukhov commented Apr 4, 2016

Yup, ttf doesn't have any versions, and nimx just requires the latest version of ttf. Maybe in regards to ttf it's worth setting a proper version, but it's not convenient for me to tag other my packages, which change too quickly to maintain dependencies in the packages that use them.

@yglukhov
Copy link
Owner

yglukhov commented Apr 4, 2016

Basically, here's the ticket to show what i would prefer. nim-lang/nimble#169

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