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 build GtkD using ldc2 #703

Closed
russel opened this issue Aug 26, 2014 · 2 comments
Closed

Cannot build GtkD using ldc2 #703

russel opened this issue Aug 26, 2014 · 2 comments

Comments

@russel
Copy link

russel commented Aug 26, 2014

GtkD master cloned locally, compiles and installs fine with dmd 2.065 and gdc 4.9.1. Sadly when using ldc2 from master, just compiled afresh a few moments ago:

ldc2 -O -m64 -Isrc -c src/atk/Image.d -ofsrc/atk/Image.o
0  ldc2            0x0000000001446232 llvm::sys::PrintStackTrace(_IO_FILE*) + 34
1  ldc2            0x0000000001445cdc
2  libpthread.so.0 0x00007fc7d3c468d0
3  ldc2            0x00000000006468bf functionParameters(Loc, Scope*, TypeFunction*, Type*, Array<Expression*>*, FuncDeclaration*) + 1247
4  ldc2            0x000000000064f930 CallExp::semantic(Scope*) + 3136
5  ldc2            0x000000000077ec5b ExpStatement::semantic(Scope*) + 27
6  ldc2            0x00000000007866b2 CompoundStatement::semantic(Scope*) + 1058
7  ldc2            0x00000000007590a9 FuncDeclaration::semantic3(Scope*) + 1961
8  ldc2            0x000000000079c780 AttribDeclaration::semantic3(Scope*) + 64
9  ldc2            0x0000000000799238 AggregateDeclaration::semantic3(Scope*) + 136
10 ldc2            0x000000000079c780 AttribDeclaration::semantic3(Scope*) + 64
11 ldc2            0x000000000062ac90 Module::semantic3() + 80
12 ldc2            0x00000000005f1b53 main + 9763
13 libc.so.6       0x00007fc7d2a56b45 __libc_start_main + 245
14 ldc2            0x00000000006146af
@redstar
Copy link
Member

redstar commented Aug 27, 2014

Same here. :-(

redstar added a commit that referenced this issue Aug 27, 2014
The function declaration fd may be null on an indirect call.
@russel
Copy link
Author

russel commented Aug 27, 2014

GtkD master now compiling :-)

@russel russel closed this as completed Aug 27, 2014
redstar pushed a commit that referenced this issue Sep 27, 2014
Fix Issue 11865 - Unhandled exception does not show crash dialog
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