[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can't install cjson on windows with luarocks?
- From: Geoff Leyland <geoff_leyland@...>
- Date: Tue, 20 Dec 2016 23:25:09 +1300
> On 20/12/2016, at 10:26 PM, Alexey Melnichuk <alexeymelnichuck@gmail.com> wrote:
>
> Здравствуйте, Geoff.
>
> Вы писали 20 декабря 2016 г., 4:41:45:
>
>> Hi,
>
>> I'm trying to install lua-cjson on Windows with Luarocks (2.4.2, freshly installed).
>
>
> cjson has problem with compiling with MSVC < 2015. Current master
> also does not works. There exists old PR to fix it but it not
> accepted [1].
> You can try my rockspec with integrated patch [2].
Thanks! Turns out that although I have MSVC 2015, the cl I was using was from an older windows SDK. I'll try to update that too, though the fix in the email I just sent appears to work.