MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Building 5.6.17 on AIX 6.1 gets errors
Posted by: Bjørn Munch
Date: May 06, 2014 03:19AM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Building 5.6.17 on AIX 6.1 gets errors
1599
May 06, 2014 03:19AM


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.