Re: Build 5-5-9 in cygwin
Setting __STRICT_ANSI__ which is a cygwin newlib's flag will escape this issue. Try like this:
$ CPPFLAGS="-D__STRICT_ANSI__" cmake -DWITH_READLINE=ON .
But this flag will cause another issue of P_tmpdir, which is not a standard macro and mysql is using it in mysys/mf_tempdir.c, mysys/mf_tempfile.c and libmysqld/lib_sql.cc.
Subject
Views
Written By
Posted
10382
February 13, 2011 06:42PM
4744
February 17, 2011 10:19AM
3496
February 28, 2011 08:32AM
3889
February 28, 2011 01:57PM
3834
April 01, 2011 06:43PM
3163
May 03, 2011 02:43PM
2658
May 05, 2011 03:45AM
3011
May 10, 2011 10:07AM
Re: Build 5-5-9 in cygwin
2689
April 30, 2011 09:36PM
4735
April 30, 2011 10:05PM
2819
May 01, 2011 07:31AM
2576
May 27, 2011 06:03AM
3220
June 08, 2011 09:49AM
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.