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 compiling with dmd 2.060 64-bit on Linux #1

Closed
jordisayol opened this issue Dec 23, 2012 · 2 comments
Closed

errors compiling with dmd 2.060 64-bit on Linux #1

jordisayol opened this issue Dec 23, 2012 · 2 comments

Comments

@jordisayol
Copy link
Member

v0.9.3 properly compiles, but with v0.9.4 and the current trunk, I got these errors:

source/ddox/ddoc.d(93): Error: not a property lines[cast(ulong)i..cast(ulong)j].map!(__lambda30)
source/ddox/ddoc.d(34): Error: template instance ddox.ddoc.filterDdocComment!(Appender!(string)) error instantiating

BTW, I would like to thank you for this yet another wonderful project :-)

@s-ludwig
Copy link
Member

I accidentially had DFLAGS defined locally without the -w switch. Compiles again and I also added a new v0.9.5 tag.

@jordisayol
Copy link
Member Author

solved! many 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

No branches or pull requests

2 participants