August 10, 2010 [Issue 4615] New: dmdscript no longer compiles | ||||
---|---|---|---|---|
| ||||
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@puremagic.com ReportedBy: chris@dprogramming.com --- Comment #0 from Chris Miller <chris@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: ------- |
November 15, 2010 [Issue 4615] dmdscript no longer compiles | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris Miller | http://d.puremagic.com/issues/show_bug.cgi?id=4615 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |clugdbug@yahoo.com.au Resolution| |WORKSFORME --- Comment #1 from Don <clugdbug@yahoo.com.au> 2010-11-15 00:38:00 PST --- I tried DMD1.060, 1.063, 1.065, and the latest DMD1 from svn, all on WinXP. They all work. Sounds to me as though you have a problem with your paths. Or maybe you have a rogue lexer.di file somewhere. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation