GCC version for Allegro5 builds? #1541
Axle-Ozz-i-sofT
started this conversation in
General
Replies: 1 comment 1 reply
-
The binaries are created in MSYS2, the gcc version + runtime are specified in the filename.
Yep, it's fine. There's also discord. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team
I have just started using/learning Allegro. And threw Nuklear into the mix as well to get myself up to speed with both.
I am currently using "allegro-x86_64-w64-mingw32-gcc-13.2.0-posix-seh-dynamic-5.2.9.0.zip" binaries.
And building my own apps on an older "TDM-GCC 9.2.0".
It turns out that the TDM tool-chain doesn't have to GNU DLLs for the Allegro DLLs above, especially "libgcc_s_seh-1.dll".
Allegro V5.2.9.1 Depends: (GCC Version ?)
I had a look through Winlibs which appears to contain the correct RT files.
What toolchain and GCC version did you build Allegro 5.2.9.0[1] with?
Just so that I can keep some level of compatibility with the above 3 dlls, as well as using the same GCC version for the static binaries "allegro-x86_64-w64-mingw32-gcc-13.2.0-posix-seh-static-5.2.9.0.zip"
TIA
Axle
P.S. I tried to create an account with "allegro.cc/forums/" and new accounts don't appear to work, so is it acceptable to ask questions here or post ideas etc?
For example I just created a Visual Style Editor for Nuklear using the Allegro5 rendering. Others may have interest in the source if they want Nuclear widgets for Allegro games :)
I am not aiming at any high end game releases so I am likely to run with Allegro for some general graphics and GUI apps. It just keeps it simple across Win and Linux. For example I took the source from Nuklear Visual style Editor and compiled it on Ubuntu 20.04 without any change to the code :)
P.S.S I also need to ask some questions (double check) on correctly adding the Allegro LICENCE agreement when distributing Allegro DLLS.
Beta Was this translation helpful? Give feedback.
All reactions