Search Criteria
Package Details: syncterm 1:1.1-3
Git Clone URL: | https://aur.archlinux.org/syncterm.git (read-only, click to copy) |
---|---|
Package Base: | syncterm |
Description: | A BBS terminal program, Supports ANSI music and the IBM charset when possible. Will run from a console, under X11 using XLib, or using SDL. |
Upstream URL: | http://syncterm.bbsdev.net |
Keywords: | ansi bbs retro terminal |
Licenses: | |
Submitter: | maandree |
Maintainer: | chris_l |
Last Packager: | chris_l |
Votes: | 14 |
Popularity: | 0.008336 |
First Submitted: | 2013-04-11 00:16 |
Last Updated: | 2020-08-16 03:05 |
Latest Comments
1 2 3 Next › Last »
dleslie commented on 2020-09-04 04:06
This compiles and runs fine on
aarch64
(and presumably other arm variants) so long as both calls tomake
are preceded withCFLAGS=-D__arm__=1
I imagine a simple check for architecture and branching the make calls would suffice.
dleslie commented on 2020-09-04 03:28
Fails to build, warnings include:
chris_l commented on 2020-08-16 03:06
@asterisc Ok, done.
asterisc commented on 2020-08-10 23:38
This package is building the executable in debug mode. Adding RELEASE=1 to the make parameters fixes this.
shack commented on 2020-05-27 02:52
@chris_l: no issues now; thanks for the quick update
chris_l commented on 2020-05-27 01:58
@shack: I updated the package to the 1.1rc4 version. Try again.
shack commented on 2020-05-27 00:55
Compile fails for me on my i7-8700k (uname -m is x86_64):
cc -c -D__UNIX__ -DNDEBUG -I. -DDATA_LITTLEENDIAN -fPIC -DHAS_RECURSIVE_MUTEX -DHAS_ROBUST_MUTEX -mcpu=pentium -O3 -DOSVERSION=5 -fomit-frame-pointer -D_REENTRANT -o ./static-obj/bn_add.o bn/bn_add.c cc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead cc1: error: CPU you selected does not support x86-64 instruction set make[2]: *** [makefile:435: static-obj/bn_add.o] Error 1
Looks like -mcpu=pentium is the culprit. Building the most recent source tarball from http://syncterm.bbsdev.net/syncterm-src.tgz is successful, however, which sets -march=native. Is anybody else seeing similar behavior?
erkin commented on 2019-04-03 08:58
It fails to find
<cryptlib.h>
but successfully builds anyway.chris_l commented on 2018-04-19 22:07
Sorry, for some reason I didn't realized I had a request. I have just added unzip as makedep.
Alad commented on 2017-06-05 10:48
Bump to comment below, unzip is not part of base-devel but required to build this package