Sunday, April 29, 2012

Compile error for tun0 on Ubuntu 6.06



This is antient but it just bit me again so I'm saving the notes here.


> gcc -DUNIX -g3   -DDEBUG -Wall   -c -o tun.o tun.c
> In file included from /usr/include/sys/socket.h:35,
>                 from /usr/include/linux/if.h:22,
>                 from tun.c:41:
> /usr/include/bits/socket.h:43: error: syntax error before numeric constant
> /usr/include/bits/socket.h:53: error: syntax error before numeric constant

>  https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/69838

That's an old one. I thought that would have been fixed by now.

I think I inadvertently missed an email from Rick Green at the time who did some great sleuth work and ran across this little tidbit in iface.h - something that I completely forgot about :

   #ifdef UNIX
   #ifndef send
   #warning socket.h included
   /* ugly hack to avoid both libc collisions and jnos misconnections */
   #include "socket.h"
   #endif
   #endif

remove ALL of the above from iface.h, then make clean, then try again,  see if that helps it any. What I really need to do is convert the JNOS variants of sock_addr, etc to use j2 prefixes (like I did with the bind, connect, accept, etc function calls quite some time ago).

Maiko

Friday, September 17, 2010

How to use JNOS with an RMS Packet node

Maiko Langelaar to NOS
Aug 16, 2010

Greetings,

How to use JNOS with an RMS Packet node - very detailed, hope it helps :

http://www.langelaar.net/projects/jnos2/documents/JnosWL2Knotes.txt

If there is anything in the notes you don't think is right or you don't agree with, or if you want to add to it, please say something. Thanks !

This documentation only applies to any version of JNOS 2.0h (beta) that is rsynced from this morning onward.

Maiko / VE4KLM

JNOS mentioned in October 2010 QST

It's been a while since we had JNOS mentioned in QST.

This month Steve Ford, WB8IMY, covered WINMOR in his "ECLECTIC TECHNOLOGY" page. He ends with:

"It is worth noting that the WINMOR TNC help application is also available separately to third party developers who wish to add the WINMOR protocol to their products, so we may be seeing it in other software packages as well. Maiko, VE4KLM, is already working on interfacing the WINMOR TNC code into JNOS 2.0. See his Web site at www.langelaar.net/projects/jnos2."

Far out and kudos to Maiko for his continuing efforts.

73
Bill, WA7NWP

PS. Note that BPQ32, W0RLI's SNOS and another chat application I don't follow very closely are also hooked to WINMOR.

Tuesday, May 13, 2008

NOSBBS - First post

What's happening in the JNOS world? More to come very soon.