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

[BUILD] Failling to build dustmite #717

Closed
bioinfornatics opened this issue Sep 17, 2014 · 4 comments
Closed

[BUILD] Failling to build dustmite #717

bioinfornatics opened this issue Sep 17, 2014 · 4 comments

Comments

@bioinfornatics
Copy link
Contributor

Hi,

with ldc i fail to build dustmite

$ ldc2 --version
LDC - the LLVM D compiler (0.14.0):
  based on DMD v2.065 and LLVM 3.4
$ ldc2 -release -w -g -O3 dustmite.d splitter.d -of dustmite
splitter.d(277): Error: delegate splitter.DSplitter.__lambda46 function literals cannot be class members
splitter.d(302): Error: CTFE internal error: ErrorExp in splitter.d(302)
@dnadlinger
Copy link
Member

Does DMD 2.065 build this version of DustMite? The error seems to be unlikely to be LDC-only, as it is in the fairly early stages of the compilation process.

redstar pushed a commit that referenced this issue Sep 27, 2014
lazier generation of stack traces
@bioinfornatics
Copy link
Contributor Author

dmd build try

$ LANG=C /opt/dmd/2.065/bin/dmd *.d 
splitter.d(277): Error: delegate splitter.DSplitter.__lambda46 function literals cannot be class members
splitter.d(302): Error: CTFE internal error: ErrorExp in splitter.d(302)
dmd: interpret.c:310: static int CompiledCtfeFunction::walkAllVars(Expression*, void*): Assertion `0' failed.
Abandon (core dumped)

@bioinfornatics
Copy link
Contributor Author

I tried with dmdfe 2.066 dustmite build so you can close it
thanks @klickverbot

@dnadlinger
Copy link
Member

Okay, sure.

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

No branches or pull requests

2 participants