Fix to compilation issues on Windows, linux and Macos (dyn vs stat libs)#207
Merged
RetroAntho merged 2 commits intoalekmaul:developfrom May 1, 2023
Merged
Fix to compilation issues on Windows, linux and Macos (dyn vs stat libs)#207RetroAntho merged 2 commits intoalekmaul:developfrom
RetroAntho merged 2 commits intoalekmaul:developfrom
Conversation
Fix wrong compilation with windows over mingw Update tcc Update comments Remove the testing branch Remove extra header path for windows Switch POSIX toolchain to mingw toolchain Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Add pcre as static lib for 816-opt Test Test Test Test Test Test Test Test Test Test Rollback to regex.h in place of pcre.h Some fixes Some fixes Some fixes Some fixes Some fixes
Collaborator
|
Thanks a lot, we will test it soon. I saw you moved from pcre to regex, may i ask you why? :) |
Contributor
Author
|
No way to compile statically pcre with mingw, I tried many solutions but each time, the binary uses an external pcrexxx.dll stored in /mingw64/lib :/ Although, regex.h vs pcre.h is kifkif bourricot in terms of performance, it's even more compatible because no need to install any additional lib/header |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi all,
Here the fix to compile on Windows, linux and Macos without the need to install extra tools or lib.
Tested via the runners, locally. Docker should work as well, I'm testing it in the evening and fix it if needed.
Regards