Hi Mateusz and friends- soci |-- firebird | |-- common.h | |-- error.h | `-- soci-firebird.h
My common.h file is missing. I notice I am having troubles getting stored procedures to work and am wondering if it could be because that file is absent. I'd really like to use stored procedures. I need the practice. Regular Sql statements seem to work. I did a screen dump of how I got the shared libraries and includes to build. I see the other files at /usr/local. thnx for any ideas- roboloki $ cmake -G "Unix Makefiles" \ > -DCMAKE_INSTALL_PREFIX="/usr/local" \ > -DDESTDIR="firebird-3.0" \ > -DWITH_MYSQL=FALSE -DWITH_ODBC=FALSE \ > -DWITH_SQLITE3=FALSE -DWITH_DB2=OFF -DSOCI_CXX_C11=TRUE \ > -DWITH_BOOST=FALSE -DWITH_FIREBIRD=TRUE \ > -DCMAKE_C_COMPILER="c:/msys64/mingw64/bin/x86_64-w64-mingw32-gcc.exe" \ > -DCMAKE_CXX_COMPILER="c:/msys64/mingw64/bin/x86_64-w64-mingw32-g++.exe" \ > -DWITH_POSTGRESQL=FALSE \ > -DWITH_BOOST=FALSE \ > -DWITH_ORACLE=FALSE \ > ../ -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- Check for working C compiler: c:/msys64/mingw64/bin/x86_64-w64-mingw32-gcc.exe -- Check for working C compiler: c:/msys64/mingw64/bin/x86_64-w64-mingw32-gcc.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: c:/msys64/mingw64/bin/x86_64-w64-mingw32-g++.exe -- Check for working CXX compiler: c:/msys64/mingw64/bin/x86_64-w64-mingw32-g++.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for _M_AMD64 -- Looking for _M_AMD64 - not found -- Looking for _M_IX86 -- Looking for _M_IX86 - not found -- Configuring SOCI: -- SOCI_VERSION = 4.0.0 -- SOCI_ABI_VERSION = 4_0 -- SOCI_SHARED = ON -- SOCI_STATIC = ON -- SOCI_TESTS = ON -- SOCI_ASAN = OFF -- SOCI_CXX_C11 = TRUE -- LIB_SUFFIX = -- Looking for SOCI dependencies: -- Threads: -- CMAKE_THREAD_LIBS_INIT = -- Boost: disabled, since WITH_BOOST=OFF -- MySQL: disabled, since WITH_MYSQL=OFF -- ODBC: disabled, since WITH_ODBC=OFF -- Oracle: disabled, since WITH_ORACLE=OFF -- PostgreSQL: disabled, since WITH_POSTGRESQL=OFF -- SQLite3: disabled, since WITH_SQLITE3=OFF -- Firebird: -- SOCI_FIREBIRD_EMBEDDED = OFF -- FIREBIRD_INCLUDE_DIR = C:/Program Files/Firebird/Firebird_3_0/include -- FIREBIRD_LIBRARIES = C:/Windows/System32/FBCLIENT.DLL -- FIREBIRD_VERSION = -- DB2: disabled, since WITH_DB2=OFF -- Configuring SOCI core library: -- SOCI_CORE_TARGET = soci_core -- SOCI_CORE_TARGET_OUTPUT_NAME = soci_core_4_0 -- SOCI_CORE_DEPS_LIBS = -- SOCI_CORE_INCLUDE_DIRS = C:/msys64/home/apophis/soci-master/src C:/msys64/home/apophis/soci-master/include C:/msys64/home/apophis/soci-master/src/include C:/msys64/home/apophis/soci-master/include/private C:/msys64/home/apophis/soci-master/src/src/core -- WITH_BOOST = FALSE -- COMPILE_DEFINITIONS = SOCI_ABI_VERSION="4_0" SOCI_LIB_PREFIX="libsoci_" SOCI_LIB_SUFFIX=".dll" SOCI_DEBUG_POSTFIX="" -- -- Configuring SOCI backend libraries: -- Empty - SOCI backend skeleton for new backends development -- SOCI_EMPTY = ON -- SOCI_EMPTY_TARGET = soci_empty -- SOCI_EMPTY_OUTPUT_NAME = soci_empty_4_0 -- SOCI_EMPTY_COMPILE_DEFINITIONS = SOCI_ABI_VERSION="4_0" -- SOCI_EMPTY_INCLUDE_DIRECTORIES = C:/msys64/home/apophis/soci-master/src C:/msys64/home/apophis/soci-master/include C:/msys64/home/apophis/soci-master/src/include C:/msys64/home/apophis/soci-master/include/private C:/msys64/home/apophis/soci-master/include/private -- Firebird - SOCI backend for Firebird -- SOCI_FIREBIRD = ON -- SOCI_FIREBIRD_TARGET = soci_firebird -- SOCI_FIREBIRD_OUTPUT_NAME = soci_firebird_4_0 -- SOCI_FIREBIRD_COMPILE_DEFINITIONS = SOCI_ABI_VERSION="4_0" -- SOCI_FIREBIRD_INCLUDE_DIRECTORIES = C:/msys64/home/apophis/soci-master/src C:/msys64/home/apophis/soci-master/include C:/msys64/home/apophis/soci-master/src/include C:/msys64/home/apophis/soci-master/include/private C:/msys64/home/apophis/soci-master/include/private C:/Program Files/Firebird/Firebird_3_0/include -- -- Configuring SOCI tests: -- SOCI_EMPTY_TEST_CONNSTR = dummy -- SOCI_FIREBIRD_TEST_CONNSTR = service=/tmp/test.fdb user=SYSDBA password=masterkey -- ODBC DB2 test disabled. -- -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: DESTDIR -- Build files have been written to: C:/msys64/home/apophis/soci-master/src
_______________________________________________ soci-users mailing list soci-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/soci-users