You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it's been over 3 years since your question, but I have a loose idea to for you to try.
I remember adding DAllegro 5 and wanting full control over the linkage. Add to your dubfile, assuming your dubfile is JSON, not SDLang:
"versions": ["ALLEGRO_NO_PRAGMA_LIB"],
Then explicitly name the wanted Allegro 5 libraries. Apparently, on Posix with pkg-config, it's enough to add the leaves (e.g., allegro_ttf-5) and they will implicitly pull in all dependencies (allegro_font-5 and allegro-5, presumably because pkg-config resolves allegro_ttf-5). For Windows, I've listed all libraries explicitly. Example:
What do I put for this - using dub?
lld-link: error: could not open '+..\DAllegro5\lib': no such file or directory
...
Then it lists a whole bunch of lib files not existing.
I have DAllegro source files and lib files there.
The text was updated successfully, but these errors were encountered: