/home/huhlig/tmp/ldc/dmd/module.c: In constructor ‘Module::Module(char*, Identifier*, int, int)’:
/home/huhlig/tmp/ldc/dmd/module.c:156:51: error: ‘llvm::OpaqueType’ has not been declared
/home/huhlig/tmp/ldc/dmd/module.c:156:92: error: invalid use of incomplete type ‘struct llvm::PATypeHolder’
/home/huhlig/tmp/ldc/dmd/module.h:38:11: error: forward declaration of ‘struct llvm::PATypeHolder’
/home/huhlig/tmp/ldc/dmd/module.c: In member function ‘File* Module::buildFilePath(const char*, const char*, const char*)’:
/home/huhlig/tmp/ldc/dmd/module.c:171:35: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers
/home/huhlig/tmp/ldc/dmd/module.c:173:50: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers
/home/huhlig/tmp/ldc/dmd/module.c:178:55: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers
/home/huhlig/tmp/ldc/dmd/module.c:180:55: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers
/home/huhlig/tmp/ldc/dmd/module.c: In member function ‘void Module::buildTargetFiles(bool)’:
/home/huhlig/tmp/ldc/dmd/module.c:255:80: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers
/home/huhlig/tmp/ldc/dmd/module.c:260:91: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers
/home/huhlig/tmp/ldc/dmd/module.c:265:91: warning: cast from type ‘const char*’ to type ‘char*’ casts away qualifiers
/home/huhlig/tmp/ldc/dmd/module.c: In destructor ‘virtual Module::~Module()’:
/home/huhlig/tmp/ldc/dmd/module.c:294:12: warning: possible problem detected in invocation of delete operator:
/home/huhlig/tmp/ldc/dmd/module.c:294:12: warning: invalid use of incomplete type ‘struct llvm::PATypeHolder’
/home/huhlig/tmp/ldc/dmd/module.h:38:11: warning: forward declaration of ‘struct llvm::PATypeHolder’
/home/huhlig/tmp/ldc/dmd/module.c:294:12: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
make[2]: *** [CMakeFiles/ldc.dir/dmd/module.c.o] Error 1
make[1]: *** [CMakeFiles/ldc.dir/all] Error 2