On Tue, 19 Nov 2013 08:53:32 +0100, Sönke Ludwig wrote:

I've taken the look at the package.json file and there are two things
that caught my eye:

  • "importPaths": "scr/" should be "importPaths": ["src/"] - this

may be where the error message comes from

  • instead of the long list of "sourceFiles", you can also use a

single "sourcePaths": ["src/dsfml/audio"] etc. for each sub package

I'll try to improve the error messages.

Thanks very much! I made the changes, and it seems to have improved things, but I am still getting an error that is preventing me from compiling.

Even with the import paths line to "importPaths": ["src/"], it is telling me that it cannot find dsfml/graphics.d, though it should be dsfml/graphics/package.d instead as that was set up after 2.064 was released. Anything I can do about that?

Also, due to the inability to find the right file, it displays the import paths used for the compilation. The path to the DSFML/src/ directory is not included, so maybe that has something to do with it?