vibe.d
    Henry Robbins Gouk 
    henry.gouk at gmail.com
       
    Tue May 14 20:30:02 PDT 2013
    
    
  
Has anyone tried using vibe.d with LDC? I tried modifying the 
bash part of the vibe launch script to use 'ldmd2 ... -run' 
instead of 'rdmd' but I get linker errors, presumably because LDC 
doesn't automatically compile dependencies. So I tried to compile 
the sources that came with vibe.d but since there is a main 
function in it I get more errors when I run the launch script 
since it tries to link in another main function in addition to 
the one in the static library.
Any ideas?
    
    
More information about the digitalmars-d-ldc
mailing list