|
Message-ID: <20140112141846.GA7283@openwall.com> Date: Sun, 12 Jan 2014 18:18:46 +0400 From: "(GalaxyMaster)" <galaxy@...nwall.com> To: owl-users@...ts.openwall.com Cc: gremlin@...mlin.ru Subject: Re: MySQL w/cmake: anyone tried packaging for Owl? 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, gremlin@...mlin.ru 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)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.