[Issue 4615] New: dmdscript no longer compiles
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 10 13:00:15 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4615
Summary: dmdscript no longer compiles
Product: D
Version: D1
Platform: x86
OS/Version: Windows
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: chris at dprogramming.com
--- Comment #0 from Chris Miller <chris at dprogramming.com> 2010-08-10 13:00:13 PDT ---
DMDScript at http://www.digitalmars.com/dscript/ no longer compiles:
C:\>make -f win32.mak
dmd -c textgen.d
dmd .\textgen.obj .\textgen.exe
.\textgen
dmd -c -I.. -O -release testscript.d
dmd -c -I.. -O -release identifier.d
dmd -c -I.. -O -release lexer.d
lexer.d(151): Error: identifier 'TOKmax' is not defined
lexer.d(151): Error: index is not a type or an expression
--- errorlevel 1
even though TOKmax is in an enum just a few lines above.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list