Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Fails to build on OpenSuSE 15.2
开云体育Hi -? I am attempting to install Paclink on my OpenSuSE 15.2 x64 system and am running into lots of warnings (which should be cleared up) and finally an error during the Make process causing a failure to complete the build for my system. I did check to be sure the requested libraries, links, etc were correct.? I will post the output below (sorry, quite lengthy)? from the steps I took (following the instructions in the README.MD file) and hopefully some friendly guru can guide me back into the light!? Thanks in advance for any and all offers of help!?? Marc...marc@darkstar:~/Paclink/paclink-unix> git clone Cloning into 'rmsgw'... remote: Enumerating objects: 800, done. remote: Counting objects: 100% (8/8), done. remote: Compressing objects: 100% (5/5), done. remote: Total 800 (delta 3), reused 8 (delta 3), pack-reused 792 Receiving objects: 100% (800/800), 453.86 KiB | 3.34 MiB/s, done. Resolving deltas: 100% (481/481), done. marc@darkstar:~/Paclink/paclink-unix/rmsgw> ./autogen.sh ---removing generated files--- ---autoreconf--- autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:8: installing './ar-lib' configure.ac:8: installing './compile' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' devutils/Makefile.am: installing './depcomp' autoreconf: Leaving directory `.' marc@darkstar:~/Paclink/paclink-unix/rmsgw> ./autogen.sh ---removing generated files--- ---autoreconf--- autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:8: installing './ar-lib' configure.ac:8: installing './compile' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' devutils/Makefile.am: installing './depcomp' autoreconf: Leaving directory `.' marc@darkstar:~/Paclink/paclink-unix/rmsgw> marc@darkstar:~/Paclink/paclink-unix/rmsgw> marc@darkstar:~/Paclink/paclink-unix/rmsgw> marc@darkstar:~/Paclink/paclink-unix/rmsgw> ./configure configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no checking for ranlib... ranlib checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for libxml-2.0 >= 2.4... yes checking for initscr in -lncurses... yes checking for /usr/local/etc/ax25/axports... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes ./configure: line 5590: #include: command not found checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for pid_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for vprintf... yes checking for _doprnt... no checking for memmove... yes checking for memset... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for strtoul... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating lib/Makefile config.status: creating rmsgw/Makefile config.status: creating rmsgw_aci/Makefile config.status: creating rmsgwmon/Makefile config.status: creating rmschanstat/Makefile config.status: creating devutils/Makefile config.status: creating man/Makefile config.status: creating contrib/Makefile config.status: creating doc/Makefile config.status: creating doc/assets/Makefile config.status: creating etc/Makefile config.status: creating etc/hooks/Makefile config.status: creating admin/Makefile config.status: creating config.h config.status: executing depfiles commands Note:? This warning above seems suspicious!?? -> ?? ./configure: line 5590: #include: command not found Any ideas? darkstar:/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07 # make make? all-recursive make[1]: Entering directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07' Making all in include make[2]: Entering directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/include' Making all in lib make[2]: Entering directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/lib' gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-syslogmap.o -MD -MP -MF .deps/librms_a-syslogmap.Tpo -c -o librms_a-syslogmap.o `test -f 'syslogmap.c' || echo './'`syslogmap.c syslogmap.c: In function ?mappriority?: syslogmap.c:61:9: warning: implicit declaration of function ?strcmp? [-Wimplicit-function-declaration] ??? if (!strcmp(prioritynames[i].c_name, pri)) { ???????? ^~~~~~ mv -f .deps/librms_a-syslogmap.Tpo .deps/librms_a-syslogmap.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-cmsconnect.o -MD -MP -MF .deps/librms_a-cmsconnect.Tpo -c -o librms_a-cmsconnect.o `test -f 'cmsconnect.c' || echo './'`cmsconnect.c mv -f .deps/librms_a-cmsconnect.Tpo .deps/librms_a-cmsconnect.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-loadconfig.o -MD -MP -MF .deps/librms_a-loadconfig.Tpo -c -o librms_a-loadconfig.o `test -f 'loadconfig.c' || echo './'`loadconfig.c mv -f .deps/librms_a-loadconfig.Tpo .deps/librms_a-loadconfig.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-getcms.o -MD -MP -MF .deps/librms_a-getcms.Tpo -c -o librms_a-getcms.o `test -f 'getcms.c' || echo './'`getcms.c getcms.c: In function ?nextent?: getcms.c:111:49: warning: implicit declaration of function ?isspace? [-Wimplicit-function-declaration] ??? for (p = cbuf; (p - cbuf) <= sizeof(cbuf) && isspace(*p); p++) { ???????????????????????????????????????????????? ^~~~~~~ getcms.c:135:22: warning: implicit declaration of function ?atoi? [-Wimplicit-function-declaration] ??? curent.cms_port = atoi(p); ????????????????????? ^~~~ mv -f .deps/librms_a-getcms.Tpo .deps/librms_a-getcms.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-getcmslist.o -MD -MP -MF .deps/librms_a-getcmslist.Tpo -c -o librms_a-getcmslist.o `test -f 'getcmslist.c' || echo './'`getcmslist.c mv -f .deps/librms_a-getcmslist.Tpo .deps/librms_a-getcmslist.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-cmsnode.o -MD -MP -MF .deps/librms_a-cmsnode.Tpo -c -o librms_a-cmsnode.o `test -f 'cmsnode.c' || echo './'`cmsnode.c mv -f .deps/librms_a-cmsnode.Tpo .deps/librms_a-cmsnode.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-statfile.o -MD -MP -MF .deps/librms_a-statfile.Tpo -c -o librms_a-statfile.o `test -f 'statfile.c' || echo './'`statfile.c statfile.c: In function ?setstatfile?: statfile.c:71:6: warning: implicit declaration of function ?close?; did you mean ?pclose?? [-Wimplicit-function-declaration] ????? close(fd); /* don't want to leak file descriptors */ ????? ^~~~~ ????? pclose mv -f .deps/librms_a-statfile.Tpo .deps/librms_a-statfile.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-setcmsstat.o -MD -MP -MF .deps/librms_a-setcmsstat.Tpo -c -o librms_a-setcmsstat.o `test -f 'setcmsstat.c' || echo './'`setcmsstat.c setcmsstat.c: In function ?setcmsstat?: setcmsstat.c:60:13: warning: implicit declaration of function ?setstatfile?; did you mean ?setchanfile?? [-Wimplicit-function-declaration] ????? return(setstatfile(statfile)); ???????????? ^~~~~~~~~~~ ???????????? setchanfile mv -f .deps/librms_a-setcmsstat.Tpo .deps/librms_a-setcmsstat.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-cmslogin.o -MD -MP -MF .deps/librms_a-cmslogin.Tpo -c -o librms_a-cmslogin.o `test -f 'cmslogin.c' || echo './'`cmslogin.c mv -f .deps/librms_a-cmslogin.Tpo .deps/librms_a-cmslogin.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-upcase.o -MD -MP -MF .deps/librms_a-upcase.Tpo -c -o librms_a-upcase.o `test -f 'upcase.c' || echo './'`upcase.c mv -f .deps/librms_a-upcase.Tpo .deps/librms_a-upcase.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-downcase.o -MD -MP -MF .deps/librms_a-downcase.Tpo -c -o librms_a-downcase.o `test -f 'downcase.c' || echo './'`downcase.c mv -f .deps/librms_a-downcase.Tpo .deps/librms_a-downcase.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-strcvt.o -MD -MP -MF .deps/librms_a-strcvt.Tpo -c -o librms_a-strcvt.o `test -f 'strcvt.c' || echo './'`strcvt.c mv -f .deps/librms_a-strcvt.Tpo .deps/librms_a-strcvt.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-fgetline.o -MD -MP -MF .deps/librms_a-fgetline.Tpo -c -o librms_a-fgetline.o `test -f 'fgetline.c' || echo './'`fgetline.c mv -f .deps/librms_a-fgetline.Tpo .deps/librms_a-fgetline.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-fgetlinecr.o -MD -MP -MF .deps/librms_a-fgetlinecr.Tpo -c -o librms_a-fgetlinecr.o `test -f 'fgetlinecr.c' || echo './'`fgetlinecr.c mv -f .deps/librms_a-fgetlinecr.Tpo .deps/librms_a-fgetlinecr.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-err.o -MD -MP -MF .deps/librms_a-err.Tpo -c -o librms_a-err.o `test -f 'err.c' || echo './'`err.c mv -f .deps/librms_a-err.Tpo .deps/librms_a-err.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-mapname.o -MD -MP -MF .deps/librms_a-mapname.Tpo -c -o librms_a-mapname.o `test -f 'mapname.c' || echo './'`mapname.c mv -f .deps/librms_a-mapname.Tpo .deps/librms_a-mapname.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-sendrf.o -MD -MP -MF .deps/librms_a-sendrf.Tpo -c -o librms_a-sendrf.o `test -f 'sendrf.c' || echo './'`sendrf.c sendrf.c: In function ?sendrf?: sendrf.c:175:20: warning: implicit declaration of function ?write?; did you mean ?fwrite?? [-Wimplicit-function-declaration] ??? if ((nwritten = write(fd, buf, nleft)) < 0) { ??????????????????? ^~~~~ ??????????????????? fwrite sendrf.c:203:7: warning: implicit declaration of function ?sleep? [-Wimplicit-function-declaration] ?????? sleep(sleep_time); ?????? ^~~~~ mv -f .deps/librms_a-sendrf.Tpo .deps/librms_a-sendrf.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-printfile.o -MD -MP -MF .deps/librms_a-printfile.Tpo -c -o librms_a-printfile.o `test -f 'printfile.c' || echo './'`printfile.c mv -f .deps/librms_a-printfile.Tpo .deps/librms_a-printfile.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-getchan.o -MD -MP -MF .deps/librms_a-getchan.Tpo -c -o librms_a-getchan.o `test -f 'getchan.c' || echo './'`getchan.c getchan.c: In function ?nextent?: getchan.c:364:6: warning: implicit declaration of function ?varsubst?; did you mean ?va_start?? [-Wimplicit-function-declaration] ????? varsubst(chan_sym_tab, cbuf, curent.ch_statuschecker); ????? ^~~~~~~~ ????? va_start mv -f .deps/librms_a-getchan.Tpo .deps/librms_a-getchan.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-var.o -MD -MP -MF .deps/librms_a-var.Tpo -c -o librms_a-var.o `test -f 'var.c' || echo './'`var.c var.c: In function ?varsubst?: var.c:150:13: warning: implicit declaration of function ?isalnum? [-Wimplicit-function-declaration] ???????? if (isalnum(*s) || *s == '_' || *s == '$') { ???????????? ^~~~~~~ mv -f .deps/librms_a-var.Tpo .deps/librms_a-var.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-strtrim.o -MD -MP -MF .deps/librms_a-strtrim.Tpo -c -o librms_a-strtrim.o `test -f 'strtrim.c' || echo './'`strtrim.c strtrim.c: In function ?strtrim?: strtrim.c:72:13: warning: type defaults to ?int? in declaration of ?c? [-Wimplicit-int] ??? register c; ???????????? ^ mv -f .deps/librms_a-strtrim.Tpo .deps/librms_a-strtrim.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-shm.o -MD -MP -MF .deps/librms_a-shm.Tpo -c -o librms_a-shm.o `test -f 'shm.c' || echo './'`shm.c mv -f .deps/librms_a-shm.Tpo .deps/librms_a-shm.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-statblock.o -MD -MP -MF .deps/librms_a-statblock.Tpo -c -o librms_a-statblock.o `test -f 'statblock.c' || echo './'`statblock.c statblock.c: In function ?sbset_aci_pid?: statblock.c:303:23: warning: implicit declaration of function ?getpid?; did you mean ?getpt?? [-Wimplicit-function-declaration] ????? p->aci.aci_pid = getpid(); ?????????????????????? ^~~~~~ ?????????????????????? getpt statblock.c: In function ?sb_incr_aci_error?: statblock.c:390:49: warning: implicit declaration of function ?time?; did you mean ?true?? [-Wimplicit-function-declaration] ????? p->aci.aci_host[i].aci_host_last_failure = time(NULL); ???????????????????????????????????????????????? ^~~~ ???????????????????????????????????????????????? true mv -f .deps/librms_a-statblock.Tpo .deps/librms_a-statblock.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-readln.o -MD -MP -MF .deps/librms_a-readln.Tpo -c -o librms_a-readln.o `test -f 'readln.c' || echo './'`readln.c readln.c: In function ?readln?: readln.c:61:14: warning: implicit declaration of function ?read?; did you mean ?fread?? [-Wimplicit-function-declaration] ??? if ((rc = read(fd, &c, 1)) == 1) { ????????????? ^~~~ ????????????? fread mv -f .deps/librms_a-readln.Tpo .deps/librms_a-readln.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-loadversion.o -MD -MP -MF .deps/librms_a-loadversion.Tpo -c -o librms_a-loadversion.o `test -f 'loadversion.c' || echo './'`loadversion.c mv -f .deps/librms_a-loadversion.Tpo .deps/librms_a-loadversion.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-loadenv.o -MD -MP -MF .deps/librms_a-loadenv.Tpo -c -o librms_a-loadenv.o `test -f 'loadenv.c' || echo './'`loadenv.c loadenv.c: In function ?loadenv?: loadenv.c:94:11: warning: implicit declaration of function ?setenv?; did you mean ?select?? [-Wimplicit-function-declaration] ?????? if (setenv(toks[0], toks[1], 1) != 0) { ?????????? ^~~~~~ ?????????? select mv -f .deps/librms_a-loadenv.Tpo .deps/librms_a-loadenv.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -D_GNU_SOURCE -DGWMONITOR? -I/usr/include/libxml2 -g -O2 -MT librms_a-file_exists.o -MD -MP -MF .deps/librms_a-file_exists.Tpo -c -o librms_a-file_exists.o `test -f 'file_exists.c' || echo './'`file_exists.c mv -f .deps/librms_a-file_exists.Tpo .deps/librms_a-file_exists.Po rm -f librms.a ar cru librms.a librms_a-fileage.o librms_a-syslogmap.o librms_a-cmsconnect.o librms_a-loadconfig.o librms_a-getcms.o librms_a-getcmslist.o librms_a-cmsnode.o librms_a-statfile.o librms_a-setcmsstat.o librms_a-cmslogin.o librms_a-upcase.o librms_a-downcase.o librms_a-strcvt.o librms_a-fgetline.o librms_a-fgetlinecr.o librms_a-err.o librms_a-mapname.o librms_a-sendrf.o librms_a-printfile.o librms_a-getchan.o librms_a-set.o librms_a-symbol.o librms_a-var.o librms_a-strtrim.o librms_a-senddatagram.o librms_a-shm.o librms_a-statblock.o librms_a-md5.o librms_a-readln.o librms_a-sglchallenge.o librms_a-loadversion.o librms_a-loadenv.o librms_a-file_exists.o librms_a-runhook.o ranlib librms.a make[2]: Leaving directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/lib' Making all in rmsgw make[2]: Entering directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/rmsgw' gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT rmsgw.o -MD -MP -MF .deps/rmsgw.Tpo -c -o rmsgw.o rmsgw.c rmsgw.c: In function ?main?: rmsgw.c:206:24: warning: assignment discards ?const? qualifier from pointer target type [-Wdiscarded-qualifiers] ????? active_configfile = configfilearg ? configfilearg : configfile; ??????????????????????? ^ rmsgw.c:333:4: warning: implicit declaration of function ?sbset_gw_cms?; did you mean ?sbset_gw_pid?? [-Wimplicit-function-declaration] ??? sbset_gw_cms(rms_stat, cfg->gwcall, cmsp->cms_host); ??? ^~~~~~~~~~~~ ??? sbset_gw_pid mv -f .deps/rmsgw.Tpo .deps/rmsgw.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT gwinit.o -MD -MP -MF .deps/gwinit.Tpo -c -o gwinit.o gwinit.c mv -f .deps/gwinit.Tpo .deps/gwinit.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT greet.o -MD -MP -MF .deps/greet.Tpo -c -o greet.o greet.c mv -f .deps/greet.Tpo .deps/greet.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT banner.o -MD -MP -MF .deps/banner.Tpo -c -o banner.o banner.c mv -f .deps/banner.Tpo .deps/banner.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT session.o -MD -MP -MF .deps/session.Tpo -c -o session.o session.c mv -f .deps/session.Tpo .deps/session.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT gateway.o -MD -MP -MF .deps/gateway.Tpo -c -o gateway.o gateway.c mv -f .deps/gateway.Tpo .deps/gateway.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT log_login.o -MD -MP -MF .deps/log_login.Tpo -c -o log_login.o log_login.c mv -f .deps/log_login.Tpo .deps/log_login.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT log_logout.o -MD -MP -MF .deps/log_logout.Tpo -c -o log_logout.o log_logout.c mv -f .deps/log_logout.Tpo .deps/log_logout.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT glob.o -MD -MP -MF .deps/glob.Tpo -c -o glob.o glob.c mv -f .deps/glob.Tpo .deps/glob.Po gcc? -g -O2?? -o rmsgw rmsgw.o gwinit.o greet.o banner.o session.o gateway.o log_login.o log_logout.o glob.o ../lib/librms.a -lxml2 make[2]: Leaving directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/rmsgw' Making all in rmsgw_aci make[2]: Entering directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/rmsgw_aci' gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT rmsgw_aci.o -MD -MP -MF .deps/rmsgw_aci.Tpo -c -o rmsgw_aci.o rmsgw_aci.c rmsgw_aci.c: In function ?main?: rmsgw_aci.c:162:24: warning: assignment discards ?const? qualifier from pointer target type [-Wdiscarded-qualifiers] ????? active_configfile = configfilearg ? configfilearg : configfile; ??????????????????????? ^ rmsgw_aci.c:299:4: warning: implicit declaration of function ?setstatfile?; did you mean ?setchanfile?? [-Wimplicit-function-declaration] ??? setstatfile(statfile); ??? ^~~~~~~~~~~ ??? setchanfile mv -f .deps/rmsgw_aci.Tpo .deps/rmsgw_aci.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT run_python_script.o -MD -MP -MF .deps/run_python_script.Tpo -c -o run_python_script.o run_python_script.c mv -f .deps/run_python_script.Tpo .deps/run_python_script.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT wl2k_aci.o -MD -MP -MF .deps/wl2k_aci.Tpo -c -o wl2k_aci.o wl2k_aci.c wl2k_aci.c: In function ?wl2k_aci?: wl2k_aci.c:253:14: warning: implicit declaration of function ?sendChannel?; did you mean ?endchanent?? [-Wimplicit-function-declaration] ???????? if (!sendChannel(cfg, chnl)) { ????????????? ^~~~~~~~~~~ ????????????? endchanent wl2k_aci.c:265:9: warning: implicit declaration of function ?setstatfile?; did you mean ?setchanfile?? [-Wimplicit-function-declaration] ???????? setstatfile(statfile); ???????? ^~~~~~~~~~~ ???????? setchanfile mv -f .deps/wl2k_aci.Tpo .deps/wl2k_aci.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT sendversion.o -MD -MP -MF .deps/sendversion.Tpo -c -o sendversion.o sendversion.c mv -f .deps/sendversion.Tpo .deps/sendversion.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT sendchannel.o -MD -MP -MF .deps/sendchannel.Tpo -c -o sendchannel.o sendchannel.c mv -f .deps/sendchannel.Tpo .deps/sendchannel.Po gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT glob.o -MD -MP -MF .deps/glob.Tpo -c -o glob.o glob.c mv -f .deps/glob.Tpo .deps/glob.Po gcc? -g -O2?? -o rmsgw_aci rmsgw_aci.o run_python_script.o wl2k_aci.o sendversion.o sendchannel.o glob.o ../lib/librms.a -lxml2 make[2]: Leaving directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/rmsgw_aci' Making all in rmsgwmon make[2]: Entering directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/rmsgwmon' gcc -DHAVE_CONFIG_H -I. -I..? -I../include -I../lib -I/usr/include/libxml2 -D_GNU_SOURCE -DGWMONITOR?? -g -O2 -MT rmsgwmon.o -MD -MP -MF .deps/rmsgwmon.Tpo -c -o rmsgwmon.o rmsgwmon.c rmsgwmon.c: In function ?aciStatus?: rmsgwmon.c:163:5: warning: implicit declaration of function ?map_aci_state?; did you mean ?sbset_aci_state?? [-Wimplicit-function-declaration] ???? map_aci_state(rms_stat->aci.aci_state), ???? ^~~~~~~~~~~~~ ???? sbset_aci_state rmsgwmon.c: In function ?gwStatus?: rmsgwmon.c:328:5: warning: implicit declaration of function ?map_gw_state?; did you mean ?sbset_gw_state?? [-Wimplicit-function-declaration] ???? map_gw_state(rms_stat->rmsgw[i].gw_state), ???? ^~~~~~~~~~~~ ???? sbset_gw_state rmsgwmon.c:343:5: warning: implicit declaration of function ?map_gw_comm? [-Wimplicit-function-declaration] ???? map_gw_comm(rms_stat->rmsgw[i].gw_state), ???? ^~~~~~~~~~~ rmsgwmon.c: In function ?gwStatRun?: rmsgwmon.c:469:25: error: dereferencing pointer to incomplete type ?WINDOW {aka struct _win_st}? ????? splitrow = bstatwin->_maxy / 2; /* where is the split to be */ ???????????????????????? ^~ rmsgwmon.c: At top level: rmsgwmon.c:568:1: warning: return type defaults to ?int? [-Wimplicit-int] ?main(int argc, char *argv[]) ?^~~~ make[2]: *** [Makefile:360: rmsgwmon.o] Error 1 make[2]: Leaving directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07/rmsgwmon' make[1]: *** [Makefile:370: all-recursive] Error 1 make[1]: Leaving directory '/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07' make: *** [Makefile:311: all] Error 2 And here I die!? Lots of warnings which imply bad things could happen or perhaps simply carelessness by the developers? (perhaps missing Declarations and Cast operators?) but the error message - rmsgwmon.c: In function ?gwStatRun?: rmsgwmon.c:469:25: error: dereferencing pointer to incomplete type ?WINDOW {aka struct _win_st}? ????? splitrow = bstatwin->_maxy / 2; /* where is the split to be */ ???????????????????????? ^~ says the compiler was very unhappy and gave up. Without looking at/groking the code, my first guess would be a missing Union declaration and/or a missing Cast???? Again, any ideas/help would be much appreciated!??? Marc... --
"The Truth is out there" - Spooky
_ ? _ ? . ? . ? . ? ? ? . ? . ? . ? _ ? _ ? ? ? . ? _ ? _ ? _ ? _ ? . ? ? ? . ? . ? . ? ? ? ? ? _ ? . ? . ? ? ? . ? ? ? ? ? . ? _ ? _ ? ? ? . ? _ ? ? ? _ ? _ ? . ? . ? . ? ? ? . ? _ ? _ ? . ? ? ? _ ? . ? . ? _ ? ? ? . ? _ ? _ ? ? ? ? ? _ ? _ ? ? ? . ? _ ? ? ? . ? _ ? . ? ? ? _ ? . ? _ ? . Computers: the final frontier.
These are the voyages of
the user Marc.
His mission: to explore strange new hardware. To seek out new software
and new applications.
To boldly go where no
Marc has gone before!
(This email is
digitally signed and the electronic signature is attached.
If you know how, you can use my public key to prove this
email indeed came from me and has not been modified in
transit. My public key, which can be used for sending
encrypted email to me also, can be found at -
or
just ask me for it and I will send it to you as an
attachment. If you don't understand all this geek speak, no
worries, just ignore this explanation and ignore the
signature key attached to this email (it will look like
gibberish if you open it) and/or ask me to explain it
further if you like.)
|
开云体育Hello Marc,Your issue is probably due to the constantly evolving changes that come in via new compiler behavior/expectations.? What version of GCC comes with OpenSUse 15.2?? Try running "gcc -v" to find out. --David KI6ZHD On 11/13/2021 08:11 AM, morningdarkstar
via groups.io wrote:
Hi -? I am attempting to install Paclink on my OpenSuSE 15.2 x64 system and am running into lots of warnings (which should be cleared up) and finally an error during the Make process causing a failure to complete the build for my system. I did check to be sure the requested libraries, links, etc were correct.? I will post the output below (sorry, quite lengthy)? from the steps I took (following the instructions in the README.MD file) and hopefully some friendly guru can guide me back into the light!? Thanks in advance for any and all offers of help!?? Marc... |
From the paclink-unix README.md file:
toggle quoted message
Show quoted text
To build paclink-unix you can use the buildall.sh script. See Installation Notes Yes there are a ton of compiler warnings. No I'm not going to fix them. /Basil n7nix morningdarkstar via groups.io <marc@...> writes: Hi - I am attempting to install Paclink on my OpenSuSE 15.2 x64 system |
Hi David, thanks for responding, and I can do that!? -
toggle quoted message
Show quoted text
darkstar:/home/marc/Paclink/paclink-unix2/paclink-unix/nwdigitalradio-rmsgw-bd7ec07 # gcc -v Using built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapperOFFLOAD_TARGET_NAMES=hsa:nvptx-noneTarget: x86_64-suse-linuxConfigured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --disable-plugin --with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linuxThread model: posixgcc version 7.5.0 (SUSE Linux) |
On Sat, Nov 13, 2021 at 09:33 AM, Basil Gunn wrote:
From the paclink-unix README.md file:Hi Basil, and thank you for your response. I think I must have download a different/wrong repository for Paclink. I downloaded the git packlink repository using the following command - git clonewhich I found by Googling for "Paclink Linux" and getting directed to There I found a set of instructions that included how to integrate Paclink with either Postfix or Sendmail, which is what I ultimately want to do. And that site is where I found the above command to use to download a clone of Paclink. Very confusing to have two different sites! Your comment about using buildall.sh (which I didn't have) got me to revisit and re-research where to find Paclink and I found another site which appears to be the one I should be using.? I will start over and use this command instead -
Will get back to you if I have further problems....? On Sat, Nov 13, 2021 at 09:33 AM, Basil Gunn wrote:Yes there are a ton of compiler warnings. No I'm not going to fix them.Sorry to hear that, every coding standard that I have had to adhere to in my long career as a software engineer/computer scientist wouldn't have allowed warning messages in a released product. They are dangerous because they can mask subtle bugs that are difficult to fix. But YMMV... At least you and your team of software engineers are not simply dropping the warnings on the floor (making them invisible) like some software engineers do when they encounter exceptions, warnings, errors and such,? that they don't want to take care of properly. And yes handling warnings, errors and such can be to most difficult and tedious part of programming, especially if/when a good architecture for handling them was not part of the original software design. Not intended to be critical of your efforts and work, just an observation that comes from experience, and I know that your time spent working on this project is a luxury that we users enjoy and appreciate... And I have done, and continue to do, my own share of working on open-source projects so I understand.... (I was even one of the original software engineers at TAPR that got packet radio started for ham radio back in the 80's!)? 73's? Marc |
This is the github URL to Linux RMS Gateway for Winlink
This is the github URL for paclink-unix a client for Winlink Yes there are a ton of compiler warnings. No I'm not going to fix them. Sorry to hear that, every coding standard that I have had to adhere toI've been a software engineer for around 40 years, been programming for around 50 years. For around 35 years I worked for start-ups in Silicon Valley. For code that I write from scratch I fix every warning. I am just a maintainer of paclink-unix. I did not write it. When I started working on it towards the end of 2009, there was a daunting number of warnings. I fixed a good number of them and moved on to other things that I enjoy more. If the warnings bother you, I look forward to your pull requests. found a set of instructions that included how to integrateIf your platform is a Raspberry Pi I have a set of scripts that set up the config for that. Depending on which email client you want to use the scripts also setup dovecot as a local IMAP server. You can use whatever email client you want as along as it supports IMAP. I prefer the lighter foot print of just postfix and use mutt as the email client. That is the configuration I use to test paclink-unix. morningdarkstar via groups.io <marc@...> writes: On Sat, Nov 13, 2021 at 09:33 AM, Basil Gunn wrote:Hi Basil, and thank you for your response. I think I must have |
to navigate to use esc to dismiss