Menu

Best Scidb features

Steven
2021-11-23
2022-03-28
  • Steven

    Steven - 2021-11-23

    Anyway... It's looking like Scidb might be in a big hiatus. :(

    I'm going to have a proper look at the project as inspiration for features / ideas to bring to Scid vs PC. Does anyone have suggestions ? But only little GUI elements really... Porting some of Scidb's speedy database elements is probably beyond me.

     
  • cmcanulty

    cmcanulty - 2022-03-06

    I hate to do this as a reply but I can't see any way to post a new topic. help please. I hope a snap version of scidb could be developed. I have spent all day trying to install scidb on ubuntu 20.04 and yeas I did do all the dependencies that were suggested.

     
  • Bogdan B

    Bogdan B - 2022-03-19

    @cmcanulty scidb can build on ubuntu with a few minor changes:

    $ svn diff
    Index: src/sys/sys_info.cpp
    ===================================================================
    --- src/sys/sys_info.cpp    (revision 1531)
    +++ src/sys/sys_info.cpp    (working copy)
    @@ -27,7 +27,6 @@
     # include <stdlib.h>
     # include <unistd.h>
     # include <sys/types.h>
    -# include <sys/sysctl.h>
    
     #ifdef __hpux
     # include <sys/pstat.h>
    
     
  • cmcanulty

    cmcanulty - 2022-03-19

    can you please explain how to do that? I am tech savvy but not a coder, thank you

     
  • Steven

    Steven - 2022-03-19

    Thanks Bogdan.

    Remove the line

    # include <sys/sysctl.h>
    

    from file src/sys/sys_info.cpp

     

    Last edit: Steven 2022-03-20

Log in to post a comment.

MongoDB Logo MongoDB