Git Product home page Git Product logo

Comments (11)

felixendres avatar felixendres commented on July 20, 2024

Sounds like a version-specific thing. Let me know how it works after the update. If you make a pull request with the precompiler statements mentioned in the link, I'll merge it in.

from rgbdslam_v2.

felixendres avatar felixendres commented on July 20, 2024

Fixed with pull request #21

from rgbdslam_v2.

uzhaoyang avatar uzhaoyang commented on July 20, 2024

I still find same issue with my kinectic, boost 1.53, qt4, ubuntu16.04.
Some help from you will be grateful.
thx.

Zhao

from rgbdslam_v2.

felixendres avatar felixendres commented on July 20, 2024

Sorry, I don't know how to fix this. I'd guess the bug link and changes by @kbalisciano would give you a start.

from rgbdslam_v2.

gijsvesch avatar gijsvesch commented on July 20, 2024

Also experiencing the same issue when trying to install on raspberry running ROS kinetic

from rgbdslam_v2.

gijsvesch avatar gijsvesch commented on July 20, 2024

Fixed it by doing it in every file for the correct header file

from rgbdslam_v2.

felixendres avatar felixendres commented on July 20, 2024

If possible, please share your changes in a pull request

from rgbdslam_v2.

gijsvesch avatar gijsvesch commented on July 20, 2024

Pff unfortunately i didn't write down which files I changed and am not using it anymore but I will ook for a backup. I know you have to add:
#ifndef Q_MOC_RUN
library giving error
#endif
To every file getting an error.
I know most of the time it had something to do with either QT or ros.h

from rgbdslam_v2.

blankered avatar blankered commented on July 20, 2024

Can you push you changes to git? We can analyze it there.

from rgbdslam_v2.

gijsvesch avatar gijsvesch commented on July 20, 2024

Unfortunately I did not backup those files

from rgbdslam_v2.

lhzlhz avatar lhzlhz commented on July 20, 2024

http://blog.csdn.net/h321654/article/details/54582341
The steps:

  1. sudo gedit /usr/include/boost/type_traits/detail/has_binary_operator.hpp
  2. Modify "namespace BOOST_JOIN(BOOST_TT_TRAIT_NAME,_impl) {...}" to
    "
    #ifndef Q_MOC_RUN
    namespace BOOST_JOIN(BOOST_TT_TRAIT_NAME,_impl) {
    #endif
    ....
    #ifndef Q_MOC_RUN
    }
    #endif
    "

from rgbdslam_v2.

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.