dub.json: Expected '"' to start string

MiyukiNozomi julieyear25 at gmail.com
Wed Jan 6 12:13:30 UTC 2021


On Friday, 11 December 2020 at 11:56:28 UTC, RSY wrote:
> On Wednesday, 9 December 2020 at 19:29:26 UTC, MiyukiNozomi 
> wrote:
>> On Wednesday, 9 December 2020 at 19:26:31 UTC, Adam D. Ruppe 
>> wrote:
>>> On Wednesday, 9 December 2020 at 19:20:27 UTC, MiyukiNozomi 
>>> wrote:
>>>> 	"libs-windows": {
>>>> 	    ["glfw3dll"] //error here
>>>> 	},
>>>
>>> No {} there, it should just be
>>>
>>> "libs-windows": ["glfw3dll"]
>>
>> the errors are gone, thanks for the help!
>
> derelict glfw is pretty old, i recomand using this one instead:
>
> https://github.com/BindBC/bindbc-glfw
>
> It supports latest version of GLFW
>
> Also since you are statically compiling GLFW, you don't need 
> the DLL on windows, just the .lib

That explains some errors that i got while compiling, thanks.


More information about the Digitalmars-d mailing list