Skip to content
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

Syntax Error #165

Open
yiyangql opened this issue Nov 6, 2024 · 0 comments
Open

Syntax Error #165

yiyangql opened this issue Nov 6, 2024 · 0 comments

Comments

@yiyangql
Copy link

yiyangql commented Nov 6, 2024

When i encounter exceptions while executing the nw-gyp build command, they are often caused by the following reasons.

c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(83): error C3250: “shift_bits”: Declaration not allowed in “constexpr” function body [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(85): error C3256: “shift_bits”: Variable usage does not produce a constant expression [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(108): error C3250: “shift_bits”: Declaration not allowed in “constexpr” function body [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(110): error C3256: “shift_bits”: Variable usage does not produce a constant expression [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(469): error C2143: Syntax error: Missing “,” (before “)” ) [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(469): error C2059: Syntax error: “)” [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(470): error C2143: Syntax error: Missing “,” (before “)” ) [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(470): error C2059: Syntax error: “)” [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(739): error C2143: Syntax error: Missing “,” (before “)” ) [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(739): error C2059: Syntax error: “)” [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(740): error C2143: Syntax error: Missing “,” (before “)” ) [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(740): error C2059: Syntax error: “)” [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(741): error C2143: Syntax error: Missing “,” (before “)” ) [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-internal.h(741): error C2059: Syntax error: “)” [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]
c:\users\91265.nw-gyp\0.79.1\deps\v8\include\v8-maybe.h(106): error C2065: “is_lvalue_reference_v”: Undeclared identifier [D:\test\test\node_modules\better-sqlite3\build\better_sqlite3.vcxproj]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant