Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Using OTL on HPUX 10.20
I've been using OTL (Oracle Template Library) to write an app on
solaris and it works great. Now I need to move it to HPUX 10.20
using HP C++ release 10.36. Just for confidence I thought I'd build
on of the samples. However, I get the errors below.
I've tried all sorts of different flags and read through loads
of docs. Anyone else tried OTL on HPUX?
Thanks,
Jo
Here's what the compiler spews:
CC: "./otlv30.h", line 185: error: unexpected argument list:
no base class OTLStream (1044)
"./otlv30.h", line 182: error detected during the instantiation of
otl_tmpl_nocommit_stream<otl_stream, otl_tmpl_connect<otl_exc, otl_conn,
otl_cur>>
"./otlv30.h", line 8240: is the site of the instantiation
CC: "./otlv30.h", line 195: error: unexpected argument list: no base
class OTLStream (1044)
"./otlv30.h", line 182: error detected during the instantiation
of otl_tmpl_nocommit_stream<otl_stream, otl_tmpl_connect<otl_exc,
otl_conn, otl_cur>>
"./otlv30.h", line 8240: is the site of the instantiation
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Jan 27 2000 - 13:50:28 CST
![]() |
![]() |