Keyboard Shortcuts
Likes
Search
with compass linux paclink-unix will not compile wl2kax25d, wl2kax25
Hello all, I've got a fresh copy of compass linux and am trying to compile the programs but the buildall script doesn't seem to comple wl2kax25 or wl2kax25d and there dosen't seem to be any error messages to tell me what is wrong;
?./buildall.sh clean Starting build from clean === building paclink-unix for MTA: postfix This will take a few minutes, output is captured to /home/pi/paclink-unix/build_log.out === start from distclean === running autotools === running configure === making paclink-unix using 4 cores === installing paclink-unix === verifying paclink-unix install buildall.sh: paclink-unix not installed properly buildall.sh: Need to Install wl2kax25 program buildall.sh: paclink-unix not installed properly buildall.sh: Need to Install wl2kax25d program Check for required installed files ... FAIL 1 2018 03 27 04:54:16 UTC: paclink-unix build script START ????? 2 make: *** No rule to make target 'distclean'.? Stop. ????? 3 configure.ac:8: installing './missing' ????? 4 parallel-tests: installing './test-driver' ????? 5 strlcpy.c: In function ‘strlcpy’: ????? 6 strlcpy.c:75:2: warning: conversion to ‘size_t’ from ‘int’ may change the sign of the result [-Wsign-conversion] ????? 7?? return(s - src - 1); /* count does not include NUL */ ????? 8?? ^ ????? 9 strutil.c: In function ‘strupper’: ???? 10 strutil.c:56:13: warning: conversion to ‘unsigned char’ from ‘int’ may alter its value [-Wconversion] ???? 11??????? *cp = toupper(*cp); ???? 12????????????? ^ ???? 13 lzhuf_1.c: In function ‘InsertNode’: ???? 14 lzhuf_1.c:183:26: warning: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] ???? 15????????? match_position = ((r - p) & (N - 1)) - 1; ???? 16?????????????????????????? ^ ???? 17 lzhuf_1.c:188:23: warning: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] ???? 18????????? if ((int)(c = ((r - p) & (N - 1)) - 1) < match_position) { ???? 19??????????????????????? ^ ???? 20 lzhuf_1.c:188:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] ???? 21????????? if ((int)(c = ((r - p) & (N - 1)) - 1) < match_position) { ???? 22???????????????????????????????????????????????? ^ ???? 23 lzhuf_1.c: In function ‘GetBit’: ....... ?857 strutil.c: In function ‘strupper’: ??? 858 strutil.c:56:13: warning: conversion to ‘unsigned char’ from ‘int’ may alter its value [-Wconversion] ??? 859??????? *cp = toupper(*cp); ??? 860????????????? ^ ??? 861 wl2mime.c: In function ‘wl2mime’: ??? 862 wl2mime.c:119:28: warning: pointer targets in passing argument 2 of ‘buffer_addstring’ differ in signedness [-Wpointer-sign] ??? 863????? buffer_addstring(hbuf, line); ??? 864???????????????????????????? ^ ??? 865 In file included from wl2mime.c:58:0: ??? 866 buffer.h:39:5: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ ??? 867? int buffer_addstring(struct buffer *b, const unsigned char *s); ??? 868????? ^ ??? 869 wl2mime.c:253:26: warning: pointer targets in passing argument 2 of ‘buffer_addstring’ differ in signedness [-Wpointer-sign] ??? 870??? buffer_addstring(obuf, ms); ??? 871?????????????????????????? ^ ??? 872 In file included from wl2mime.c:58:0: ??? 873 buffer.h:39:5: note: expected ‘const unsigned char *’ but argument is of type ‘char *’ ??? 874? int buffer_addstring(struct buffer *b, const unsigned char *s); ??? 875????? ^ I don't see in the build_log.out file where it actually has a line which compiles wl2kax25 or wl2kax25d. I didn't include the file since it's very large. Best Regards, Joe Goforth KE6ACW |
开云体育Seem to be missing these; checking for library containing ax25_aton... no checking netax25/axlib.h usability... no Anyone have any ideas about what package I'm missing?
On 03/27/2018 10:15 AM, joego@...
[paclink-unix] wrote:
? |
开云体育Tried to install the nwradio libax25 package which includes missing files but no configure script in the release; pi@compass:~/libax25 $ ./configure there is; configure.ac On 03/27/2018 10:51 AM, Joe
joego@... [paclink-unix] wrote:
? |
I've got a fresh copy of compass linuxYou haven't satisfied paclink-unix build requirements. Since you are using the compass Linux root filesystem image I assume you are using a UDRC as a sound modem. The simpliest thing to do is to run my install scripts. Use the instructions here: This will install direwolf & ax25 lib/utils Then install paclink-unix. If you follow those instructions every thing "should" just work. The brief instructions go like this: clone this repo: git clone cd n7nix/config # become root sudo su # install direwolf & ax.25 ./core_install.sh # configure direwolf & ax.25 ./app_config.sh core # reboot & verify core install # install & configure paclink-unix cd n7nix/config ./app_install.sh plu ./app_config.sh plu Verify CORE Install/Config by reading this: Find "Verifying CORE Install/Config" Verify paclink-unix install by reading this: Find "Verify the paclink-unix install" If you are not using the UDRC sound modem then explain why you are using Compass and tell me which TNC you are using. /Basil n7nix |
../ should be ./ see below:
If you follow those instructions every thing "should" just work.# install direwolf & ax.25 ./core_install.sh # configure direwolf & ax.25 ./app_config.sh core # reboot & verify core install # install & configure paclink-unix cd n7nix/config ./app_install.sh plu ./app_config.sh plu |