Still cannot build Phobos from git

Andre Tampubolon andre at lc.vlsm.org
Tue Jul 26 11:07:56 PDT 2011


I still cannot build Phobos from git properly :(

I tried to edit the win32.mak, changed the DFLAGS part into this:
DFLAGS=-O -release -nofloat -w -d -I%@P%\..\druntime\src\ -I%@P%\..
druntime\import\

Issuing "make -f win32.mak DRUNTIME=\druntime\lib", the output was:
dmd -c -O -release -nofloat -w -d -I%@P%\..\druntime\src\
-I%@P%\..\druntime\import  etc\c\zlib
.d -ofCzlib.obj
DMD v2.055 DEBUG
object.d: Error: module object is in file 'object.d' which cannot be read
import path[0] = %@P%\..\druntime\src\
import path[1] = %@P%\..\druntime\import

--- errorlevel 1


Now I'm totally confused. Maybe someone would like to write a tutorial
on how to build the latest DMD from git?


More information about the Digitalmars-d mailing list