Thread overview
vibe.d error
Sep 27, 2018
hridyansh thakur
Sep 28, 2018
Sebastiaan Koppe
Sep 29, 2018
hridyansh thakur
September 27, 2018
i've tried both on linux and windows

whenever i try to start a vibe.d project , it fails while running DUB
giving exist status one on both , here is the thing

linux:

hridyansh@dilawar-PC:~/d/web$ dub

vibe-core 1.4.3: building configuration "epoll"...
../../.dub/packages/vibe-core-1.4.3/vibe-core/source/vibe/internal/interfaceproxy.d:194:10: error: interface vibe.internal.interfaceproxy.InterfaceProxy!(Stream).InterfaceProxy.Proxy ambiguous virtual function _destroy
  private interface Proxy : staticMap!(ProxyOf, BaseTypeTuple!I) {
          ^

          ^
../../.dub/packages/vibe-core-1.4.3/vibe-core/source/vibe/internal/interfaceproxy.d:194:10: error: interface vibe.internal.interfaceproxy.InterfaceProxy!(RandomAccessStream).InterfaceProxy.Proxy ambiguous virtual function _typeInfo
  private interface Proxy : staticMap!(ProxyOf, BaseTypeTuple!I) {
          ^
/usr/bin/gdc failed with exit code 1.

windows : unexpected optlink termination at EIP = 0040F60A

is there any trouble with vibe.d or D lang? i just followed the intruction

i have made servers in Go , but i dont like Go's syntax so i want to do it in D , and leverage my existing C/C++ libraries
September 28, 2018
On Thursday, 27 September 2018 at 17:37:43 UTC, hridyansh thakur wrote:
> [snip]

What version of dmd do you use?
September 29, 2018
On Friday, 28 September 2018 at 11:08:57 UTC, Sebastiaan Koppe wrote:
> On Thursday, 27 September 2018 at 17:37:43 UTC, hridyansh thakur wrote:
>> [snip]
>
> What version of dmd do you use?

i am using ldc and gdc not dmd

LDC - the LLVM D compiler (1.11.0git-054d933):
  based on DMD v2.081.0 and LLVM 6.0.1
  built with LDC - the LLVM D compiler (1.11.0git-054d933)
  Default target: x86_64-pc-windows-msvc
  Host CPU: skylake
  http://dlang.org - http://wiki.dlang.org/LDC