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

errors generating ddoc with dmd 2.062 (release) #184

Closed
jordisayol opened this issue Feb 21, 2013 · 2 comments
Closed

errors generating ddoc with dmd 2.062 (release) #184

jordisayol opened this issue Feb 21, 2013 · 2 comments
Labels

Comments

@jordisayol
Copy link
Contributor

ERROR:
$ dmd -o- ../doc/candydoc/modules.ddoc ../doc/candydoc/candy.ddoc -Df../doc/vibe_core_args.html vibe/core/args.d
vibe/core/args.d(50): Error: undefined identifier getgrgid, did you mean function getgruid?

WARNING:
$ dmd -o- ../doc/candydoc/modules.ddoc ../doc/candydoc/candy.ddoc -Df../doc/vibe_stream_stream.html vibe/stream/stream.d
vibe.stream.stream has been split into vibe.core.stream and vibe.stream.operations and will be removed soon. Please update your imports.
@s-ludwig
Copy link
Member

I messed up the declaration of getgrgid in druntime and didn't notice it prior to release. There is a workaround in master (if nothing broke again) and I'll upload a new release shortly to fix this and a compile error WRT the libev bindings.

@s-ludwig
Copy link
Member

Okay, the new release is out!

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

No branches or pull requests

2 participants