-
Ok, so I got the compile to go by:
First, adding "extern" to all OCIs in generic/oratclTypes.h, for example:
extern OCIENVCREATE OCI_EnvCreate;
Second, creating a new file and including it in the build, the contents of which are:
#include "oratclInt.h"
#include "oratclTypes.h"
OCIENVCREATE OCI_EnvCreate;
...
and so forth for each OCI that is...
2009-11-06 19:12:39 UTC by btjanes
-
tmh committed patchset 799 of module oratcl to the oratcl CVS repository, changing 2 files.
2009-11-06 14:18:57 UTC by tmh
-
tmh committed patchset 798 of module oratcl to the oratcl CVS repository, changing 2 files.
2009-11-06 14:07:34 UTC by tmh
-
tmh committed patchset 797 of module oratcl to the oratcl CVS repository, changing 2 files.
2009-11-06 14:04:59 UTC by tmh
-
I am getting this when I try to build on my Mac:
gcc -dynamiclib -pipe -Os -Wall -Wno-implicit-int -fno-common -prebind -headerpad_max_install_names -Wl,-search_paths_first -Wl,-single_module -o libOratcl4.5.dylib oratcl.o oralob.o oralong.o oralogon.o oralogoff.o oraopen.o oraclose.o oracommit.o oraroll.o oraautocom.o orainfo.o oramsg.o oraconfig.o oradesc.o orabreak.o oraparse.o...
2009-11-04 22:10:25 UTC by btjanes
-
A new oradesc test suite has been deployed.
2009-10-29 00:47:57 UTC by tmh
-
This test was removed. It is no longer possible to run Oratcl in a safe interp due to new limitations on safe interps.
2009-10-29 00:44:48 UTC by tmh
-
tmh committed patchset 796 of module oratcl to the oratcl CVS repository, changing 2 files.
2009-10-28 20:05:47 UTC by tmh
-
tmh committed patchset 795 of module oratcl to the oratcl CVS repository, changing 2 files.
2009-10-28 20:02:42 UTC by tmh
-
tmh committed patchset 794 of module oratcl to the oratcl CVS repository, changing 2 files.
2009-10-28 20:01:48 UTC by tmh