Giter Site home page Giter Site logo

build error on tex about mvs-texturing HOT 4 CLOSED

debuleilei avatar debuleilei commented on August 20, 2024
build error on tex

from mvs-texturing.

Comments (4)

andre-schulz avatar andre-schulz commented on August 20, 2024

Hi @18500864609,

which problems have you encountered?

from mvs-texturing.

debuleilei avatar debuleilei commented on August 20, 2024

Hi,the problem is when I use the CMake-gui to compile the mvs-texturing-cmake, it can find the mve'lib but with error like this:

error: could not find git for clone of ext_rayint

then I tried to load this source code by myself ,and change the cmakelist in the elibs folder like this:
externalproject_add(ext_rayint
PREFIX ext_rayint
#GIT_REPOSITORY https://github.com/nmoehrle/rayint.git
GIT_TAG cuda
UPDATE_COMMAND ""
SOURCE_DIR ${CMAKE_SOURCE_DIR}/elibs/rayint
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
)

#find_package eigen
externalproject_add(ext_eigen
PREFIX ext_eigen
#URL https://bitbucket.org/eigen/eigen/get/3.2.8.tar.bz2
#URL_MD5 9e3bfaaab3db18253cfd87ea697b3ab1
SOURCE_DIR ${CMAKE_SOURCE_DIR}/elibs/eigen
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
)
However ,after the (congigue+general ) when I open the vs2015 to compile ,I get error like this :
it can't get the tex.lib.
so what should I do now? waiting for your advice!

from mvs-texturing.

debuleilei avatar debuleilei commented on August 20, 2024

aha,sorry,I find that I didn't install git on my windows ,after the installion of git ,Now I successfully compile the mvs-texturing.
Later I will use the mesh built by kinectfusion then texture the mesh, and make it in the android platform. Thanks for your reply!

from mvs-texturing.

andre-schulz avatar andre-schulz commented on August 20, 2024

That's good news!
I'll close the issue then. If you encounter other problems feel free to reopen or create another issue.

from mvs-texturing.

Related Issues (13)

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.