Right, installing gdc fixed the missing cc1d issue. But now I have other issues:

andrej@andrej-VirtualBox:~/Desktop/test$ i586-mingw32msvc-gdc test.d
object.d: Error: module object is in file 'object.d' which cannot be read
import path[0] =
/opt/Mingw32/usr/bin/../lib/gcc/i586-mingw32msvc/4.5.2/../../../../include/d2/4.5.2/i586-mingw32msvc
import path[1] =
/opt/Mingw32/usr/bin/../lib/gcc/i586-mingw32msvc/4.5.2/../../../../include/d2/4.5.2
andrej@andrej-VirtualBox:~/Desktop/test$

The opt/Mingw32/user/include folder is empty.

I've used this to install: make DESTDIR="/opt/Mingw32" install

Reply via email to