1833059 Members
2946 Online
110049 Solutions
New Discussion

Error (future) 600

 
Helmut Schröger
New Member

Error (future) 600

Hi Folks !

I am using the aCC 03.37 on a HP-UX 11.11 Workstation. The Compiler gives me the following error:

Error (future) 600: "xmlextensions.h", line 33 # Type specifier is omitted; "int" is
no longer assumed.
typedef std::vector octetSequence_t;
^^^^^^^

Why that ??

Thank you in advance ...

Helmut
3 REPLIES 3
Steve Steel
Honored Contributor

Re: Error (future) 600

Hi

You have not defined everything in the program and this is what is needed to continue.

see
http://www.aero.lr.tudelft.nl/facilities/manuals/acc/whatsnew.htm

Also you have an old compiler

See

http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1743,00.html

Upgrade compiler and patches should normally help a lot


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Francis_12
Trusted Contributor

Re: Error (future) 600

Hello,

2 remarks :

1) that compiler version is ooooold.. just have a look here :
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1255,00.html

2) Are you defining _HPUX_SOURCE or _POSIX_SOURCE on the compile lines?

3) Is xmlextensions.h the first include file ? did you try to move it under all other #includes ?

Hope this helps, Bye.

Francis - HP-UX ASCE.

Re: Error (future) 600

Hi,

You need to use the -AA option to avoid these errors. Also cxx-dev@cxx.cup.hp.com mailing list is the best place to get help on C++. To subscribe, send mail to majordomo@cxx.cup.hp.com with the message SUBSCRIBE cxx-dev

Regards,
Lal
With God, all things are possible