Skip to content

Instantly share code, notes, and snippets.

@RedbeardTheNinja
RedbeardTheNinja / error.txt
Created January 7, 2012 05:02
Cassandra Thrift Compile Error
In file included from run_measure.cpp:13:
Cassandra.h:4289: error: ‘org::apache::thrift’ has not been declared
Cassandra.h:4289: error: expected ‘,’ or ‘...’ before ‘*’ token
Cassandra.h:4291: error: cannot declare pointer to ‘void’ member
Cassandra.h:4291: error: template argument 2 is invalid
Cassandra.h:4291: error: template argument 4 is invalid
Cassandra.h:4292: error: ‘org::apache::thrift’ has not been declared
Cassandra.h:4292: error: expected ‘,’ or ‘...’ before ‘*’ token
Cassandra.h:4293: error: ‘org::apache::thrift’ has not been declared
Cassandra.h:4293: error: expected ‘,’ or ‘...’ before ‘*’ token
@RedbeardTheNinja
RedbeardTheNinja / Cassandra.cpp
Created January 7, 2012 05:00
Cassandra C++ Thrift Interface
/**
* Autogenerated by Thrift Compiler (0.8.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#include "Cassandra.h"
namespace org { namespace apache { namespace cassandra {