Re: Building 5.6.17 on AIX 6.1 gets errors
This particular line was moved from another source file and since it's in AIX specific code which is no longer supported, the syntax error was not discovered. Instead of return (double A); it should be return (double) A; as in the original code. Try moving the ) and see if that brings you further.
Subject
Views
Written By
Posted
3638
May 05, 2014 10:35AM
Re: Building 5.6.17 on AIX 6.1 gets errors
1676
May 06, 2014 03:19AM
2043
May 08, 2014 05:12PM
1754
May 09, 2014 03:11AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.