Re: Re: SyncTERM issues in OB
By: Sprite to Atroxi on Fri Dec 18 2020 05:33:43
Looks like I'm having some issues compiling syncterm on my OBSD system, too. I'm running the latest version, not sure if you are or not, but this is the error blurb that I got in compilation...
Does anybody know if Deuce is still around?
---error blurb from synctermcompilation follows---
Compiling curs_cio.c
curs_cio.c:111:2: error: unknown type name 'cchar_t'; did you mean 'wchar_t'?
cchar_t cha;
^~~~~~~
wchar_t
How do you like Proxmox? How's it running on your hardware and what kind
of load are you putting it under? I'm thinking of looking into some virtualization solutions of the same sort at some point here, myself...
You can catch him in #synchronet (irc.synchro.net) and the sourceforge suppo (tickets) for syncterm. I've pasted the link before here, recently.
You need the wide (w) version of ncurses installed: http://wiki.synchro.net/install:nix#errors
I like it a lot. I run ESXi at work, and it's a pain in the butt and picky about hardware. With Proxmox, it'll run on anything that Deboan runs on, it seems.
I've got an i7, 16 GB of RAM and an SSD, and it can run a couple of small VM just fine. I don't have anything running full time on it yet, but it feels l it's got some power to spare.
You need the wide (w) version of ncurses installed: http://wiki.synchro.net/install:nix#errors
Atroxi wrote to Sprite <=-
getting used to. But all-in-all, the experience is not that different from FreeBSD, that's coming from a desktop user standpoint.
OpenBSD used to run on a ton of hardware, are there still ports for
lots of non-intel systems?
... Not building a wall but making a brick
Re: Re: SyncTERM issues in OBSD
By: Digital Man to Sprite on Sat Dec 19 2020 19:08:34
You can catch him in #synchronet (irc.synchro.net) and the sourceforge suppo (tickets) for syncterm. I've pasted the link before here, recently.
You need the wide (w) version of ncurses installed: http://wiki.synchro.net/install:nix#errors
Just curious, but does he frequent DOVE-Net any more?
Re: Re: SyncTERM issues in OBSD
By: Sprite to Digital Man on Sun Dec 20 2020 06:53:27
You need the wide (w) version of ncurses installed: http://wiki.synchro.net/install:nix#errors
I know I'm pushing my luck here, but do you have any idea where to find the 'dev' version of the recent ncurses for OpenBSD?
Sprite wrote to Atroxi <=-
Re: Re: SyncTERM issues in OB
By: Sprite to Atroxi on Fri Dec 18 2020 05:33:43
Looks like I'm having some issues compiling syncterm on my OBSD system, too. I'm running the latest version, not sure if you are or
not, but this is the error blurb that I got in compilation...
Does anybody know if Deuce is still around?
---error blurb from synctermcompilation follows---
Compiling curs_cio.c
curs_cio.c:111:2: error: unknown type name 'cchar_t'; did you mean 'wchar_t'?
cchar_t cha;
^~~~~~~
wchar_t
/usr/include/stdlib.h:53:19: note: 'wchar_t' declared here
typedef __wchar_t wchar_t;
^
curs_cio.c:335:2: warning: implicit declaration of function 'setcchar'
is
invalid in C99 [-Wimplicit-function-declaration]
setcchar(&cha, wch, attr, cpair, NULL);
^
curs_cio.c:336:8: warning: implicit declaration of function 'add_wch'
is invalid
in C99 [-Wimplicit-function-declaration]
ret = add_wch(&cha);
^
curs_cio.c:447:2: error: unknown type name 'cchar_t'; did you mean 'wchar_t'?
cchar_t cchar;
^~~~~~~
wchar_t
/usr/include/stdlib.h:53:19: note: 'wchar_t' declared here
typedef __wchar_t wchar_t;
^
curs_cio.c:473:4: warning: implicit declaration of function 'mvin_wch'
is
invalid in C99 [-Wimplicit-function-declaration]
mvin_wch(y, x, &cchar);
^
curs_cio.c:474:16: error: member reference base type 'wchar_t' (aka
'int') is
not a structure or union
attr = cchar.attr;
~~~~~^~~~~
curs_cio.c:475:31: error: member reference base type 'wchar_t' (aka
'int') is
not a structure or union
thischar = ext_char = cchar.chars[0];
~~~~~^~~~~~ curs_cio.c:953:9: warning: implicit declaration of function 'get_wch'
is invalid
in C99 [-Wimplicit-function-declaration]
while(get_wch(&ch)==ERR) {
^
4 warnings and 4 errors generated.
gmake[1]: *** [../build/Common.gmake:456: clang.openbsd.obj.debug-mt/curs_cio.o] Error 1
gmake[1]: Leaving directory '/usr/local/src/syncterm-1.1/src/conio'
gmake: *** [../build/Common.gmake:503: ciolib-mt] Error 2
found$
---end of copypasta---
Anyway let me know if this is the same error message you're getting
or not, we can get some information together for Deuce wherever he's at these days. :)
poindexter FORTRAN wrote to Atroxi <=-
Atroxi wrote to Sprite <=-
getting used to. But all-in-all, the experience is not that different
from FreeBSD, that's coming from a desktop user standpoint.
OpenBSD used to run on a ton of hardware, are there still ports for
lots of non-intel systems?
Sprite wrote to Atroxi <=-
Re: Re: SyncTERM issues in OB
By: Sprite to Atroxi on Fri Dec 18 2020 05:33:43
Looks like I'm having some issues compiling syncterm on my OBSD system, too. I'm running the latest version, not sure
if
you are or
not, but this is the error blurb that I got in compilation...
Does anybody know if Deuce is still around?
---error blurb from synctermcompilation follows---
Compiling curs_cio.c
curs_cio.c:111:2: error: unknown type name 'cchar_t'; did you mean 'wchar_t'?
cchar_t cha;
^~~~~~~
wchar_t
/usr/include/stdlib.h:53:19: note: 'wchar_t' declared here
typedef __wchar_t wchar_t;
^
curs_cio.c:335:2: warning: implicit declaration of function 'setcchar' is
invalid in C99 [-Wimplicit-function-declaration]
setcchar(&cha, wch, attr, cpair, NULL);
^
curs_cio.c:336:8: warning: implicit declaration of function 'add_wch' is invalid
in C99 [-Wimplicit-function-declaration]
ret = add_wch(&cha);
^
curs_cio.c:447:2: error: unknown type name 'cchar_t'; did you mean 'wchar_t'?
cchar_t cchar;
^~~~~~~
wchar_t
/usr/include/stdlib.h:53:19: note: 'wchar_t' declared here
typedef __wchar_t wchar_t;
^
curs_cio.c:473:4: warning: implicit declaration of function 'mvin_wch' is
invalid in C99 [-Wimplicit-function-declaration]
mvin_wch(y, x, &cchar);
^
curs_cio.c:474:16: error: member reference base type 'wchar_t' (aka 'int') is
not a structure or union
attr = cchar.attr;
~~~~~^~~~~
curs_cio.c:475:31: error: member reference base type 'wchar_t' (aka 'int') is
not a structure or union
thischar = ext_char = cchar.chars[0];
~~~~~^~~~~~ curs_cio.c:953:9: warning: implicit declaration of function
'get_wch'
is invalid
in C99 [-Wimplicit-function-declaration]
while(get_wch(&ch)==ERR) {
^
4 warnings and 4 errors generated.
gmake[1]: *** [../build/Common.gmake:456: clang.openbsd.obj.debug-mt/curs_cio.o] Error 1
gmake[1]: Leaving directory '/usr/local/src/syncterm-1.1/src/conio' gmake: *** [../build/Common.gmake:503: ciolib-mt] Error 2
found$
---end of copypasta---
Anyway let me know if this is the same error message you're getting or not, we can get some information together for Deuce wherever he's at these days. :)
Hey Sprite,
Yes, this is exactly the error message that I was getting when I was trying to install syncterm too.
Yes, this is exactly the error message that I was getting when I was trying install syncterm too.
Re: Re: SyncTERM issues in OB
By: Atroxi to Sprite on Sun Dec 20 2020 22:13:00
Yes, this is exactly the error message that I was getting when I was tryi install syncterm too.
Alright, I reached out to Deuce on SourceForge and um... Forgive my fau memory but I think one other place, too. Anyway, as Digital Man said, hopefully he gets in touch with me and/or you (if you comment @ https://sourceforge.net/p/syncterm/tickets/41/ he may send you a line as wel regarding this soon here...
Can't believe I couldn't find the damn development library for the wide ncurses support anywhere for OpenBSD... Even with as limited as the support for OBSD seems at times that just doesn't seem right. I wonder if I'm missi something really obvious...
Sprite wrote to Atroxi <=-
Re: Re: SyncTERM issues in OB
By: Atroxi to Sprite on Sun Dec 20 2020 22:13:00
Yes, this is exactly the error message that I was getting when I was trying install syncterm too.
Alright, I reached out to Deuce on SourceForge and um... Forgive
my faulty memory but I think one other place, too. Anyway, as Digital
Man said, hopefully he gets in touch with me and/or you (if you comment
@ https://sourceforge.net/p/syncterm/tickets/41/ he may send you a line
as well) regarding this soon here...
Can't believe I couldn't find the damn development library for the wide ncurses support anywhere for OpenBSD... Even with as limited as
the support for OBSD seems at times that just doesn't seem right. I wonder if I'm missing something really obvious...
Wow, thanks for looking after this. I have tried compiling that patch and it still throwing me some errors. I haven't saved the logs but I'll try to do i again. Though honestly the kermit approach sort of works for me. Haha!
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (1 / 9) |
Uptime: | 75:28:17 |
Calls: | 12,948 |
Calls today: | 2 |
Files: | 186,574 |
Messages: | 3,264,524 |