asfernandes / node-firebird-drivers

Node.js Firebird Drivers
MIT License
53 stars 17 forks source link

Add support for Visual Studio 2022 build #114

Closed gsbelarus closed 2 years ago

gsbelarus commented 2 years ago

We have had an error while compiling the library with node-gyp. And could solve it only by downgrading Microsoft Visual Studio Build Tools to the 2017 version. Are the latest versions supported?

asfernandes commented 2 years ago

Please show the errors.

gsbelarus commented 2 years ago

Unfortunately, I have already cleared console window contents. There was a long list of node-gyp messages. It seemed that it tried to find the 2017 version and then reverted to what existed on the PC. In my case, it was the 2019 version of Build Tools. In the end whole process finished with an error. The problem was solved after removing entirely 2019 Build Tools from the system and installing the 2017 version.

On Wed, Nov 17, 2021 at 2:34 PM Adriano dos Santos Fernandes < @.***> wrote:

Please show the errors.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/asfernandes/node-firebird-drivers/issues/114#issuecomment-971490505, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHPTVAOS5LS5KMBKPUV2T3UMOHK7ANCNFSM5IGVTQOA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

asfernandes commented 2 years ago

GitHub Actions is running in Windows 2019, which have Visual Studio 2019.

gsbelarus commented 2 years ago

Ok. It seems that something is wrong with my system configuration. I will recheck. I'm closing the issue.

asfernandes commented 2 years ago

I have changed this issue to talk about VS 2022. It's now working in master.