digitalmars.D.bugs - [Issue 4615] New: dmdscript no longer compiles
- d-bugmail puremagic.com (28/28) Aug 10 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4615
- d-bugmail puremagic.com (15/15) Nov 15 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4615
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
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: -------
Aug 10 2010
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
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: -------
Nov 15 2010








d-bugmail puremagic.com