Using bindbc-sdl with D
Mike Parker
aldacron at gmail.com
Thu Mar 27 02:25:11 UTC 2025
On Wednesday, 26 March 2025 at 17:34:14 UTC, Claus D. Volko wrote:
>
> Could anybody please tell me what I have to do in order to get
> this to work?
>
I don't know what's causing your linker errors related to
bindbc-common, but I suggest you start over.
Delete all of the BindBC stuff you "copied into appropriate
directories". You don't need to any of that because you're using
dub. It's both a build tool and a package manager. You have
bindbc-sdl as a dependency in your configuration, so dub will
pull down bindbc-sdl and everything it depends on. See if you get
a successful build after that.
Also, please don't resurrect old threads. If you still have
issues building after starting over and aren't able to resolve
them, please do post in a new thread rather than replying to this
one.
More information about the Digitalmars-d-learn
mailing list