Re: [Open Babel] Atom neighboring bonds

2013-01-28 Thread Dhroso, Andi (MU-Student)
I see, much simpler, thank you. I figured it out what the issue was if anybody else has the same issues. Apparently Xcode by default selects "LLVM C++ standard library with C++11 support" option for the compiler setting and one of the flags that is passed is -stdlib=libc++ which causes the link

Re: [Open Babel] Atom neighboring bonds

2013-01-27 Thread Noel O'Boyle
I have never used any of these functions. Instead I use FOR_BONDS_OF_ATOM. Then you don't need to think about any of these issues. - Noel On 26 January 2013 10:32, andi wrote: > I'm iterating over the neighboring bonds of an atom and whenever I use the > *OBBond* BeginBond(OBBondIterator &i)* fu

[Open Babel] Atom neighboring bonds

2013-01-27 Thread andi
I'm iterating over the neighboring bonds of an atom and whenever I use the *OBBond* BeginBond(OBBondIterator &i)* function, it complains with error type "undefined symbol" , but when I use the *OBBondIterator BeginIterator()* function, then it works fine. In the attached image you'll see two simpl