FirebirdSQL / firebird

Firebird server, client and tools
https://firebirdsql.org
1.26k stars 217 forks source link

Try to make cmake work again #8201

Open raedrizqie opened 3 months ago

raedrizqie commented 3 months ago

Built successfully on MinGW-w64 systems (mingw64, ucrt64, clang64): https://github.com/msys2/MINGW-packages/actions/runs/10094396971?pr=21492

hvlad commented 3 months ago

I see no need and no way to use MinGW as developer platform on Windows. At least as long as we have free VS and it satisfy our needs.

MinGW could be used by anybody else for any other purposes, of course, but not me and not as main tool for developer.

raedrizqie commented 3 months ago

I see no need and no way to use MinGW as developer platform on Windows. At least as long as we have free VS and it satisfy our needs.

MinGW could be used by anybody else for any other purposes, of course, but not me and not as main tool for developer.

Fair enough for me :)

AlexPeshkoff commented 3 months ago

Did you check cmake build on linux after mentioned changes?

raedrizqie commented 3 months ago

Did you check cmake build on linux after mentioned changes?

No, I didnt.. I only have access to windows. I am hoping someone else could help to improve it for other platform.