Where are build instructions?
Linux aarch64 debian current.
in sbbs/src/
cmake .
or in sbbs/src/build
cmake ..
CMake Error at sbbs3/CMakeLists.txt:167 (add_library):
Cannot find source file:
base64.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
.hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
CMake Error at sbbs3/CMakeLists.txt:399 (add_executable):
Cannot find source file:
allusers.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
.hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
CMake Error at sbbs3/CMakeLists.txt:432 (add_executable):
Cannot find source file:
dstsedit.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
.hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
CMake Error at syncterm/CMakeLists.txt:67 (add_executable):
Cannot find source file:
../smblib/crc16.c
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h
.hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc
cmake version 3.22.1
Build instructions for SyncTERM are in src/syncterm/COMPILING.
Ticket moved from /p/syncterm/tickets/132/
Can't be converted:
For 1.2rc2, the CMake files have been fixed, and there's a top-level CMakeLists.txt and GNUmakefile in the source archive.