GithubHelp home page GithubHelp logo

Comments (6)

BeHappyForMe avatar BeHappyForMe commented on May 8, 2024

pse.cpp:32:29: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i<h; i++)
^
pse.cpp:39:29: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i<h; i++)
^
pse.cpp:42:32: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for(size_t j = 0; j<w; j++)
^
3 warnings generated.
3 warnings generated.
ld: library not found for -lpython3.5m
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [pse.so] Error 1

我的这种错误,看着好像一样的问题

from chineseocr_lite.

hello-lan avatar hello-lan commented on May 8, 2024

pse.cpp:32:29: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i<h; i++)
^
pse.cpp:39:29: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i<h; i++)
^
pse.cpp:42:32: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for(size_t j = 0; j<w; j++)
^
3 warnings generated.
3 warnings generated.
ld: library not found for -lpython3.5m
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [pse.so] Error 1

我的这种错误,看着好像一样的问题

装xcode-9.4 就好了

from chineseocr_lite.

Weibozzz avatar Weibozzz commented on May 8, 2024

pse.cpp:32:29: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i<h; i++)
^
pse.cpp:39:29: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i<h; i++)
^
pse.cpp:42:32: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for(size_t j = 0; j<w; j++)
^
3 warnings generated.
3 warnings generated.
ld: library not found for -lpython3.5m
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [pse.so] Error 1
我的这种错误,看着好像一样的问题

装xcode-9.4 就好了

好可惜 只能换xcode版本

from chineseocr_lite.

shuyansy avatar shuyansy commented on May 8, 2024

pse.cpp:32:29: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i<h; i++)
^
pse.cpp:39:29: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for (size_t i = 0; i<h; i++)
^
pse.cpp:42:32: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
for(size_t j = 0; j<w; j++)
^
3 warnings generated.
3 warnings generated.
ld: library not found for -lpython3.5m
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [pse.so] Error 1
我的这种错误,看着好像一样的问题

装xcode-9.4 就好了

装了xcode还是没反应啊,请问装好了xcode还需要一些别的操作嘛

from chineseocr_lite.

xiaohengdai avatar xiaohengdai commented on May 8, 2024

同样遇到这个问题:clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [pse.so] Error 1

from chineseocr_lite.

hello-lan avatar hello-lan commented on May 8, 2024

同样遇到这个问题:clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [pse.so] Error 1

放弃这个ocr项目,采用百度最近开源的PaddleOCR,效果很好

from chineseocr_lite.

Related Issues (20)

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.