Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    \[solved\] feathercoin client code \* suse Yum Old client

    Support
    2
    2
    1486
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      ameetgandhare last edited by

      Hello,

      I am trying to compile the latest Feathercoin client code(Feathercoin 0.6.4.1 ) which I git cloned from github
      I need to compile the code since I don’t have a Linux executable for the application.
      I am running this command:
      make -f makefile.unix
      I am running Linux distribution OpenSuse 12.1
      I am getting this error

      In file included from main.h:13:0,
      from checkpoints.cpp:13:
      db.h: In member function ‘bool CDB::Exists(const K&)’:
      db.h:191:24: error: ‘class Db’ has no member named ‘exists’
      make: *** [obj/checkpoints.o] Error 1

      Please let me know if I am making any mistake. Any help is welcome.
      Thanks in advance. I apologize if this question was answered earlier.
      Regards,
      Ameet

      1 Reply Last reply Reply Quote 0
      • X
        xcezzz last edited by

        uhh SUSE is yum right?

        yum search libdb

        make with the install of any of the -dev[el] packages and also any you see with that ++, cause they like their oop

        1 Reply Last reply Reply Quote 0
        • First post
          Last post