On Thu, 06 Feb 2014 15:53:34 GMT, Sönke Ludwig wrote:

On Thu, 06 Feb 2014 14:56:48 +0100, Sönke Ludwig wrote:

Am 06.02.2014 14:40, schrieb John Colvin:

Found the problem:

The package name for deimos zeromq wasn't lower-case: https://github.com/D-Programming-Deimos/ZeroMQ/pull/10

Thanks for investigating this! I'll fix DUB to be able to handle this
anyway. The idea is that it should output a warning from the command
line when upper case letters are used and that the registry rejects such
names, but that everything still works correctly.

Okay, the direct cause is fixed now by fbf3998, but there is another error in the zeromq package description - an "importPath": ["."] field needs to be added or the compilation will fail without --combined. Maybe the easiest thing is to add that to the existing pull request.

Is this right:
https://github.com/D-Programming-Deimos/ZeroMQ/pull/11

I'm not sure I fully understand the difference between sourcePaths and importPaths