dlang / ddox

Advanced D documentation engine
MIT License
63 stars 21 forks source link

Can not execute due to compile error #201

Closed lempiji closed 6 years ago

lempiji commented 6 years ago

Thank you for making a very useful tool. But in my environment, the following error occurs when running dub build -b ddox in my package, or dub build ddox.

Error: module `app` from file source\app.d is specified twice on the command line

The environmental information is as follows. OS: Windows 10 dmd: 2.079.0 dub: 1.8.0

I would like to fix this. Regards.

s-ludwig commented 6 years ago

The immediate cause is https://github.com/dlang/dub/issues/1407 (regression in DUB 1.8.0, will be fixed in the next release). Since 1.8.0 is still the latest release version, though, it probably makes sense to still apply the fix here for the time being.