Thread overview
building DMDScript with DMD 1.0 and 0.178 fails
Jan 05, 2007
Dejan Lekic
Jan 09, 2007
bobr
Jan 16, 2007
bobr
January 05, 2007
Here is what i get when i try to build DMDScript with DMD 1.0 on my GNU/Linux box (linux 2.6.18, gcc 4.1.1).

-- build-log ---------8<------------------------------------------
[root@mrak dmdscript]# make -f linux.mak
dmd -c textgen.d
dmd -oftextgen ./textgen.o
gcc ./textgen.o -o textgen -m32 -lphobos -lpthread -lm
./textgen
dmd -c -I.. -O -release identifier.d
../dmdscript/protoerror.d(79): class
dmdscript.protoerror.proto!(TEXT_SyntaxError).D0_prototype has forward references
../dmdscript/protoerror.d(99): class
dmdscript.protoerror.proto!(TEXT_SyntaxError).D0 has forward references
../dmdscript/protoerror.d(176): template instance
dmdscript.protoerror.proto!(TEXT_SyntaxError) error instantiating
make: *** [identifier.o] Error 1
-- build-log ---------8<------------------------------------------
January 09, 2007
yes, I get the same when building on non-linux platforms.


I am trying to correct any other porting issues and come back to these last.  I was able to comment out the instantiations at the bottom of protoerror.d to get things to move-on.  Eventually I'll have to put them back in.
January 16, 2007
ok no problems with dmd 0.163 so the issues must
have been introduced since then.