Vibe.d compilation

llaine via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon May 30 01:08:17 PDT 2016


On Monday, 30 May 2016 at 07:59:51 UTC, rikki cattermole wrote:
> On 30/05/2016 7:45 PM, llaine wrote:
>> Hi guys,
>>
>> I'm trying to get Vibe.d running with ldc2 but I'm kind of 
>> stuck with
>> the same error so far.
>>
>> Am I doing something wrong?
>>
>> Os : Fedore
>> Ldc2 : 0.16.0
>>
>> [llaine at localhost foo] $ dub init foo --type=vibe.d
>> [llaine at localhost foo] $ cd foo
>> [llaine at localhost foo] $ dub --compiler=ldc2
>> Performing "debug" build using ldc2 for x86_64.
>> vibe-d:utils 0.7.28: building configuration "library"...
>> Error: failed to create path to file:
>> .dub/obj/../../.dub/packages/vibe-d-0.7.28/vibe-d/.dub/build/library-debug-linux.posix-x86_64-ldc_0-20E3C0B79C31A3C8679119E6CE4289DF/libvibe-d_utils.a
>>
>> No such file or directory
>> ldc2 failed with exit code 1.
>
> That looks like a problem with dub.
> What version of dub are you using?

I'm using the 0.9.25


More information about the digitalmars-d-ldc mailing list