|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
DMDScript - building DMDScript with DMD 1.0 and 0.178 fails
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<------------------------------------------ Jan 05 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. Jan 09 2007
ok no problems with dmd 0.163 so the issues must have been introduced since then. Jan 16 2007
|