All, Sorry for bringing up an old thread, but since I'm currently updating all my packages in OwlX repository and stumbled upon the same error I decided to reply. Better late than never :)
On Tue, Sep 03, 2013 at 03:35:51PM +0200, John Spencer wrote: > On 09/03/2013 03:24 PM, [email protected] wrote: > >On 03-Sep-2013 15:11:51 +0200, John Spencer wrote: > >[ 65%] Building CXX object sql/CMakeFiles/binlog.dir/rpl_gtid_set.cc.o > >/home/gremlin/RPM/BUILD/mysql-5.6.13/sql/rpl_gtid_set.cc: In function > >'rpl_gno parse_gno(const char**)': > >/home/gremlin/RPM/BUILD/mysql-5.6.13/sql/rpl_gtid_set.cc:395:25: error: > >'LLONG_MAX' was not declared in this scope > > that looks as if rpl_gtid_set.cc should include limits.h Actually, it should include <climits> since its C++. -- (GM)
