Re: [Open Babel] error with complin

2016-11-29 Thread Fredrik Wallner
https://github.com/openbabel/openbabel/blob/master/src/ops/opconfab.cpp > 29 nov. 2016 kl. 12:42 skrev Mohammad Goodarzi : > > Hello Again, > > I managed to do it both by compile and through brew now. > Open Babel 2.4.1

Re: [Open Babel] error with complin

2016-11-29 Thread Mohammad Goodarzi
Hello Again, I managed to do it both by compile and through brew now. Open Babel 2.4.1 -- Oct 12 2016 -- 00:37:03 Thanks for your support. I have one more question which is not a critical one so I ask it here. The source code or python code of confab is available ? Thanks again and have a good

Re: [Open Babel] error with complin

2016-11-29 Thread Fredrik Wallner
Hello again, If you read the error from the first run to ”brew link open-babel” you will see that the error is exactly the same as bor the inchi folder before, so a good guess would be to use the same method to resolve it. Kind regards, Fredrik > 29 nov. 2016 kl. 11:16 skrev Mohammad Goodarzi :

Re: [Open Babel] error with complin

2016-11-29 Thread Mohammad Goodarzi
The problem is still there I did remove the file sudo rm -r /usr/local/include/inchi Then I tried again with brew install open-babel which gave me the same error to use link open-babel Then I did $ brew link open-babel Linking /usr/local/Cellar/open-babel/2.4.1... Error: Could not symlink inc

Re: [Open Babel] error with complin

2016-11-29 Thread Fredrik Wallner
Ok, the last error is that you misspelled open-babel, but that doesn’t matter. The problem in the second run is that you don’t have permissions to write in the folder /usr/local/include/inchi. My suggestion there would be to remove that directory, using sudo (sudo rm -r /usr/local/include/inchi)

Re: [Open Babel] error with complin

2016-11-29 Thread Mohammad Goodarzi
Hello, Yes, I have tried that. I did it again , here are the error I get $brew link open-babel Linking /usr/local/Cellar/open-babel/2.4.1... Error: Could not symlink bin/babel Target /usr/local/bin/babel already exists. You may want to remove it: rm '/usr/local/bin/babel' To force the li

Re: [Open Babel] error with complin

2016-11-29 Thread Fredrik Wallner
The error message says that you should run "brew link open-babel". Have you tried that? You probably have a problem with an old open-babel version in /use/local why HomeBrew will fail on linking. Run brew doctor to see if it warns on stuff in /usr/local, especially if there are stuff related

Re: [Open Babel] error with complin

2016-11-29 Thread Mohammad Goodarzi
Hello Fredrik, Thanks , I have tried many things before I ask. I am not getting what I really want. For example, I do have Homebrew 1.1.2 and when I simply run brew install open-babel , I am getting this You can link formula with `brew link open-babel` Warning: open-babel-2.4.1 already install

Re: [Open Babel] error with complin

2016-11-29 Thread Fredrik Wallner
Hi, I would suggest you go with the HomeBrew option instead. If you don’t have HomeBrew installed, go to http://brew.sh Run the command from the installation instructions at openbabel.org (http://openbabel.org/wiki/Category:Installation