Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - OpenWatcom compiler error in QNX 4.25: (2 Items)
   
OpenWatcom compiler error in QNX 4.25  
Our QNX 4.25 machine has Watcom 10.6 and Watcom 9.52 already installed;
but it is having some license issue while compiling CPP files.
So we are trying to use OpenWatcom compiler on our QNX 4.25 machine.
We recently found the Open Watcom Source for QNX from:
http://sourceforge.net/projects/openwatcomqnx4/files/

We have copied the binary to our QNX 4.25. But on compiling
a sample CPP file using this compiler, we are getting these errors from the include file,


/usr/include/iostream.h(323) : Error! E059 : col(21) unable to open 'streambu.h'
/usr/include/iostream.h(323) : Note! N393: col(21) included from cpptest.cpp(1)


Could you please some shed some light onto our issue?

Thanking you in advance,

Thanking you,
Honey S

________________________________

Confidentiality Statement / Disclaimer : This message and any attachments is intended for the sole use of the intended 
recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly 
prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your 
systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the 
recipient to make sure that it is virus/malicious code exempt.

The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you 
require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable 
for any errors or omissions in the content of this message.

________________________________
Attachment: HTML sf-attachment-mime28145 3.54 KB
Re: OpenWatcom compiler error in QNX 4.25  
Hello!

To compile C++ source under QNX 4 you have to install Watcom C++ Compiler. It is separate module with its own license.

As for your Open Watcom errors. Personally I did not use Open Watcom under QNX. I guess it is better to contact to Open 
Watcom project maintainer. But it seems that streambu.h should be streambuf.h.

Respectfully,
Oleg

22 дек. 2014 г., в 15:32:03, Honey S. <community-noreply@qnx.com> написал:

> Our QNX 4.25 machine has Watcom 10.6 and Watcom 9.52 already installed; 
> but it is having some license issue while compiling CPP files. 
> So we are trying to use OpenWatcom compiler on our QNX 4.25 machine. 
> We recently found the Open Watcom Source for QNX from: 
> http://sourceforge.net/projects/openwatcomqnx4/files/
> 
> We have copied the binary to our QNX 4.25. But on compiling 
> a sample CPP file using this compiler, we are getting these errors from the include file,
> 
> 
> /usr/include/iostream.h(323) : Error! E059 : col(21) unable to open 'streambu.h' 
> /usr/include/iostream.h(323) : Note! N393: col(21) included from cpptest.cpp(1)
> 
> 
> Could you please some shed some light onto our issue?
> 
> Thanking you in advance,
>  
> Thanking you,
> Honey S
>  
> Confidentiality Statement / Disclaimer : This message and any attachments is intended for the sole use of the intended
 recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly 
prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your 
systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the 
recipient to make sure that it is virus/malicious code exempt. 
> 
> The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If 
you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not 
liable for any errors or omissions in the content of this message.
>