APRX on Windows/Cygwin

46 views
Skip to first unread message

LA1FTA

unread,
Apr 25, 2012, 3:19:58 PM4/25/12
to Aprx software
Hi Group

I tried to build aprx-2.03test3.svn452 on Cygwin with partial success.
Seems there are some non-POSIX things going on in ttyreader.c

After making the following change, i was able to get APRX compiled:


622c622
< t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|
NOFLSH|TOSTOP|PENDIN);
---
> t->c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|ICANON|ISIG|IEXTEN|NOFLSH|TOSTOP);

It now builds and runs. I started it with the config I used on Linux
(know the config is ok. Digipeater+igate), and although it TX ok, it
does not seem to be receiving packets correctly, and the TNC seems to
fill up the RX buffer.

I'm no expert in C, and I suspect my patch stopped it from doing
things correctly, but I really cannot know if it's the build or
something else that gives this behaviour.
I know the serial port works, since I have used it for other two-way
communcation.

Would love to get some help!

73 de LA1FTA Morten

LA1FTA

unread,
Apr 25, 2012, 3:41:32 PM4/25/12
to Aprx software
Here is the output from ./configure and make when compiling
aprx-2.03test3.svn452 on my system before patching:
http://dl.dropbox.com/u/683331/aprx-makelog.txt
Reply all
Reply to author
Forward
0 new messages