Coder Social home page Coder Social logo

Comments (4)

aewallin avatar aewallin commented on August 31, 2024

ubuntu 11.10 should have boost 1.46.1. I would suggest using that and not something older (like 1.42)

That kind of ImportError is a boost-python error where a C++ function/method exists but no python-wrapping has been provided. When troubleshooting you can just go into a python-shell and type "import area", no need to run heekscnc and the G0 button.

from heekscnc-old.

aewallin avatar aewallin commented on August 31, 2024

I can confirm this issue on Ubuntu 11.10 with gcc 4.6.1, boost 1.46.1, and Python 2.7.2+
I get the same error:
anders@anders-i7:~/libarea/.libs$ python
Python 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import area.so
Traceback (most recent call last):
File "", line 1, in
ImportError: ./area.so: undefined symbol: _ZNK5boost6python7objects21py_function_impl_base9max_arityEv

from heekscnc-old.

aewallin avatar aewallin commented on August 31, 2024

This looks like a linking-problem with boost-python and/or python2.7. Googling for the error-message gives various solutions mostly related to linking issues.

Rather than figuring out what is wrong with the Makefile I have solved this by using cmake:
Heeks/libarea#2

from heekscnc-old.

urbnsr avatar urbnsr commented on August 31, 2024

OK - I copied an area.so build to my /usr/lib/heekscnc/ directory and I can use heekscad/cnc again. I still need the tags, though.

Thank you...

from heekscnc-old.

Related Issues (18)

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.