I assume Squid 4.0.1 has make errors because it was released just a few days ago? 4.0.1 also does not seem to be in the package install, only 3+ is in pkg(8) install. How long until it is usually in the pkg(8) install database? I tried the usual manual download, config, make, etc. And it seems to have errors on the "
make
", perhaps about 3/4 into the make
, on a new FreeBSD 10.2-RELEASE. Please advise. Below is the error starting...
Code:
In file included from Elements.cc:14:
In file included from ../../src/HttpReply.h:14:
In file included from ../../src/HttpMsg.h:18:
In file included from ../../src/HttpHeader.h:13:
../../src/http/RegisteredHeaders.h:197:10: error: no type named 'vector' in namespace 'std'
std::vector<const HeaderTableRecord *> idCache;
~~~~~^
../../src/http/RegisteredHeaders.h:197:16: error: expected member name or ';' after declaration specifiers
std::vector<const HeaderTableRecord *> idCache;
~~~~~~~~~~~^
../../src/http/RegisteredHeaders.h:192:18: error: use of undeclared identifier 'idCache'
return *(idCache[static_cast<int>(id)]);
^
3 errors generated.
*** Error code 1
Stop.
make[3]: stopped in /usr/home/freebsd/squid-4.0.1/src/ftp
*** Error code 1
Stop.
make[2]: stopped in /usr/home/freebsd/squid-4.0.1/src
*** Error code 1
Stop.
make[1]: stopped in /usr/home/freebsd/squid-4.0.1/src
*** Error code 1
Stop.
make: stopped in /usr/home/freebsd/squid-4.0.1