Re: Raylib linking error

2021-07-29 Thread Ki via Digitalmars-d-learn
On Thursday, 29 July 2021 at 07:59:38 UTC, Ki wrote: I tried to compile a new project with Raylib yesterday: dub init => ... => dub add raylib-d. My dub.json file does contain the "libs": ["raylib"] section, so the compiler links against raylib library. Then I built the project and got a linke

Raylib linking error

2021-07-29 Thread Ki via Digitalmars-d-learn
I tried to compile a new project with Raylib yesterday: dub init => ... => dub add raylib-d. My dub.json file does contain the "libs": ["raylib"] section, so the compiler links against raylib library. Then I built the project and got a linker error referencing a whole bunch of opengl, glfw fun