Coder Social home page Coder Social logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
Hi Ricardo, that error is coming from Boost (as you might have surmised).  
Please ensure that you're using Boost 1.42 or higher (the latest version is 
1.43).

Original comment by [email protected] on 2 Aug 2010 at 5:32

  • Changed state: Invalid

from alembic.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
D'oh, I'll double check, I had 1.34 installed on this machine, so I had to 
upgrade to 1.43. Something might've stayed behind from the older version.

Thanks!

Original comment by [email protected] on 2 Aug 2010 at 5:34

from alembic.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 2, 2024
You might also try running the bootstrap script in 
$ALEMBIC_SRC_DIR/build/bootstrap/alembic_bootstrap.py.  It's an interactive 
build system bootstrapper (not yet comprehensive, but at least it will help 
with Boost, ilmbase, etc.).  It will ask you the path to libboost_python; if 
updatedb has been run recently enough, it will be present as a numeric option 
for you to enter (the script runs "locate libboost_python" and presents you a 
numbered list of choices).  Otherwise, enter the full path to the right version 
of it; you should try to use the static archive if you can (the .a file, not 
the .so).  Additionally, you've hopefully compiled boost such that it's 
versioned, eg, the path to libboost_python will be something like 
"/usr/local/lib/libboost_python-gcc41-mt-1_43.a".

Anyway, as we say on the front page of the Google code site, this is not yet 
the finalized API or the 1.0 release; this is alpha code, so not everything is 
there or there as we want it.  We should be announcing the 1.0 release with a 
stable API sometime soon (possibly next week).

Thanks for your interest!

Original comment by [email protected] on 2 Aug 2010 at 6:21

from alembic.

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.