martinp23 / elabchem

Chemistry fork of eLabFTW
GNU Affero General Public License v3.0
6 stars 5 forks source link

mychem on osx 10.10.5 #6

Open hmpelta opened 8 years ago

hmpelta commented 8 years ago

I have followed instructions to install mychem on my mac (OS X yosemite 10.10.5) but I was not successful .

after typing this: mysql -u root -p < src/mychemdb_macosx.sql

I get this error :ERROR 1126 (HY000) at line 10: Can't open shared library 'libmychem.dylib' (errno: 2 dlopen(/usr/local/Cellar/mysql56/5.6.29/lib/plugin/libmychem.dylib, 2): Symbol not found: __ZN9OpenBabel12OBDescriptor14GetStrin).

i have tried with different version of mysql from 5.5 until 5.7.

it is several days i am trying to solve problem …

"make" command run successfully of course with one warning:

[ 6%] Building CXX object src/CMakeFiles/mychem-lib.dir/conversion_wrapper.cpp.o

In file included from /usr/local/src/mychem-code-master/src/conversion_wrapper.cpp:41:

/usr/local/src/mychem-code-master/src/fingerprints/finger3.cpp:220:34: warning:

  unsequenced modification and access to 'div' [-Wunsequenced]

    ngrp = (num + div -1)/div--; //rounds up

                  ~~~        ^

1 warning generated.

NicolasCARPi commented 8 years ago

Hello,

FYI, this project is not maintained anymore. It is based on an old fork of elabftw.

Regards, ~Nico

hmpelta commented 8 years ago

Thanks anyway ; sincerely;