tango-controls-hdbpp / libhdbpp-mysql

Library for HDB++ implementing MySQL schema. Moved to https://gitlab.com/tango-controls/hdbpp/libhdbpp-mysql
http://www.tango-controls.org/community/projects/hdbplus
1 stars 4 forks source link

Cmake build #11

Closed gscalam closed 4 years ago

gscalam commented 4 years ago

Implement build using cmake

lorenzopivetta commented 4 years ago

Looks good to me. However, I'm not a cmake expert. Maybe @bourtemb or @dlacoste-esrf may have a look...

gscalam commented 4 years ago

This version does not seem compatible with the latest libhdbpp master branch. I get the following error when trying to compile:

libhdbpp-mysql/src/LibHdb++MySQL.h:24:10: fatal error: libhdb++/LibHdb++.h: No such file or directory
 #include <libhdb++/LibHdb++.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

libhdb++/LibHdb++.h file no longer exists.

You're right. I started supporting latest libhdbpp in the libhdbpp2 branch that is work in progress.