GithubHelp home page GithubHelp logo

Comments (5)

PrinceP avatar PrinceP commented on May 18, 2024

Install gflags.
sudo apt-get install libgflags-dev

from hyperpose.

sjdrc avatar sjdrc commented on May 18, 2024

Sorry, should have mentioned that I had already installed that package. No luck and still get the warning though. I'm running Ubuntu 16.04.

from hyperpose.

PrinceP avatar PrinceP commented on May 18, 2024

Clone the repo https://github.com/gflags/gflags
And try to install it using make.
What is output of dpkg --listfiles libgflags-dev

from hyperpose.

sjdrc avatar sjdrc commented on May 18, 2024

Ubuntu 16.04 version of gflags didn't include cmake files. Fixed that issue by building from source. Still getting this error:

CMake Error at cmake/3rdparty.cmake:20 (ADD_LIBRARY):
   No SOURCES given to target: tracer
 Call Stack (most recent call first):
   CMakeLists.txt:17 (INCLUDE)



 CMake Error at cmake/3rdparty.cmake:38 (ADD_LIBRARY):
   No SOURCES given to target: stdtensor
 Call Stack (most recent call first):
   CMakeLists.txt:17 (INCLUDE)

from hyperpose.

sjdrc avatar sjdrc commented on May 18, 2024

So after trying Ubuntu's version of CMake (3.5.1) it works, but gives this message

You have called ADD_LIBRARY for library tracer without any source files. This typically indicates a problem with your CMakeLists.txt file
You have called ADD_LIBRARY for library stdtensor without any source files. This typically indicates a problem with your CMakeLists.txt file

I've been using a self compiled version of 3.12. It looks like the newer version is enforcing an error where the previous version printed it but still allowed you to continue.

from hyperpose.

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.