-
Notifications
You must be signed in to change notification settings - Fork 176
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
mingw missing preferred_separator
#27
Comments
Yeah, sadly there was no test checking if the preferred_seperator works. I added one and compiling it fails with linker errors. I startet experimenting with a workaround. Still didn't check on mingw 4.9.2 but I also have some trouble with Visual Studio 2015 and the workaround. |
Just wanted to add, that I'm sorry, I need a few days for the fix, as I'm currently ill. Hopefully I'll get to it during the upcomming weekend. I started on it during last weekend on feature-27-mingw-preferred_separator, but as I said, MSVC 19.0 (Visual Studio 2015) has some problems left, and I didn't feel well enough to dig deeper. |
Get better soon! Turns out I didn't even need |
commit aabbf8f Author: Steffen Schümann <[email protected]> Date: Sat Sep 21 16:22:25 2019 +0200 refs #27, ghc::filesystem::path::preferred_seperator fix for VS2015 commit 03b437c Merge: cbe0c61 589219b Author: Steffen Schümann <[email protected]> Date: Fri Sep 20 13:42:31 2019 +0200 Merge branch 'master' into feature-27-mingw-preferred_separator commit cbe0c61 Author: Steffen Schuemann <[email protected]> Date: Sat Aug 24 22:20:10 2019 +0200 Test for workaround of static constexpr issue
Released with v1.2.6 |
Thanks! |
Thank you for this library!
When using it with mingw,
preferred_separator
does not get defined:https://ci.appveyor.com/project/sass/libsass/builds/26929504/job/jl88r6p7ci6bq9ad
This is with
filesystem.hpp
from master, mingwx86_64-4.9.2-release-win32-seh-rt_v4-rev3
The text was updated successfully, but these errors were encountered: