Git Product home page Git Product logo

Comments (4)

sandwichmaker avatar sandwichmaker commented on September 22, 2024

Hi @capn-freako, sorry for the delay in approving your membership. Google groups never sent me a notification that your membership is pending. Your membership is now approved.

The error you are reporting is odd because we have a github CI builds on windows which is working okay.
@sergiud any idea what maybe going on here?

also maybe worth asking on the mailinglist.

from ceres-solver.

capn-freako avatar capn-freako commented on September 22, 2024

from ceres-solver.

sergiud avatar sergiud commented on September 22, 2024

This seems to be a compiler setup issue. The linker warnings/errors stem from standard library symbols not Ceres.

How did you compile Ceres (or other link libraries for that matter)? Likely your project links against a different runtime library than the one used to compile Ceres. Check your compiler flags.

Different CMake versions might also cause problems because CMake 3.15 changed the way the runtime library is selected.

Finally, you must use CMake (or Bazel) to actually integrate Ceres into your project. Ceres sets different flags and link dependencies which you would need to exactly replicate. Incorrectly replicating compiler flags required by CMake might cause such issues as well.

from ceres-solver.

sandwichmaker avatar sandwichmaker commented on September 22, 2024

I think this has been solved by add "/MD".

from ceres-solver.

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.