In Linux the whole build works perfect, but in Windows
when running the command
bazel build //scss:all
since all my scss files are inside the scss folder
I get the following error
INFO: Analyzed 2 targets (0 packages loaded). INFO: Found 2 targets ... ERROR: C: /users/ruslan.lopez/appdata/local/temp/_bazel_ruslan.lopez/nhzb1cvk/external/sassc/BUILD.bazel: 4: 1: C ++ compilation of rule '@sassc //: sassc' failed (Exit two) external / sassc / sassc.c (10): fatal error C1083: Can not open include file: 'getopt.h': No such file or directory INFO: Elapsed time: 2.145s, Critical Path: 0.19s FAILED: Build did NOT complete successfully
I understand that getopt.h
is a Linux header and in my attempts to obtain it I have installed the following: