www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - vibe.d error

reply hridyansh thakur <hridyanshthakur gmail.com> writes:
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/inte
faceproxy.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/inte
faceproxy.d:194:10: error: interface
vibe.internal.interfaceproxy.InterfaceProxy!(RandomAccessStream).
nterfaceProxy.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
Sep 27 2018
parent reply Sebastiaan Koppe <mail skoppe.eu> writes:
On Thursday, 27 September 2018 at 17:37:43 UTC, hridyansh thakur 
wrote:
 [snip]
What version of dmd do you use?
Sep 28 2018
parent hridyansh thakur <hridyanshthakur gmail.com> writes:
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
Sep 29 2018