jvburnes
Joined: 22 Apr 2008 Posts: 2
|
Posted: Thu Jul 07, 2011 12:40 pm Post subject: Segmentation Fault on LDC2 and qtd |
|
|
Hi,
I'll be documenting a six step process required to get the current version of LDC2/Phobos2 to build qtd.
But before then I wanted to see if anyone was familiar with a strange segmentation fault I found when compiling the hello world example.
Code: | draco% ldc2 -d main.d -I/usr/local/include/d -L-L/usr/local/lib -L-lqtdgui -L-lqtdcore -L-lcpp_core -L-lcpp_gui -L-lQtGui -L-lQtCore
0 ldc2 0x08b742d8
zsh: segmentation fault (core dumped) ldc2 -d main.d -I/usr/local/include/d -L-L/usr/local/lib -L-lqtdgui
draco%
|
Technically I know this is an LDC2 bug, but I thought someone might have seen it. |
|