===> hylafax-6.0.7 depends on file: /usr/local/lib/afm/Courier - found
===> hylafax-6.0.7 depends on executable: fakeroot - found
===> hylafax-6.0.7 depends on package: ghostscript9-agpl-base>=9.16_2 - found
===> hylafax-6.0.7 depends on executable: msgfmt - found
===> hylafax-6.0.7 depends on shared library: libtiff.so - found (/usr/local/lib/libtiff.so)
===> hylafax-6.0.7 depends on shared library: libjbig.so - found (/usr/local/lib/libjbig.so)
===> hylafax-6.0.7 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so)
===> hylafax-6.0.7 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===> Configuring for hylafax-6.0.7
Configuring HylaFAX (tm) (aka FlexFAX) 6.0.7.
If configure does the wrong thing, check the file config.log for
information that may help you understand what went wrong.
Reading site-wide parameters from ./config.site.
YOW!! Did something bad happen or am I on a amd64-unknown-freebsd12.3 system?
Using /usr/bin/cc for a C compiler (set CC to override).
Using -O2 -pipe -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -Wall -L/usr/local/lib -fstack-protector-strong -fno-strict-aliasing to get the appropriate compilation environment.
Using " " for C compiler options.
Looks like /usr/bin/cc has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Looks like /usr/bin/cc supports the -M option for generating make dependencies.
Using /usr/bin/c++ for a C++ compiler (set CXX to override).
Using " " for C++ compiler options.
Looks like /usr/bin/c++ has an ANSI C preprocessor.
... but __ANSI_CPP__ is not automatically defined, will compensate.
Using /usr/bin/make to configure the software.
Using "include file" syntax for Makefiles.
Looks like make supports "sinclude" for conditional includes.
Using /bin/sh to process command scripts.
Looks like the system has a CXX runtime
Checking for PAM (Pluggable Authentication Module) support
... found. Enabling PAM support
Checking for JBIG library support
... found. Enabling JBIG support
Checking for NLS (gettext) library support
Looks like -lintl is needed for gettext support.
... found. Enabling NLS support
Looks like -lcrypt is needed for crypt.
Looks like -lm is the library for math functions.
Creating port.h with necessary definitions.
... open FIFO files read-only
... using call-by-reference for TIOCMBIS ioctl
... assuming stty bitches when stdout is set to stdin
... constrain client IDs to be <= 60002
... configure use of <stdint.h>
... configure use of <sys/select.h>
... use (sig_t) for sigaction handler type
... use (sig_t) for signal handler type
... add #define for howmany
... configure use of struct tm timezone information
... add function prototype for setutent
... add function prototype for endutent
... add function prototype for getutent
... add function prototype for pututline
... configure use of <locale.h> (internationalization support)
... configure use of <paths.h>
... configure use of <utmpx.h> (extended utmp interface)
... checking TIFF library version
Found tiffio.h version 20210416
Found libtiff version 4.3
... add declaration for tiff compatibility
... checking PAM library version
Done creating port.h.
Checking system libraries for functionality to emulate.
... emulate vsnprintf
... emulate syslog&co.
Done checking system libraries.
Checking ZLIB support.
Using ZLIB include files from
Using pre-built ZLIB library -lz
Done checking ZLIB support.
Checking TIFF support.
Using TIFF binary files from /usr/local/bin
Checking JBIG-in-TIFF conversion support.
JBIG-in-TIFF fax support not found.
Done checking TIFF support.
Checking for Dynamic Shared Object (DSO) support.
There is no support for building HylaFAX as DSOs on your system.
Selecting programs used during installation and operation.
Looks like /usr/bin/nawk should be used in command scripts.
Looks like /usr/sbin/sendmail should be used to deliver mail.
Looks like /usr/bin/mkfifo creates FIFO special files.
Looks like /bin/mv supports the -f option to force a move.
Looks like /bin/ln supports the -s option to create a symbolic link.
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class2Params.c++:27:
./Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
./FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
Class2Params.c++:790:9: warning: & has lower precedence than !=; != will be evaluated first [-Wparentheses]
| ((ec&EC_ALL != 0 ? 1 : 0)<<27)
^~~~~~~~~~~~
Class2Params.c++:790:9: note: place parentheses around the '!=' expression to silence this warning
| ((ec&EC_ALL != 0 ? 1 : 0)<<27)
^
( )
Class2Params.c++:790:9: note: place parentheses around the & expression to evaluate it first
| ((ec&EC_ALL != 0 ? 1 : 0)<<27)
^
( )
Class2Params.c++:790:22: warning: operator '?:' has lower precedence than '&'; '&' will be evaluated first [-Wbitwise-conditional-parentheses]
| ((ec&EC_ALL != 0 ? 1 : 0)<<27)
~~~~~~~~~~~~~~ ^
Class2Params.c++:790:22: note: place parentheses around the '&' expression to silence this warning
| ((ec&EC_ALL != 0 ? 1 : 0)<<27)
^
( )
Class2Params.c++:790:22: note: place parentheses around the '?:' expression to evaluate it first
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from FaxParams.c++:27:
./Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
./FaxParams.h:32:1: note: did you mean class here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from FaxRecvInfo.c++:26:
In file included from ./FaxRecvInfo.h:33:
./Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
./FaxParams.h:32:1: note: did you mean class here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from FaxSendInfo.c++:26:
In file included from ./FaxSendInfo.h:34:
./Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
./FaxParams.h:32:1: note: did you mean class here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from ModemExt.c++:26:
In file included from ./ModemExt.h:32:
./Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
./FaxParams.h:32:1: note: did you mean class here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from .././util/faxinfo.c++:36:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
.././util/faxinfo.c++:56:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 v;
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from FaxPoll.c++:29:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from FaxPoll.c++:29:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from FaxPoll.c++:29:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from FaxRecv.c++:34:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from FaxRecv.c++:34:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from FaxRecv.c++:34:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
FaxRecv.c++:66:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (faxRecognized = modem->recvBegin(result)) {
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
FaxRecv.c++:66:20: note: place parentheses around the assignment to silence this warning
if (faxRecognized = modem->recvBegin(result)) {
^
( )
FaxRecv.c++:66:20: note: use '==' to turn this assignment into an equality comparison
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from FaxSend.c++:30:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from FaxSend.c++:30:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from FaxSend.c++:30:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
In file included from FaxSend.c++:33:
./FaxAcctInfo.h:33:1: warning: 'FaxAcctInfo' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct FaxAcctInfo {
^
./FaxServer.h:36:1: note: did you mean struct here?
class FaxAcctInfo;
^~~~~
struct
FaxSend.c++:593:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
uint16 compression;
^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from ModemServer.c++:46:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from ModemServer.c++:46:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from ModemServer.c++:46:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
ModemServer.c++:1440:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (timeout = timer.wasTimeout())
~~~~~~~~^~~~~~~~~~~~~~~~~~~~
ModemServer.c++:1440:17: note: place parentheses around the assignment to silence this warning
if (timeout = timer.wasTimeout())
^
( )
ModemServer.c++:1440:17: note: use '==' to turn this assignment into an equality comparison
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from FaxServer.c++:30:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from FaxServer.c++:30:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from FaxServer.c++:30:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
In file included from FaxServer.c++:32:
In file included from ./Class1Ersatz.h:32:
./Class1.h:137:53: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from ServerConfig.c++:26:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from ServerConfig.c++:26:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from ServerConfig.c++:26:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from ClassModem.c++:29:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from ClassModem.c++:29:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from ClassModem.c++:29:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from FaxModem.c++:30:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from FaxModem.c++:30:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from FaxModem.c++:30:
In file included from ./FaxServer.h:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
In file included from FaxModem.c++:780:
./MemoryDecoder.h:39:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 rows;
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class0.c++:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from Class0.c++:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class0.c++:31:
In file included from ./ModemServer.h:36:
In file included from ./ServerConfig.h:31:
In file included from ./ModemConfig.h:32:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class1.c++:31:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from Class1.c++:31:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class1.c++:31:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
Class1.c++:394:25: warning: array subscript is of type 'char' [-Wchar-subscripts]
buf[j++] = frameRev[c];
^~
Class1.c++:403:22: warning: array subscript is of type 'char' [-Wchar-subscripts]
binary[i] = frameRev[' ']; // blank pad remainder
^~~~
Class1.c++:418:28: warning: array subscript is of type 'char' [-Wchar-subscripts]
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class10.c++:27:
In file included from ./Class10.h:32:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from Class10.c++:27:
In file included from ./Class10.h:32:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class10.c++:27:
In file included from ./Class10.h:32:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class1Ersatz.c++:27:
In file included from ./Class1Ersatz.h:32:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from Class1Ersatz.c++:27:
In file included from ./Class1Ersatz.h:32:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class1Ersatz.c++:27:
In file included from ./Class1Ersatz.h:32:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class1Poll.c++:26:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from Class1Poll.c++:26:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class1Poll.c++:26:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class1Recv.c++:34:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from Class1Recv.c++:34:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class1Recv.c++:34:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
Class1Recv.c++:857:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (gotresponse = recvFrame(rrframe, FCF_RCVR, conf.t2Timer)) {
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class1Send.c++:34:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from Class1Send.c++:34:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class1Send.c++:34:
In file included from ./Class1.h:31:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
Class1Send.c++:565:5: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
delete tcf;
^
[]
Class1Send.c++:562:19: note: allocated with 'new[]' here
u_char* tcf = new u_char[tcfLen];
^
Class1Send.c++:1182:63: warning: while loop has empty body [-Wempty-body]
while ((r = atResponse(rbuf, getDataTimeout())) == AT_OTHER);
^
Class1Send.c++:1182:63: note: put the semicolon on a separate line to silence this warning
Class1Send.c++:1244:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (gotppr = recvFrame(pprframe, FCF_SNDR, conf.t4Timer, false, false)) {
Class1Send.c++:1504:21: note: place parentheses around the assignment to silence this warning
if (gotmsg = recvFrame(errframe, FCF_SNDR, conf.t4Timer, false, false)) { // no CRP, stick to RR only
^
( )
Class1Send.c++:1504:21: note: use '==' to turn this assignment into an equality comparison
if (gotmsg = recvFrame(errframe, FCF_SNDR, conf.t4Timer, false, false)) { // no CRP, stick to RR only
^
==
Class1Send.c++:1428:28: warning: result of comparison of constant 35 with expression of type 'bool' is always false [-Wtautological-constant-out-of-range-compare]
if (!ctrframe.getFCF() == FCF_CTR) {
~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
Class1Send.c++:1631:57: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class2.c++:26:
In file included from ./Class2.h:31:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from Class2.c++:26:
In file included from ./Class2.h:31:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class2.c++:26:
In file included from ./Class2.h:31:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
Class2.c++:182:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class20.c++:26:
In file included from ./Class20.h:31:
In file included from ./Class2.h:31:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from Class20.c++:26:
In file included from ./Class20.h:31:
In file included from ./Class2.h:31:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class20.c++:26:
In file included from ./Class20.h:31:
In file included from ./Class2.h:31:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here
./ModemConfig.h:52:1: warning: 'ModemConfig' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct ModemConfig : public FaxConfig {
^
./ClassModem.h:37:1: note: did you mean struct here?
class ModemConfig;
^~~~~
struct
Class20.c++:141:2: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
uint16 compression;
^
/usr/local/include/tiff.h:81:45: note: 'uint16' has been explicitly marked deprecated here
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class21.c++:26:
In file included from ./Class21.h:31:
In file included from ./Class20.h:31:
In file included from ./Class2.h:31:
In file included from ./FaxModem.h:32:
In file included from .././libhylafax/Class2Params.h:33:
.././libhylafax/FaxParams.h:32:1: warning: struct 'Class2Params' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
struct Class2Params;
^
./ClassModem.h:39:7: note: previous use is here
class Class2Params;
^
In file included from Class21.c++:26:
In file included from ./Class21.h:31:
In file included from ./Class20.h:31:
In file included from ./Class2.h:31:
In file included from ./FaxModem.h:32:
.././libhylafax/Class2Params.h:35:1: warning: 'Class2Params' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class Class2Params
^
.././libhylafax/FaxParams.h:32:1: note: did you mean class here?
struct Class2Params;
^~~~~~
class
In file included from Class21.c++:26:
In file included from ./Class21.h:31:
In file included from ./Class20.h:31:
In file included from ./Class2.h:31:
In file included from ./FaxModem.h:34:
./G3Decoder.h:41:5: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
uint32 data; // current input/output byte
^
/usr/local/include/tiff.h:84:45: note: 'uint32' has been explicitly marked deprecated here