Skip to content

Add Mingw GitHub actions#384

Merged
SRombauts merged 1 commit intomasterfrom
mingw-github-actions
Dec 17, 2022
Merged

Add Mingw GitHub actions#384
SRombauts merged 1 commit intomasterfrom
mingw-github-actions

Conversation

@SRombauts
Copy link
Copy Markdown
Owner

Fix #382 #74 disable SQLITECPP_USE_STACK_PROTECTION when running on MinGW

@UnixY2K
Copy link
Copy Markdown
Contributor

UnixY2K commented Dec 17, 2022

As I understand 0xc0000139 could be referring to a DLL not found (https://www.reddit.com/r/learnprogramming/comments/9o28ax/how_to_fix_this_error_during_startup_program/) I use lucasg/Dependencies when I had issues related to DLL´s(as Dependency Walker does not work in Windows 11) but I don´t know if it works in mingw, If I have some spare time will try to replicate it on a VM with mingw

edit: just checked it and indeed if there is a dll missing on windows it returns 0xC0000139
image

@SRombauts
Copy link
Copy Markdown
Owner Author

Thanks, you gave me the right idea! All I needed then was search for more info (missing DLLs from the PATH) and experiment with how to add mingw bin/ dir to the path!

@SRombauts SRombauts merged commit cd508f4 into master Dec 17, 2022
@SRombauts SRombauts deleted the mingw-github-actions branch December 17, 2022 20:49
@UnixY2K UnixY2K mentioned this pull request Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

undefined reference to `__stack_chk_fail'

2 participants