@antonio-rojas
Copy link
Contributor

antonio-rojas commented Sep 1, 2016

0.5.0 doesn't build on 32 bits with gdc:

appstream-generator ~master: building configuration "application"...

source/utils.d:373:13: error: function std.net.curl.HTTP.Protocol!().onReceive (uint delegate(ubyte[]) callback) is not callable using argument types (void)
             downloader.onReceive = (data) => onReceiveCb (dest, data);
             ^
source/utils.d:379:13: error: function std.net.curl.FTP.Protocol!().onReceive (uint delegate(ubyte[]) callback) is not callable using argument types (void)
             downloader.onReceive = (data) => onReceiveCb (dest, data);
             ^
gdc failed with exit code 1.
make: *** [Makefile:3: all] Error 2