Menu

steps to compile?

2019-04-08
2019-04-08
  • Bakary N'tji Diallo

    Hello
    I would like to know what are the steps to compile the code here. I am under Linue:
    Linux version 3.10.0-514.6.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) )

    Thanks you

     
  • Bakary N'tji Diallo

    thank you for your help, but that did not work:

    g++  -ansi  -O3 -DNDEBUG -g    -I /usr/local//include/boost- -I /usr/local/include/openbabel-2.0   -I ../../../src/lib -o main.o -c ../../../src/main/main.cpp
    ../../../src/main/main.cpp:30:35: fatal error: openbabel/babelconfig.h: No such file or directory
     #include <openbabel/babelconfig.h>
                                       ^
    compilation terminated.
    ../../makefile_common:19: recipe for target 'main.o' failed
    make: *** [main.o] Error 1
    
     
  • David Koes

    David Koes - 2019-04-08

    You don't have openbabel installed (dev package). You need to manually resolve all dependencies.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.