On 31 March 2015 at 22:50, Vadim Zeitlin <[email protected]> wrote: > Hello, > > I've installed DB2 headers and libraries to be able to test that DB2 > backend at least compiles (I still can't check whether it works because I > don't have access to any DB2 database server) and discovered that this > breaks the build of the ODBC backend as there is a conflict between > sqlext.h in DB2 include directory and ODBC file with the same name in > /usr/include. I.e. currently it seems to be impossible to build both DB2 > and ODBC backends.
Sounds like a little mess in CMake configuration. Presumably, you've already fixed that in https://github.com/SOCI/soci/pull/313 Thanks! Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
