awslabs/aws-crt-nodejs

Cmake variable 1 set but not found

monelgordillo opened this issue · 3 comments

Cmake is complaining during npm install aws-crt-nodejs
20221205_235015

the build is failing due to the -Werror (Make all warnings into errors) build flag. It should build fine if that flag is removed.

It seems like this machine has -Werror set globally somehow.
what happens if you echo $CFLAGS? Is -Werror present? Try removing it.

nevermind.
our code is setting that.
we're looking into it...

Should be fixed in latest version 1.15.3