On Friday 04 February 2011 00:23:05 Andre Tampubolon wrote:
> Thanks. Now I managed to succesfully build dmd and druntime.
> The next is phobos. I got this:
> 
> make -f win32.mak
> dmd -c -O -release -nofloat -w -d etc\c\zlib.d -ofCzlib.obj
> object.d: Error: module object is in file 'object.d' which cannot be read
> Specify path to file 'object.d' with -I switch

Is druntime one directory below Phobos? That is, are the phobos and druntime 
directories in the same directory? If not, the phobos build will fail to find 
druntime - which would include object.d - and then it can't build.

- Jonathan M Davis

Reply via email to