Re: [Open Babel] Fwd: debug openbabel

2011-12-11 Thread Geoff Hutchison
Seems like the debugger is looking for files located on ghutchis's computer. How do I create and link the .o files myself? Do I need to make modifications to CMakeLists.txt file? Are you trying to link against the binary install of libopenbabel.dylib? If so, it's built for -g -O2 flags.

Re: [Open Babel] Fwd: debug openbabel

2011-12-10 Thread Eric Jang
Hello, I haven't been able to get the XCode generator to work, but what I found is that if I follow the standard build instructions using cmake: mv openbabel-2.3.0 ob-src mkdir ob-build cd ob-build cmake ../ob-src 21 | tee cmake.out make 21 | tee make.out I find that the executables are

Re: [Open Babel] Fwd: debug openbabel

2011-12-10 Thread Eric Jang
Sorry again for the incessant emails - I just realized that some working programs can be debugged even if .o files are missing. I was just entering the commands wrong: I can pass args to the gdb like this: SYSTEM-PROCESSx32:bin Eric$ gdb --args obenergy -ff GAFF