Trying to build dlang.org - what am I doing wrong

wobbles via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 17 00:48:21 PST 2015


So - the conversation about the website/documentation piqued my 
interest a bit and I decided to have a go at making the 
documentation more readable.

However, reading the instructions from:
http://wiki.dlang.org/Starting_as_a_Contributor#Fetch_and_build_dlang.org

It should be a simple matter of:
```bash
mkdir -p ~/code; cd ~/code
git clone https://github.com/D-Programming-Language/dlang.org
cd dlang.org
make -f posix.mak LATEST=2069.2
```

However, I get a std.net.curl error during compilation of dub 
(luckily dlang.org doesn't depend on dub, so it doesn't 
particularly matter and I can carry on with my tinkering).

http://pastebin.com/q41AnJyr

I assume theres a problem with the makefiles here - or is it 
stupid user syndrome?


More information about the Digitalmars-d mailing list