GithubHelp home page GithubHelp logo

Windows 11 fatal error: LNK1120: 1 unresolved externals [C:\...\node_modules\node-native-ocr\build\node-native-ocr.vcxproj about node-native-ocr HOT 1 OPEN

stoefln avatar stoefln commented on July 19, 2024
Windows 11 fatal error: LNK1120: 1 unresolved externals [C:\...\node_modules\node-native-ocr\build\node-native-ocr.vcxproj

from node-native-ocr.

Comments (1)

jschlight avatar jschlight commented on July 19, 2024

When creating the build tool, I made the decision to retain the build products between builds to speed up the build process while in the development process. Itโ€™s possible that there are binaries left over from the version of Visual Studio you were running before installing Visual Studio 2019.

For example, in your full build log, I notice there is a link error associated with tessdatamanager.obj. But I donโ€™t see the corresponding compiler command. This leads me to believe tessdatamanager.obj binary might have been built with an earlier version of Visual Studio which could explain the linking error.

As a first step, I recommend that you try this command to clean out the build products:

npm run clean-tesseract

And then try the:

npm install 

from node-native-ocr.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.