dparser 0.148 something concrete attn: Ben Hinkle

Regan Heath regan at netwin.co.nz
Sun Mar 19 21:54:22 PST 2006


I just downloaded the source and tried to build it. I got errors about  
things which are defined in std.c.string;

Adding:
   import std.c.string;

to dparser.Root fixes those and it compiles. Now however test_dparser.exe  
crashes, it's crashing on:

foreach( SymbolListing l ; dparser.symbolRegistry.allListings )

because dparser.symbolRegistry is null. The code that seems to create it  
is commented out:

/*		
		// generate package list
		sortPackages();

		// generate alphabetized symbol list registry
		if( modules.length )
		{
			symbolRegistry = new SymbolRegistry( modules );
		}
*/

I was just wondering what's going on.

Regan



More information about the Digitalmars-d-announce mailing list