[squid-users] websockets through Squid

2020-10-08 Thread Vieri
> As a workaround, try sequential build ("make" instead of "make -j...") I removed -j, but I'm still getting a similar error: cp ../../src/tests/stub_fd.cc tests/stub_fd.cc cp: cannot create regular file 'tests/stub_fd.cc': No such file or directory make[3]: *** [Makefile:1402: tests/stub_fd.cc]

Re: [squid-users] websockets through Squid

2020-10-08 Thread Amos Jeffries
On 9/10/20 11:56 am, Vieri wrote: >> As a workaround, try sequential build ("make" instead of "make -j...") > > I removed -j, but I'm still getting a similar error: > Not just similar. The same one. FYI, some make do parallel by default. I advise explicitly using -j1 for the workaround build. T

Re: [squid-users] websockets through Squid

2020-10-08 Thread Alex Rousskov
On 10/8/20 5:11 AM, Vieri wrote: > OK, so I'm now trying to compile Squid 5 instead of backporting to V 4, but > I'm getting this silly error: > cp ../../src/tests/stub_fd.cc tests/stub_fd.cc > cp: cannot create regular file 'tests/stub_fd.cc': No such file or directory > make[3]: *** [Makefile:1

[squid-users] websockets through Squid

2020-10-08 Thread Vieri
OK, so I'm now trying to compile Squid 5 instead of backporting to V 4, but I'm getting this silly error: cp ../../src/tests/stub_fd.cc tests/stub_fd.cc cp: cannot create regular file 'tests/stub_fd.cc': No such file or directory make[3]: *** [Makefile:1452: tests/stub_fd.cc] Error 1 I guess it