Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mingw GitHub actions #384

Merged
merged 1 commit into from
Dec 17, 2022
Merged

Add Mingw GitHub actions #384

merged 1 commit into from
Dec 17, 2022

Conversation

SRombauts
Copy link
Owner

Fix #382 #74 disable SQLITECPP_USE_STACK_PROTECTION when running on MinGW

@UnixY2K
Copy link
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
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