Giter Site home page Giter Site logo

Comments (4)

jmr avatar jmr commented on August 20, 2024

link_libraries(libs2.so)

Try link_libraries(s2 s2testing).

The link_libraries documentation says target_link_libraries is preferred, so you might want to use that instead. target_link_libraries has to come after add_executable.

Also, call your target mytest or something. There's a CMake warning that a target namedtest may result in undefined behavior.

Also see the comment in CMakeLists.txt about how projects can use s2 with add_subdirectory.

from s2geometry.

topgun009 avatar topgun009 commented on August 20, 2024

I am doing the above method.but i got a new error.
/usr/bin/ld: /usr/local/lib/libs2.so: undefined reference to symbol '_ZN6google14FlagRegistererC1IiEEPKcS3_S3_PT_S5_' //usr/lib/x86_64-linux-gnu/libgflags.so.2.2: error adding symbols: DSO missing from command line

from s2geometry.

jmr avatar jmr commented on August 20, 2024

You also need to link against gflags. I think using target_link_libraries instead of link_libraries takes care of this for you, but am not that sure.

from s2geometry.

topgun009 avatar topgun009 commented on August 20, 2024

I have solved the problem perfectly according to your suggestion。Thank you very much!

from s2geometry.

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.