Re: [squid-users] Help to Compile Squid for Windows

2017-10-21 Thread seroto_nin
Hi. > SBuf.cc:760:61: error: ‘memrchr’ was not declared in this scope > const void *i = memrchr(buf(), (int)c, (size_type)endPos); I encounterd this problem too. To avoid this, you may edit "config.status" as described below after running "/.configure". -D["HAVE_MEMRCHR"]=" 1" +D["HAVE_MEMR

Re: [squid-users] Help to Compile Squid for Windows

2017-05-08 Thread Alex Rousskov
On 05/08/2017 08:29 AM, Tobias Tromm wrote: > I receive the following error, with i fix by changing > the line mentioned to " const void *i = memchr(buf(), (int)c, > (size_type)endPos); " > > someone probably has to change the fsource file with have the typo... This is not a typo: There is a hu

Re: [squid-users] Help to Compile Squid for Windows

2017-05-08 Thread Tobias Tromm
I see, another list fo dev compile errors, ok : -) Will find it. Thanks! De: squid-users em nome de Amos Jeffries Enviado: segunda-feira, 8 de maio de 2017 14:41:01 Para: squid-users@lists.squid-cache.org Assunto: Re: [squid-users] Help to Compile Squid for

Re: [squid-users] Help to Compile Squid for Windows

2017-05-08 Thread Amos Jeffries
On 09/05/17 00:13, Tobias Tromm wrote: Hi. So I am trying now to compile the last version squid-3.5.25-20170504-r14155 |05 May 2017| for Windows with Cygwin and I am having the erros on attached file

Re: [squid-users] Help to Compile Squid for Windows

2017-05-08 Thread Tobias Tromm
sr/src/squid-3.5.25/src' make: *** [Makefile:581: all-recursive] Error 1 De: squid-users em nome de Tobias Tromm Enviado: segunda-feira, 8 de maio de 2017 12:13:44 Para: squid-users@lists.squid-cache.org Assunto: [squid-users] Help to Compile Squid for Windows Hi

[squid-users] Help to Compile Squid for Windows

2017-05-08 Thread Tobias Tromm
Hi. So I am trying now to compile the last version squid-3.5.25-20170504-r14155 05 May 2017 for Windows with Cygwin and I am having the erros on attached file (please see the ones I paint with red). [