Giter Site home page Giter Site logo

Comments (11)

mamoll avatar mamoll commented on May 24, 2024

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


Can you attach py-bindings/bindings/util.h as well? I'll run it through my version of gccxml to see if that makes a difference.

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


This is my clang version, BTW:

> clang --version
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Andrew Dobson (Bitbucket: chuples, ).


Hmmm, fascinating. So that file py-bindings/bindings/util.h does not seem to exist, also, it seems we have the same version of clang:

> clang --version
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix

I do however, have a file in there called app.h, if that would be helpful at all.

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


app.h is in omplapp/py-bindings/bindings/app.h

util.h should be in omplapp/ompl/py-bindings/bindings/util.h

If it doesn't exist, you can create it with ''make util.h''.

I can "compile" app.h to XML on my machine using gccxml by invoking it as shown in line 9 of pyplusplus_util.log. Perhaps you have a slightly different version of gccxml? But "make installpyplusplus" should have installed the right version.

Your attached app.h and the one on my machine are the same, so that's not the problem. I'm stumped.

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Andrew Dobson (Bitbucket: chuples, ).


Heh, well, sorry to give you a tough one, but I've been trying to figure it out myself without much luck. Also, you're right, I did find util.h. I was looking in the wrong place, bu now you can check that out as well. Also, checking gccxml, I have:

> gccxml --version
GCC-XML version 0.9.0

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Ryan Luna (Bitbucket: rluna, GitHub: rluna).


Installing pyplusplus via pip should not be necessary.  The command "make installpyplusplus" should handle this as well as some required external patches.  Maybe there are competing installations of the python components that are fouling things up?

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Andrew Dobson (Bitbucket: chuples, ).


That's a good point, Mr. Luna. I'll see if I can clean that up a bit and see if it helps.

Edit: No dice... still doesn't seem to be happy about it. Perhaps I need to try cleaning up the pyplusplus that comes with OMPL completely and retry the install.

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


I have been able to reproduce you problem by installing gccxml with "make installpyplusplus". I had gccxml installed via MacPorts. The problem is that gccxml needs to be compiled with llvm-g++-4.2. Go to your build directory. Then do this:

cd pyplusplus/gccxml
cmake -DCMAKE_C_COMPILER=llvm-gcc-4.2 -DCMAKE_CXX_COMPILER=llvm-g++-4.2 .
make install

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


Fixed in changset [[https://bitbucket.org/ompl/ompl/changeset/653e4fc1a8e6|653e4fc1a8e6]].

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Andrew Dobson (Bitbucket: chuples, ).


Indeed, that seems to help a lot, and things seem to be chugging right along now. Thanks for the assist.

from ompl.

mamoll avatar mamoll commented on May 24, 2024

Original comment by Mark Moll (Bitbucket: mamoll, GitHub: mamoll).


appveyor fix #5

from ompl.

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.