On Saturday, 22 October 2016 at 17:23:58 UTC, Karabuta wrote:
On Saturday, 22 October 2016 at 17:21:45 UTC, Karabuta wrote:
On Saturday, 22 October 2016 at 14:50:14 UTC, aman wrote:
I just started on vibe.d on fedora and the experience is not
pretty getting hello-world running. Please help. Below are
the details.
[...]
I wrote a blog post at https://aberba.gtihub.io which has
Fedora users covered. But somehow GitHub pages is not working
so you can find it here too
https://github.com/aberba/aberba.github.io/blob/master/_posts/2016-08-20-hello-world-app-with-the-vibe.d-web-framework.md
Sorry for the typo, blog link is rather
https://aberba.github.io/#blog
This time i started out with a fresh Ubuntu server and followed
instructions on the blog. Here's output. Please help:-
/usr/lib/gcc/x86_64-linux-gnu/5/include/d/core/atomic.d:1381:13:
error: static assert "Invalid template type specified."
static assert(0, "Invalid template type specified.");
^
../.dub/packages/vibe-d-0.7.29/source/vibe/http/server.d:1388:51:
note: instantiated from here: atomicLoad!(cast(MemoryOrder)5,
shared(HTTPServerContext)[])
else return cast(HTTPServerContext[])atomicLoad(g_contexts);
^
gdc failed with exit code 1.