Skip to content

Instantly share code, notes, and snippets.

[ 7%] Building CXX object libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o
cd /src/cpp-netlib/cpp-netlib-build/libs/network/src && /usr/local/bin/c++ -DASIO_HEADER_ONLY -DBOOST_NETWORK_ENABLE_HTTPS -DBOOST_SPIRIT_THREADSAFE -DBOOST_TEST_DYN_LINK -I/usr/local/include -I/src/cpp-netlib/deps/asio/asio/include -I/src/cpp-netlib -Wall-std=c++11 -o CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o -c /src/cpp-netlib/libs/network/src/client.cpp
In file included from /usr/include/openssl/bio.h:20:0,
from /usr/include/openssl/conf.h:13,
from /src/cpp-netlib/deps/asio/asio/include/asio/ssl/detail/openssl_types.hpp:19,
from /src/cpp-netlib/deps/asio/asio/include/asio/ssl/context_base.hpp:19,
from /src/cpp-netlib/deps/asio/asio/include/asio/ssl/context.hpp:23,
from /src/cpp-netlib/deps/asio/asio/include/asio/ssl.hpp:18,
from /src/cpp-netlib/boost/network/protocol/http/client/connecti
esql/build/CMakeFiles/CMakeOutput.log
The system is: Linux - 3.19.0-32-generic - x86_64
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/local/bin/c++
Build flags:
Id flags:
The output was:
0
{
"_shards" : {
"total" : 10,
"successful" : 5,
"failed" : 0
},
"_all" : {
"primaries" : {
"docs" : {
"count" : 7,
{
"responses": [
{
"took": 4,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
[
{
"index": "test_items",
"type": "item",
"search": {
"query": {
"filtered": {
"query": {
"bool": {
"should": [
{
"responses": [
{
"took": 2,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
@biot023
biot023 / gist:979391
Created May 18, 2011 19:50
XQilla make error
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./src/config -I./include/ -I/usr/local/include -I./src/lexer/ -I/usr/include/tidy -O -ftemplate-depth-50 -MT DatatypeLookup.lo -MD -MP -MF .deps/DatatypeLookup.Tpo -c src/items/DatatypeLookup.cpp -fno-common -DPIC -o .libs/DatatypeLookup.o
In file included from src/items/DatatypeLookup.cpp:34:
src/items/DatatypeFactoryTemplate.hpp:82:12: error: use of undeclared identifier 'createInstanceNoCheck'
return createInstanceNoCheck(DatatypeFactoryTemplate<TYPE>::getPrimitiveTypeURI(),
^
this->
src/items/DatatypeLookup.cpp:146:27: note: in instantiation of member function
'StringDatatypeFactory<ATStringOrDerivedImpl>::createInstance' requested here
string_ = new (fMemMgr) StringDatatypeFactory<ATStringOrDerivedImpl>(fDocumentCache);
^
/* Compile with:
* $CXX -std=gnu++11 -pthread -Wall -g -D_GLIBCXX_USE_NANOSLEEP -I/usr/local/include queuetest.cpp -o queuetest
*
* Where $CXX points to a G++ compiler, version 4.7
*/
#include <memory>
#include <thread>
#include <queue>
#include <mutex>
["Subcategory Facet: PriceRange", "Under £5", "Fearful Argonauts", false]
var checked = $self.attr( "checked" ) == "checked";
_gaq.push( [ "_trackEvent",
categoryType + " Facet: " + facetHeading,
facetBucket,
categoryTitle,
,, checked ] );