Re: cygwin build error

2019-06-04 Thread Willy Tarreau
On Tue, Jun 04, 2019 at 08:08:19PM +0500, ??? wrote: > https://travis-ci.com/chipitsine/haproxy/builds/114280394#L305-L309 > > > some minor issue. > I've no idea what do we have to with that. > > we might either force ISO C90 or ignore it :) Ah cool, thanks, now fixed :-) Willy

Re: cygwin build error

2019-06-04 Thread Илья Шипицин
вт, 4 июн. 2019 г. в 19:05, Willy Tarreau : > Hi Ilya, > > On Tue, Jun 04, 2019 at 12:52:50AM +0500, ??? wrote: > > src/mux_h2.o: In function `h2s_frt_make_resp_data': > > /home/chipitsine/haproxy/src/mux_h2.c:4405: undefined reference to > `trace' > > /home/chipitsine/haproxy/src/mux_h2.

Re: cygwin build error

2019-06-04 Thread Willy Tarreau
Hi Ilya, On Tue, Jun 04, 2019 at 12:52:50AM +0500, ??? wrote: > src/mux_h2.o: In function `h2s_frt_make_resp_data': > /home/chipitsine/haproxy/src/mux_h2.c:4405: undefined reference to `trace' > /home/chipitsine/haproxy/src/mux_h2.c:4405:(.text+0xce79): relocation > truncated to fit: R_X8

cygwin build error

2019-06-03 Thread Илья Шипицин
Hello, I'm trying yo build haproxy (git master) on cygwin. $ make CC=gcc V=1 TARGET=cygwin FLAGS= ... src/mux_h2.o: In function `h2s_frt_make_resp_data': /home/chipitsine/haproxy/src/mux_h2.c:4405: undefined reference to `trace' /home/chipitsine/haproxy/src/mux_h2.c:4405:(.text+0xce79): reloca