Re: [OpenBabel-Devel] Minimum version of MSVC for Open Babel master?

2016-02-08 Thread Noel O'Boyle
The inttypes.h you mentioned is in the include folder. The binaries for the C libraries (e.g. libxml) are not specific to any MSVC. There is a C++ binary for libjson - this was after I moved to MSVC2012. You can just skip the json formats or else you will need to rebuild the binary yourself. If

Re: [OpenBabel-Devel] Minimum version of MSVC for Open Babel master?

2016-02-06 Thread Marcus D. Hanwell
On Sat, Feb 6, 2016 at 3:17 PM, Noel O'Boyle wrote: > The msvc build requires an additional repo. See github msvc-dependencies > or so, part of openbabel. I think it should still build with 2010. > That seems to mainly consist of prebuilt binaries that I guess you use to

Re: [OpenBabel-Devel] Minimum version of MSVC for Open Babel master?

2016-02-06 Thread Noel O'Boyle
The msvc build requires an additional repo. See github msvc-dependencies or so, part of openbabel. I think it should still build with 2010. On 6 Feb 2016 5:19 pm, "Marcus D. Hanwell" wrote: > On Sat, Feb 6, 2016 at 12:02 PM, Marcus D. Hanwell < >

[OpenBabel-Devel] Minimum version of MSVC for Open Babel master?

2016-02-06 Thread Marcus D. Hanwell
Hi, I am working on new Avogadro 1/2 builds for Windows, and was using Visual Studio 2010 (and am still trying to at this point). Is Visual Studio 2010 supposed to work? If not can we add an error for older versions of Visual Studio, if so the main issue seems to be a missing inttypes.h header

Re: [OpenBabel-Devel] Minimum version of MSVC for Open Babel master?

2016-02-06 Thread Marcus D. Hanwell
On Sat, Feb 6, 2016 at 12:02 PM, Marcus D. Hanwell < marcus.hanw...@kitware.com> wrote: > Hi, > > I am working on new Avogadro 1/2 builds for Windows, and was using Visual > Studio 2010 (and am still trying to at this point). Is Visual Studio 2010 > supposed to work? > > If not can we add an