-
Notifications
You must be signed in to change notification settings - Fork 68
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
Build on windows getopt.h No such file or directory #13
Comments
This partially works on windows only if you create a sass folder inside your project with the BUILD and sass.bzl files from this repo. Use the following directory structure for a simple Sass project:
The build seems to start fine after providing the missing structure but then fails to find getopt.h
--verbose_failures
The build appears to make symbolic links from my work directory What I see in sass.c is the include to the file in question Inside the win directory sassc.vcxproj.filters has ClInclude Include with path |
I was seeing this error on |
* chore(deps): update actions/checkout action to v3 * chore: update actions/cache as well
On windows, following directions in README results in no such package @io_bazel_rules_sass//sass
Is there a step missing? Is there an updated tag? Does this assume the sass directory is also inside my project?
Any direction welcome
Thank you
Bazel
My WORKSPACE
Build error
The text was updated successfully, but these errors were encountered: