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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@cmcanulty scidb can build on ubuntu with a few minor changes:
$svndiff
Index:src/sys/sys_info.cpp
===================================================================
---src/sys/sys_info.cpp(revision1531)
+++src/sys/sys_info.cpp(workingcopy)
@@-27,7+27,6@@
# include <stdlib.h># include <unistd.h># include <sys/types.h>
-#include<sys/sysctl.h>
#ifdef __hpux# include <sys/pstat.h>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having the same problem as @cmcanulty . I am on Ubuntu 20.04.4. After removing the line indicated, make install produced exactly the same output as before removing that line.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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.
@cmcanulty scidb can build on ubuntu with a few minor changes:
can you please explain how to do that? I am tech savvy but not a coder, thank you
Thanks Bogdan.
Remove the line
from file src/sys/sys_info.cpp
Last edit: Steven 2022-03-20
OK thanks I have the file
src/sys/sys_info.cpp
but not
src/sys/sys_info.cpp
Carol & Denny McAnulty
cmcanulty@hotmail.com
From: Steven stevenaaus@users.sourceforge.net
Sent: Saturday, March 19, 2022 7:38 PM
To: [scidb:discussion] general@discussion.scidb.p.re.sourceforge.net
Subject: [scidb:discussion] Best Scidb features
Thanks Bogdan.
Remove the line # include <sys sysctl.h="">
from file src/sys/sys_info.cpp</sys>
Best Scidb featureshttps://sourceforge.net/p/scidb/discussion/general/thread/5397ef4744/?limit=25#f5f7
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/scidb/discussion/general/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
I am having the same problem as @cmcanulty . I am on Ubuntu 20.04.4. After removing the line indicated, make install produced exactly the same output as before removing that line.