[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.c++

Precompilation error

pjr

11/4/2008 5:07:00 AM

Hi..

I am trying to compile a set of code using aCC 3.52(HP-UX
11.00) and visibroker 3.3. I am running into following error.

I appreciate any ideas that can help me resolve this error.


Error 328: "/usr/local/vbroker/include/ir_c.hh", line 6795 # Function
'>>' has not been defined yet; cannot call.
_strm >> *_obj;
^^^^^^^^^^
Error 328: "/usr/local/vbroker/include/ir_c.hh", line 7365 # Function
'>>' has not been defined yet; cannot call.
_strm >> *_obj;
^^^^^^^^^^
Error 328: "/usr/local/vbroker/include/ir_c.hh", line 10097 # Function
'>>' has not been defined yet; cannot call.
_strm >> *_obj;
^^^^^^^^^^

Thanks
2 Answers

anon

11/4/2008 9:25:00 AM

0

pjr wrote:
> Hi..
>
> I am trying to compile a set of code using aCC 3.52(HP-UX
> 11.00) and visibroker 3.3. I am running into following error.
>
> I appreciate any ideas that can help me resolve this error.
>
>
> Error 328: "/usr/local/vbroker/include/ir_c.hh", line 6795 # Function
> '>>' has not been defined yet; cannot call.
> _strm >> *_obj;
> ^^^^^^^^^^
> Error 328: "/usr/local/vbroker/include/ir_c.hh", line 7365 # Function
> '>>' has not been defined yet; cannot call.
> _strm >> *_obj;
> ^^^^^^^^^^
> Error 328: "/usr/local/vbroker/include/ir_c.hh", line 10097 # Function
> '>>' has not been defined yet; cannot call.
> _strm >> *_obj;
> ^^^^^^^^^^
>
> Thanks

LOL @ 10000 lines file.

Take a look here:
http://www.parashift.com/c++-faq-lite/how-to-post.ht...

jt

11/4/2008 9:26:00 AM

0

On Mon, 03 Nov 2008 21:06:46 -0800, pjr wrote:

> Hi..
>
> I am trying to compile a set of code using aCC 3.52(HP-UX
> 11.00) and visibroker 3.3. I am running into following error.
>
> I appreciate any ideas that can help me resolve this error.

This may help:

http://www.parashift.com/c++-faq-lite/how-to-post.ht...

> Error 328: "/usr/local/vbroker/include/ir_c.hh", line 6795 # Function
> '>>' has not been defined yet; cannot call.
> _strm >> *_obj;

It seems likely that the compiler is telling you exactly what the problem
is, but it is impossible to say for sure without seeing any code.

BTW, what does "precompilation" mean?

> ^^^^^^^^^^
> Error 328: "/usr/local/vbroker/include/ir_c.hh", line 7365 # Function
> '>>' has not been defined yet; cannot call.
> _strm >> *_obj;
> ^^^^^^^^^^
> Error 328: "/usr/local/vbroker/include/ir_c.hh", line 10097 # Function
> '>>' has not been defined yet; cannot call.
> _strm >> *_obj;
> ^^^^^^^^^^
>
> Thanks

--
Lionel B