Giter Site home page Giter Site logo

compile error about stp HOT 7 CLOSED

QAbot-zh avatar QAbot-zh commented on September 16, 2024
compile error

from stp.

Comments (7)

guihomework avatar guihomework commented on September 16, 2024

you are right the file Logger.hh is part of a non-shared wrapper ni-logger around log4cpp.
@rhaschke , can one simply disable the logging removing USE_LOG4CXX

from stp.

rhaschke avatar rhaschke commented on September 16, 2024

As @guihomework correctly stated, Logger.hh is part of an external repo. I will send you a tarball of it via email.
The compiler flag USE_LOG4CXX just refers to using log4cpp or not in our Logger lib. Removing it, will not resolve your issue.

from stp.

rhaschke avatar rhaschke commented on September 16, 2024

I couldn't find your email. Please find the repo in this gist.

from stp.

QAbot-zh avatar QAbot-zh commented on September 16, 2024

Thank you for your apply. I try to disable LOG4CXX, and the logger problem seems to be solved. But I get the new problem:

progaux_stp.cc:4:17: fatal error: nst.h: No such file or directory
compilation terminated.
makefile:74: recipe for target 'o./progaux_stp.o' failed
make: *** [o./progaux_stp.o] Error 1

By the way, my email address is [email protected] , if you need.

from stp.

rhaschke avatar rhaschke commented on September 16, 2024

I try to disable LOG4CXX, and the logger problem seems to be solved.

Good.

But I get the new problem: progaux_stp.cc:4:17: fatal error: nst.h

Skip building stp.so, changing this line

all: depend libSTP.so stp.so

to:

- all: depend libSTP.so stp.so
+ all: depend libSTP.so

from stp.

rhaschke avatar rhaschke commented on September 16, 2024

By the way, if you are interested in a smooth motion generator, better consider https://github.com/pantor/ruckig than this old code here.

from stp.

QAbot-zh avatar QAbot-zh commented on September 16, 2024

Thank you soooo much! Your suggestion and recommendation help a lot!

from stp.

Related Issues (1)

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.