Code Monkey home page Code Monkey logo

Comments (11)

qingzhengzhuma avatar qingzhengzhuma commented on September 23, 2024

building in which way?

from openmvg.

insomniaacoma avatar insomniaacoma commented on September 23, 2024

Make. After "cmake ..", I simply run make.

from openmvg.

pmoulon avatar pmoulon commented on September 23, 2024

Can you clear your cmake cache and share here what is the output of CMake configure?

For some reason Eigen is not found or incomplete.

from openmvg.

insomniaacoma avatar insomniaacoma commented on September 23, 2024

[cmake] ** OpenMVG version: 2.1.0
[cmake] ** Build Shared libs: OFF
[cmake] ** Build OpenMVG tests: OFF
[cmake] ** Build OpenMVG softwares: ON
[cmake] ** Build OpenMVG GUI softwares: ON
[cmake] ** Build OpenMVG documentation: ON
[cmake] ** Build OpenMVG samples applications: ON
[cmake] ** Build OpenMVG openGL examples: OFF
[cmake] ** Enable code coverage generation: OFF
[cmake] ** Enable OpenMP parallelization: ON
[cmake] ** Build OpenCV+OpenMVG samples programs: OFF
[cmake] ** Use OpenCV SIFT features: OFF
[cmake] ** Use LiGT for global translation estimation: ON
[cmake]
[cmake]
[cmake]
[cmake]
[cmake] -- CEREAL: (internal)
[cmake] -- EIGEN: (external)
[cmake] -- CERES: 1.13.0 (internal)
[cmake] -- FLANN: 1.8.4 (internal)
[cmake] -- LIBTIFF: (internal)
[cmake] -- LIBPNG: (internal)
[cmake] -- LIBJPEG (internal)
[cmake] -- CLP: 1.16.10 (internal)
[cmake] -- COINUTILS: 2.10.13 (internal)
[cmake] -- OSI: (internal)
[cmake] -- LEMON: 1.3 (internal)
[cmake] -- Configuring done (14.7s)
[cmake] -- Generating done (2.1s)
I'll clear my cmake cache later and update the result.

from openmvg.

qingzhengzhuma avatar qingzhengzhuma commented on September 23, 2024

seems fine. where or how your eigen installed?

from openmvg.

insomniaacoma avatar insomniaacoma commented on September 23, 2024

D:\eigen-3.4.0\eigen-3.4.0,I downloaded eigen from https://eigen.tuxfamily.org/index.php?title=Main_Page

from openmvg.

insomniaacoma avatar insomniaacoma commented on September 23, 2024

I cleared my CMake cache and then performed “cmake ../src” and "make", but "fatal error: Eigen/Dense: No such file or directory" still poped.

from openmvg.

qingzhengzhuma avatar qingzhengzhuma commented on September 23, 2024

This is weired, if you didn't tell cmake where your eigen installed or add eigen path to environment variable, cmake should use internal eigen but the log tells external eigen used. you can try to print the eigen path found by cmake.

from openmvg.

insomniaacoma avatar insomniaacoma commented on September 23, 2024

i added EIGEN_ROOT to environment variable and i use gcc on windows

from openmvg.

insomniaacoma avatar insomniaacoma commented on September 23, 2024

i deleted env EIGEN_ROOT to disable external eigen, and this error occured :
You are attempting to build without Eigen. Please use cmake variable
-DEIGEN_INCLUDE_DIR_HINTS:STRING="PATH" or EIGEN_INCLUDE_DIR_HINTS env.
variable to a valid Eigen path. Or install last Eigen version.
Call Stack (most recent call first):
third_party/ceres-solver/CMakeLists.txt:173 (find_package)

from openmvg.

insomniaacoma avatar insomniaacoma commented on September 23, 2024

i rebuilt OpenMVG with MSVC and it worked though i still can't figure out the reason. Thx for your help

from openmvg.

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.