extract the files to a directory in folder abc, and compile it with the command
dmd -c abc\mod.d
abc\sym.d(11): Error: identifier 'pack' is not defined
abc\sym.d(11): Error: pack is used as a type
when these 3 files are not in folder abc and change their module declaration , and import , everything goes fine.
Comment #1 by davidl — 2007-10-18T00:19:39Z
Created attachment 196
bug files
extract it, it would expend three files in a folder named 'abc'
Comment #2 by smjg — 2007-11-08T14:30:36Z
This seems to be a circular import problem. If I remove the unnecessary imports, all files compile without error (DMD 1.023, Windows).