problem when compiling sass in Bazel

0

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:

asked by Ruslan López 13.04.2018 в 05:05
source

0 answers