Scid fork on GitHub - fixed build + AppImage
zugzuang: please try to post a more detailed error text (if needed, re-run make in verbose mode): make VERBOSE=1
@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>
you can just edit this file and remove that line, that include is no longer necessary. the code will compile fine.
r1510: scidb-beta error in startup script
Error opening zipped png file
The issue is with tcl 8.6.8, downgrading tcl/tk to 8.6.7 fixes the segfault: sudo pacman -U https://archive.archlinux.org/packages/t/tcl/tcl-8.6.7-1-x86_64.pkg.tar.xz https://archive.archlinux.org/packages/t/tk/tk-8.6.7-2-x86_64.pkg.tar.xz
The issue is with tcl 8.6.8, downgrading tcl/tk fixes the segfault: sudo pacman -U https://archive.archlinux.org/packages/t/tcl/tcl-8.6.7-1-x86_64.pkg.tar.xz https://archive.archlinux.org/packages/t/tk/tk-8.6.7-2-x86_64.pkg.tar.xz