search for: test_ioloop_pending_io

Displaying 5 results from an estimated 5 matches for "test_ioloop_pending_io".

2017 Feb 02
6
Compiling Dovecot on Solaris 10
Hello, I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error: test-ioloop.c: In function `test_ioloop_pending_io': test-ioloop.c:188: error: size of array `type name' is negative My configuration is like this: Install prefix . : /usr/local File offsets ... : 64bit I/O polling .... : poll I/O notifys .... : none SSL ............ : yes (OpenSSL) GSSAPI ......... : no passdbs ........ : static passwd pa...
2017 Feb 03
0
Compiling Dovecot on Solaris 10
...s 10 (using Sun Workshop compiler 5.11). The configuration is the same as your. Maybe a compiler/version problem on your system ? Regards, Martin Mantas Gegu?is wrote: > Hello, > > I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error: > test-ioloop.c: In function `test_ioloop_pending_io': > test-ioloop.c:188: error: size of array `type name' is negative > > My configuration is like this: > Install prefix . : /usr/local > File offsets ... : 64bit > I/O polling .... : poll > I/O notifys .... : none > SSL ............ : yes (OpenSSL) > GSSAPI .........
2017 Feb 05
0
Compiling Dovecot on Solaris 10
On 2 Feb 2017, at 19.38, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote: > > Hello, > > I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error: > test-ioloop.c: In function `test_ioloop_pending_io': > test-ioloop.c:188: error: size of array `type name' is negative Change NULL to (void *)NULL in that line.
2017 Feb 06
2
Compiling Dovecot on Solaris 10
...ething else? Timo Sirainen <tss at iki.fi> ra??: > On 2 Feb 2017, at 19.38, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote: >> >> Hello, >> >> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error: >> test-ioloop.c: In function `test_ioloop_pending_io': >> test-ioloop.c:188: error: size of array `type name' is negative > > Change NULL to (void *)NULL in that line. -- Pagarbiai Mantas Gegu?is VU Informacini? technologij? taikymo centras tel. 8 5 236 6208
2017 Feb 03
2
Compiling Dovecot on Solaris 10
...e configuration is the same as your. > Maybe a compiler/version problem on your system ? > > Regards, > Martin > > Mantas Gegu?is wrote: >> Hello, >> >> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error: >> test-ioloop.c: In function `test_ioloop_pending_io': >> test-ioloop.c:188: error: size of array `type name' is negative >> >> My configuration is like this: >> Install prefix . : /usr/local >> File offsets ... : 64bit >> I/O polling .... : poll >> I/O notifys .... : none >> SSL ............ :...