Starting D with a project in mind.

Andrew andrew at nowhere.com
Wed Oct 16 00:52:43 PDT 2013


> andrew at islay:~/dub$ ./build.sh
> Generating version file...
> Running gdmd...
> /usr/local/gdc/include/d/4.8.2/armv7l-unknown-linux-gnueabihf/core/time.di:224: 
> error: this cannot be interpreted at compile time, because it 
> has no available source code
> /usr/local/gdc/include/d/4.8.2/std/net/curl.d:195: note: called 
> from here: dur(2L)
>
> line 224 is trying to instantiate a Duration object. Any ideas ?

Giving up on dub, I tried niaively to build one of the vibe.d 
samples directly :-

andrew at islay:~/vibe.d/examples/http_server/source$ gdmd 
-I~/vibe.d/source app.d
/data/home/andrew/vibe.d/source/vibe/stream/ssl.d:43: error: 
module bio is in file 'deimos/openssl/bio.d' which cannot be read

Looks like I'm missing some openssl dependencies, where do these 
come from as they don't appear to be part of phobos ?


Thanks



More information about the Digitalmars-d-learn mailing list