[Zope-DB] DCOracle2 on Freebsd

Dieter Maurer dieter at handshake.de
Wed Feb 2 16:02:03 EST 2005


Rodrigo Maues Rocha wrote at 2005-2-2 10:01 -0400:
>I'm trying to install the DCOracle 2 on my FreeBSD 5.3 and i receive 
>this message:
>
>/oracle/m01/app/oracle/product/8.1.7/rdbms/demo/ociap.h:6241: error: 
>syntax error before "nzttBufferBlock"
> ...
>*** Error code 1
>
>Stop in /tmp/DCOracle2/src.
>
>My system:
>
>FreeBSD 5.3, python adn gcc (Python 2.3.4 (#2, Jan 31 2005, 16:57:40)
>[GCC 3.4.2 [FreeBSD] 20040728] on freebsd5
>
>Any idea for fix this??

Errors in C code compilation of the form "syntax error before ..."
usually indicate a missing macro or type definition.

Look into "ociap.h" line 6241 would you find before "nzttBufferBlock".


It is very puzzling that a header from a "demo" folder is
used for the "DCOracle2" compilation...

-- 
Dieter


More information about the Zope-DB mailing list