On Sun, Feb 5, 2012 at 2:33 PM, Marcus D. Hanwell
<marcus.hanw...@kitware.com> wrote:
> Hi Egon,
>
> On Sat, Feb 4, 2012 at 2:08 PM, Egon Willighagen
> <egon.willigha...@gmail.com> 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.
>
See,

http://review.source.kitware.com/4169

for a possible fix, this works around some issues in Boost 1.48/MOC
interaction, and also fixes up the fragment wrapping a little for some
issues that crept in late last year I think. I will take a better look
at the properties for fragment later, it would be great to know if
this allows you to compile Avogadro master (+ this patch) on your
system.

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
Avogadro-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avogadro-devel

Reply via email to