Hi Egon, On Sat, Feb 4, 2012 at 2:08 PM, Egon Willighagen <[email protected]> wrote: > Hi all, > > I started of today looking into Gerrit for the CDK, and found that > Avogadro was using it already... good opportunity for me to try the > user side of Gerrit...
Thanks for the patch ;-) > > I set up a development environment and made a git clone, etc, > following your wiki page, and found a trivial patch. > > But, I also found that things do not compile on my Debian testing > machine... I ran sudo apt-get build-deps avogadro, and cmake was fine > with what it found. > > Yet, when running 'make -j1' I get: > <snip> > > I have libboost-python 1.46 ... > > Suggestions? > You could disable the Python wrapping, run cmake-gui . in the build directory and remove the tick from ENABLE_PYTHON. I am just taking a look at this to check (I have Boost 1.48 here) and have a failure on. [ 1%] Generating moc_pythonengine_p.cxx usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" This was on my todo, as I think there is a change in Boost behavior and interaction with Qt's MOC that is causing issues. Let me see what I can do, I think it was an Arch developer who pointed this out and we just haven't had time to dig into it. Thanks, Marcus ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Avogadro-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avogadro-devel
