Re: [OpenBabel-Devel] fatal error: 'maeparser/Writer.hpp' file not found

2019-11-24 Thread Mohammad Ghahremanpour
> On Nov 24, 2019, at 1:34 PM, Geoffrey Hutchison > wrote: > >> I just synced my open babel fork with the master branch but could not >> compile it. > > Clearly the maeparser didn't compile. Do you have Boost installed? I have Boost installed. cmake found this version of Boost. -- Boost

Re: [OpenBabel-Devel] fatal error: 'maeparser/Writer.hpp' file not found

2019-11-24 Thread Geoffrey Hutchison
> I just synced my open babel fork with the master branch but could not compile > it. Clearly the maeparser didn't compile. Do you have Boost installed? -Geoff ___ OpenBabel-Devel mailing list OpenBabel-Devel@lists.sourceforge.net https://lists.sourc

[OpenBabel-Devel] fatal error: 'maeparser/Writer.hpp' file not found

2019-11-24 Thread Mohammad Ghahremanpour
Hi OB developers, I just synced my open babel fork with the master branch but could not compile it. I got this error: openbabel/src/formats/maeformat.cpp:34:10: fatal error: 'maeparser/Writer.hpp' file not found #include Any clue? Cheers, Mohammad _