Re: FreeCAD: undefined reference to `Py::ifPyErrorThrowCxxException()'

2018-04-16 Thread Mamoru TASAKA
Richard Shaw wrote on 04/16/2018 10:09 PM: Mea culpa... I was getting cross-eyed on that... Got that fixed but not being a C++ guy I'm not sure what the next problem is but perhaps pyCXX changed things between 6.2.8 and 7.0+ Now I'm getting: While I may not find out the solution, would you

Re: FreeCAD: undefined reference to `Py::ifPyErrorThrowCxxException()'

2018-04-16 Thread Richard Shaw
Mea culpa... I was getting cross-eyed on that... Got that fixed but not being a C++ guy I'm not sure what the next problem is but perhaps pyCXX changed things between 6.2.8 and 7.0+ Now I'm getting: [ 26%] Building CXX object src/App/CMakeFiles/FreeCADApp.dir/GroupExtensionPyImp.cpp.o cd

Re: FreeCAD: undefined reference to `Py::ifPyErrorThrowCxxException()'

2018-04-15 Thread Mamoru TASAKA
Richard Shaw wrote on 04/16/2018 02:56 AM: If you look closely you notice it was including in the linking :) /usr/src/CXX/cxx_extensions.cxx.o Thanks, Richard Well, you also need /usr/src/CXX/Python2/cxx_exceptions.cxx (note: cxx_"exceptions".cxx, what you are saying is

Re: FreeCAD: undefined reference to `Py::ifPyErrorThrowCxxException()'

2018-04-15 Thread Richard Shaw
If you look closely you notice it was including in the linking :) /usr/src/CXX/cxx_extensions.cxx.o Thanks, Richard ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: FreeCAD: undefined reference to `Py::ifPyErrorThrowCxxException()'

2018-04-13 Thread Mamoru TASAKA
Richard Shaw wrote on 04/14/2018 04:38 AM: I've posted to upstreams mailing list but have not as of yet gotten a response. I've run into the following error trying to build the latest version of FreeCAD which requires python-pycxx but Rawhide now has 7.0.3 and the bundled version appears to be

FreeCAD: undefined reference to `Py::ifPyErrorThrowCxxException()'

2018-04-13 Thread Richard Shaw
I've posted to upstreams mailing list but have not as of yet gotten a response. I've run into the following error trying to build the latest version of FreeCAD which requires python-pycxx but Rawhide now has 7.0.3 and the bundled version appears to be 6.2.8. I'm used to undefined references