Code Monkey home page Code Monkey logo

dedupfs's People

Contributors

ajkr avatar riversand963 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dedupfs's Issues

build error after trying on guide

here is error log

plugin/dedupfs/dedupfs.cc:18:50: error: expected primary-expression before ‘>’ token
   18 |     ObjectLibrary::Default()->Register<FileSystem>("dedupfs",
      |                                                  ^
plugin/dedupfs/dedupfs.cc:18:52: error: left operand of comma operator has no effect [-Werror=unused-value]
   18 |     ObjectLibrary::Default()->Register<FileSystem>("dedupfs",
      |                                                    ^~~~~~~~~
plugin/dedupfs/dedupfs.cc: In function ‘std::unique_ptr<rocksdb::FileSystem> rocksdb::NewDedupFileSystem()’:
plugin/dedupfs/dedupfs.cc:35:48: error: invalid new-expression of abstract class type ‘rocksdb::DedupFileSystem’
   35 |       new DedupFileSystem(FileSystem::Default()));
      |                                                ^
plugin/dedupfs/dedupfs.cc:27:7: note:   because the following virtual functions are pure within ‘rocksdb::DedupFileSystem’:
   27 | class DedupFileSystem : public FileSystemWrapper {
      |       ^~~~~~~~~~~~~~~
In file included from ./include/rocksdb/file_system.h:31,
                 from plugin/dedupfs/dedupfs.h:8,
                 from plugin/dedupfs/dedupfs.cc:6:
./include/rocksdb/customizable.h:61:23: note:     ‘virtual const char* rocksdb::Customizable::Name() const’
   61 |   virtual const char* Name() const = 0;
      |                       ^~~~
cc1plus: all warnings being treated as errors
make: *** [Makefile:2507: plugin/dedupfs/dedupfs.o] Error 1
make: *** Waiting for unfinished jobs....
[root@amd2 rocksdb]# 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.