On 8 March 2013 13:23, Ulrich Heinicke <[email protected]> wrote: > > i use the following parameter for building the solution to generate the > libraries: > > -DWITH_ORACLE=ON -DSOCI_ORACLE=ON > -DORACLE_INCLUDE_DIR=C:/oracle/product/11.2.0/client_2/oci/include > -DORACLE_LIBRARIES=C:/oracle/product/11.2.0/client_2/oci/lib/msvc > > but there is no project generated for build the oracle backend, because the > output from cmake gives the warning: > > Some required dependencies of Oracle backend not found: Oracle
It means, Oracle files are not found. Could you try this instead: set ORACLE_HOME=C:\oracle\product\11.2.0\client_2 cmake -DWITH_ORACLE=ON /path/to/soci/src Does it work? By the way, I'd suggest to grab SOCI sources form current Git master. This is the state that is coming out as SOCI 3.2.0 release within next few days. There have been improvements to Oracle setup, among lots of other things. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
