asmuth / clip

Create charts from the command line
https://clip-lang.org
Apache License 2.0
5.14k stars 386 forks source link

fnord::sstable::SSTableReader::Cursor’ [-fpermissive] #196

Closed paulosuzart closed 9 years ago

paulosuzart commented 9 years ago

Hello,

I'm trying to build the project. But stopped at the following issue. The branch used is the master branch, and gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) .

Regards

In file included from /home/suzart/fnordmetric/fnordmetric-core/build/cmake/stage/src/fnordmetric/sstable/sstablereader.cc:11:0:
/home/suzart/fnordmetric/fnordmetric-core/build/cmake/stage/src/fnordmetric/sstable/sstablereader.h:52:9: error: declaration of ‘struct fnord::sstable::SSTableReader::Cursor’ [-fpermissive]
   class Cursor : public ::fnord::sstable::Cursor {
paulosuzart commented 9 years ago

https://github.com/paulasmuth/fnordmetric/issues/192 This solved!