This particular problem was my fault. It had been a while since I did a
windows build, so I hadn't caught the problem you point out below. I just
fixed it and checked in the changes.

Apologies that you ended up wasting time on this.

If anyone knows of an online continuous-integration providers (like Travis)
that support Windows, I would be very, very happy to hear about it.

-greg


On Tue, Feb 10, 2015 at 7:14 PM, James Davidson <j.david...@vernalis.com>
wrote:

>  Hi Paolo, Greg, et al.
>
>
>
> I have also been having some problems recently building (64-bit Windows)
> from recent github versions, but I don’t know if this is related to what
> you see, Paolo…
>
> My environment is Win 7 64-bit, CMake 3.0.0, boost_1_55_0-msvc-11.0-64, MS
> Visual Studio Express 2012.
>
>
>
> I have done a bit of version rolling-back and forwards to see if I can
> pinpoint the last version that builds with no errors, and this is what I
> have found so far (sorted by revision, not by sequence of attempts!):
>
>
>
> 4577       - compiles fine, - passes all tests
>
> *4618*       - as above
>
> 4649       - some errors during compile, -passes all tests except the
> molDraw2D bits (which are also involved in the errors)
>
> 4651       - as above
>
> 4743       - as above
>
> *4765*       - as above
>
> 4780       - pyGraphMolWrap now fails test
>
> 4826       - this is where significant problems start (for me at least).
> pyGraphMolWrap still fails, but now with a segfault
>
> 4859       - same segfault as above.  Also pymolDraw2D test fails…
>
>
>
>
>
> The errors I start to see for molDraw2D are this sort of thing (is this
> expected?):
>
>
>
> Error      49           error C2668: 'boost::tuples::tie' : ambiguous call
> to overloaded function
> C:\RDKit\Code\GraphMol\MolDraw2D\MolDraw2D.cpp               341
> 1              MolDraw2D
>
> Error      50           error C2668: 'boost::tuples::tie' : ambiguous call
> to overloaded function
> C:\RDKit\Code\GraphMol\MolDraw2D\MolDraw2D.cpp               353
> 1              MolDraw2D
>
> Error      51           error C2668: 'boost::tuples::tie' : ambiguous call
> to overloaded function
> C:\RDKit\Code\GraphMol\MolDraw2D\MolDraw2D.cpp               357
> 1              MolDraw2D
>
> Error      61           error C2668: 'boost::tuples::tie' : ambiguous call
> to overloaded function
> C:\RDKit\Code\GraphMol\MolDraw2D\MolDraw2D.cpp               544
> 1              MolDraw2D
>
> Error      63           error C2668: 'boost::tuples::tie' : ambiguous call
> to overloaded function
> C:\RDKit\Code\GraphMol\MolDraw2D\MolDraw2D.cpp               591
> 1              MolDraw2D
>
> Error      131         error LNK1181: cannot open input file
> '..\..\..\lib\Release\MolDraw2D.lib'
> C:\RDKit\build\Code\GraphMol\MolDraw2D\LINK          moldraw2DTest1
>
> Error      149         error LNK1181: cannot open input file
> '..\..\..\lib\Release\MolDraw2D.lib'
> C:\RDKit\build\Code\GraphMol\Wrap\LINK       rdmolops
>
>
>
>
>
> If I see the above errors when building ‘ALL_BUILD’, I also see the
> following error when building the ‘INSTALL’ section:
>
>
>
> Error      41           error MSB3073: The command "setlocal
>
> "C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P
> cmake_install.cmake
>
> if %errorlevel% neq 0 goto :cmEnd
>
> :cmEnd
>
> endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
>
> :cmErrorLevel
>
> exit /b %1
>
> :cmDone
>
> if %errorlevel% neq 0 goto :VCEnd
>
> :VCEnd" exited with code 1.        C:\Program Files
> (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets
> 134         5              INSTALL
>
>
>
>
>
>
>
> Anyway, 4618 is the latest revision that I have tested where I see no
> build errors, and 4765 is the latest revision I’ve found before I start to
> see pyGraphMolWrap tests failing (or segfaults).  For now, I have
> rolled-back my installation to 4618 (but would be very happy if anyone can
> figure-out what causes the problems with later revisions).
>
>
>
> Kind regards
>
>
>
> James
>
> ______________________________________________________________________
> PLEASE READ: This email is confidential and may be privileged. It is
> intended for the named addressee(s) only and access to it by anyone else is
> unauthorised. If you are not an addressee, any disclosure or copying of the
> contents of this email or any action taken (or not taken) in reliance on it
> is unauthorised and may be unlawful. If you have received this email in
> error, please notify the sender or postmas...@vernalis.com. Email is not
> a secure method of communication and the Company cannot accept
> responsibility for the accuracy or completeness of this message or any
> attachment(s). Please check this email for virus infection for which the
> Company accepts no responsibility. If verification of this email is sought
> then please request a hard copy. Unless otherwise stated, any views or
> opinions presented are solely those of the author and do not represent
> those of the Company.
>
> The Vernalis Group of Companies
> 100 Berkshire Place
> Wharfedale Road
> Winnersh, Berkshire
> RG41 5RD, England
> Tel: +44 (0)118 938 0000
>
> To access trading company registration and address details, please go to
> the Vernalis website at www.vernalis.com and click on the "Company
> address and registration details" link at the bottom of the page..
> ______________________________________________________________________
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to