Hello everyone!
It's been a while since I've been checking the posts here, just had generally less time to spend online due to work and stuff. Either way, I've been playing around with OpenBSD for the past few days now and I would just like to ask whether anyone was able to run SyncTERM in it. I've been hopelessly attempting to compile it and to my non-programmer eyes it seems that I've been just reading elvish and can't seem to make progress.
I was able to get around in including header files that were not being detected but now I've been facing arcane errors such as "typedef redefinition with different types".
I apologize if this might sound really amateurish, if anyone would be able to point me in the right direction I would really appreciate it.
Digital Man wrote to Atroxi <=-
Re: SyncTERM issues in OBSD
By: Atroxi to All on Thu Dec 17 2020 10:46 pm
Hello everyone!
It's been a while since I've been checking the posts here, just had generally less time to spend online due to work and stuff. Either way, I've been playing around with OpenBSD for the past few days now and I would just like to ask whether anyone was able to run SyncTERM in it. I've been hopelessly attempting to compile it and to my non-programmer eyes it seems that I've been just reading elvish and can't seem to make progress.
I was able to get around in including header files that were not being detected but now I've been facing arcane errors such as "typedef redefinition with different types".
I apologize if this might sound really amateurish, if anyone would be able to point me in the right direction I would really appreciate it.
The person you want to talk about this with is Deuce, and he'll want to see the original errors (on the unmodified code). You can discuss this with him here: https://sourceforge.net/p/syncterm/tickets/
--
digital man
It's been a while since I've been checking the posts here, just had generall less time to spend online due to work and stuff. Either way, I've been playi around with OpenBSD for the past few days now and I would just like to ask whether anyone was able to run SyncTERM in it. I've been hopelessly attempti to compile it and to my non-programmer eyes it seems that I've been just reading elvish and can't seem to make progress.
Sprite wrote to Atroxi <=-
Re: SyncTERM issues in OBSD
By: Atroxi to All on Thu Dec 17 2020 22:46:00
It's been a while since I've been checking the posts here, just had generall less time to spend online due to work and stuff. Either way, I've been playi around with OpenBSD for the past few days now and I would just like to ask whether anyone was able to run SyncTERM in it. I've been hopelessly attempti to compile it and to my non-programmer eyes it seems that I've been just reading elvish and can't seem to make progress.
I've gotten it working in OBSD before, but it's been several years.
This weekend I'll see if I can get it running again on my OBSD box.
If you can send a reply to this to remind me when I get on tomorrow
it'd help make sure. Heh.
Good to see someone else playing around with OBSD here. :)
---
= Synchronet = Tinfoil Tetrahedron BBS - skulking seedily against the Brave New World
Yeah, it's more a curiosity for me than anything technically related. I ran FreeBSD on this machine a few months ago and lately I've been reading up on OpenBSD and figured I might as well give it a go. The experience is certainl different and there are things that needs getting used to. But all-in-all, t experience is not that different from FreeBSD, that's coming from a desktop user standpoint.
Sprite wrote to Atroxi <=-
I've gotten it working in OBSD before, but it's been several years.
This weekend I'll see if I can get it running again on my OBSD box.
If you can send a reply to this to remind me when I get on tomorrow
Good to see someone else playing around with OBSD here. :)
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.
I've got my Proxmox server up and running, I should get an OSBD VM
going. It's been a long time since I ran the *BSDs, starting with
BSD/OS and then FreeBSD during the 1990s and early 2000s.
OpenBSD used to run on a ton of hardware, are there still ports for
lots of non-intel systems?
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: | Ree |
---|---|
Location: | Toronto, ON |
Users: | 2 |
Nodes: | 10 (0 / 10) |
Uptime: | 196:04:30 |
Calls: | 353 |
Files: | 2 |
Messages: | 37,825 |