You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone have a Solution file which works with the build.gyp file in the Windows branch of node-sqlite3? Thanks!
Some background:
A month ago, I managed to get node-sqlite3 to build for Windows using the VS Express GUI. Now I would like to learn how to build with gyp. So I am starting with a clean copy of the Windows branch of node-sqlite3.
I see that the build.gyp file seems to not quite match up with the node-sqlite3.sln file. But just for fun, I made a copy of node-sqlite3.sln called build.sln and then tried to "node-gyp build" just for fun. Actually, quite a bit got built. But then I got the fatal error on looking for precompiled headers. (This will be familiar to anyone who has tried to use the node-sqlite3.sln file as-provided; it won't work; see one of my closed issues here.)
The text was updated successfully, but these errors were encountered:
Does anyone have a Solution file which works with the build.gyp file in the Windows branch of node-sqlite3? Thanks!
Some background:
A month ago, I managed to get node-sqlite3 to build for Windows using the VS Express GUI. Now I would like to learn how to build with gyp. So I am starting with a clean copy of the Windows branch of node-sqlite3.
I see that the build.gyp file seems to not quite match up with the node-sqlite3.sln file. But just for fun, I made a copy of node-sqlite3.sln called build.sln and then tried to "node-gyp build" just for fun. Actually, quite a bit got built. But then I got the fatal error on looking for precompiled headers. (This will be familiar to anyone who has tried to use the node-sqlite3.sln file as-provided; it won't work; see one of my closed issues here.)
The text was updated successfully, but these errors were encountered: