Hi Greg,

It might be something at this end, but compiling the FMCS target with
MSVC 11.0 and Boost 1.49 I have:

C:\Boost\include\boost-1_49\boost/property_tree/detail/json_parser_read.hpp(105):
error C2664: 'boost::property_tree::basic_ptree<Key,Data>::push_back'
: cannot convert parameter 1 from 'std::pair<_Ty1,_Ty2>' to 'const
std::pair<_Ty1,_Ty2> &'

This looks like an MSVC versus Boost issue rather than anything
related to RDKit.

Regards,
- Noel



On 21 May 2015 at 03:22, Greg Landrum <greg.land...@gmail.com> wrote:
> Hi Noel,
>
> On Wed, May 20, 2015 at 10:54 AM, Noel O'Boyle <baoille...@gmail.com> wrote:
>>
>>
>> This isn't really a bug report, just an FYI that may be helpful. I've
>> been using Boost 1.49 until now to compile RDKit, but this is now too
>> old. Specifically, the FMCS code chokes on it.
>
>
> Though we likely will start requiring a reasonably up-to-date version of
> boost at some point in the not-too-distant future, that hasn't happened yet.
> I have built the current release using boost 1.48 and a recent version of
> the code using v1.42, so the problem isn't boost in general. If you send me
> the error messages you are seeing, I may be able to help diagnose this.
>
>
>> Also, I've been compiling on Windows with mingw-w64 (the fork of
>> MinGW), and I needed to comment out the definition of struct timezone
>> in the FMCS code (DebugTrace.h) as it's already present in mingw-w64's
>> includes. I don't know if it's worth fixing but if so, maybe this link
>> will help:
>>
>> http://quickgit.kde.org/?p=emerge.git&a=commitdiff&h=cffdf0eb0b8ed8f65c640ba33db03b8f7970a6f0&hp=a3f18e16cb9fffa406de70c84b855843e10e98a7
>> ("check_type_size("timezone" HAVE_TIMEZONE_DEFINED)")
>>
>
> Thanks for pointing that out. I'll take a look.
>
> Best,
> -greg
>

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to