===> 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
./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 Class2Ersatz.c++:26:
In file included from ./Class2Ersatz.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 Class2Ersatz.c++:26:
In file included from ./Class2Ersatz.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 Class2Ersatz.c++:26:
In file included from ./Class2Ersatz.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?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class2Poll.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 Class2Poll.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 Class2Poll.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
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class2Recv.c++:27:
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 Class2Recv.c++:27:
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 Class2Recv.c++:27:
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?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Class2Send.c++:28:
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 Class2Send.c++:28:
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 Class2Send.c++:28:
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
Class2Send.c++:448: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 CopyQuality.c++: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 CopyQuality.c++: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 CopyQuality.c++: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
CopyQuality.c++:43:51: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
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 MemoryDecoder.c++:30:
In file included from ./MemoryDecoder.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 MemoryDecoder.c++:30:
In file included from ./MemoryDecoder.h:31:
In file included from ./Class2.h:31:
./FaxModem.h:85:5: warning: 'uint64' is deprecated [-Wdeprecated-declarations]
tiff_offset_t* savedWriteOff; // file offset at start of page data
^
../port.h:41:23: note: expanded from macro 'tiff_offset_t'
#define tiff_offset_t uint64
^
/usr/local/include/tiff.h:87:45: note: 'uint64' has been explicitly marked deprecated here
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from ModemConfig.c++:26:
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 ModemConfig.c++:26:
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 ModemConfig.c++:26:
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
ModemConfig.c++:479:17: warning: implicit conversion from 'int' to 'char' changes value from 144 to -112 [-Wconstant-conversion]
cmd.insert(ESC_FLUSH, pos);
~~~~~~ ^~~~~~~~~
./ClassModem.h:71:24: note: expanded from macro 'ESC_FLUSH'
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from TagLine.c++:26:
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 TagLine.c++:26:
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 TagLine.c++:26:
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 TagLine.c++:146:
./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 Job.c++:27:
In file included from ./FaxRequest.h:32:
./FaxItem.h:42:1: warning: 'FaxItem' 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 FaxItem {
^
./faxQueueApp.h:46: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 Modem.c++:30:
In file included from ./Modem.h:31:
.././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?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from Trigger.c++:32:
In file included from ./Modem.h:31:
.././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?
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from faxQueueApp.c++:41:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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 faxQueueApp.c++:41:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 faxQueueApp.c++:46:
In file included from ./Modem.h:33:
./faxQueueApp.h:46:1: warning: class 'FaxItem' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class FaxItem;
^
./FaxItem.h:42:8: note: previous use is here
struct FaxItem {
^
./faxQueueApp.h:46:1: note: did you mean struct here?
class FaxItem;
^~~~~
struct
In file included from faxQueueApp.c++:50:
In file included from ./MemoryDecoder.h:30:
./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
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from faxSendApp.c++:40:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 faxSendApp.c++:44:
In file included from ./faxSendApp.h:32:
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 faxSendApp.c++:44:
In file included from ./faxSendApp.h:32:
./FaxServer.h:36:1: warning: class 'FaxAcctInfo' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class FaxAcctInfo;
^
./FaxAcctInfo.h:33:8: note: previous use is here
struct FaxAcctInfo {
^
./FaxServer.h:36: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 faxGettyApp.c++:40:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 faxGettyApp.c++:43:
In file included from ./faxGettyApp.h:32:
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 faxGettyApp.c++:43:
In file included from ./faxGettyApp.h:32:
./FaxServer.h:36:1: warning: class 'FaxAcctInfo' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class FaxAcctInfo;
^
./FaxAcctInfo.h:33:8: note: previous use is here
struct FaxAcctInfo {
^
./FaxServer.h:36:1: note: did you mean struct here?
class FaxAcctInfo;
^~~~~
struct
faxGettyApp.c++:247:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (done || ringsBeforeAnswer && (ringsHeard >= ringsBeforeAnswer))
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from pageSendApp.c++:38:
In file included from ./pageSendApp.h:32:
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 pageSendApp.c++:38:
In file included from ./pageSendApp.h:32:
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 pageSendApp.c++:38:
In file included from ./pageSendApp.h:32:
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 tagtest.c++:37:
.././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 tagtest.c++:128:
In file included from ./MemoryDecoder.h:30:
./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
.././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
cqtest.c++:57:5: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
uint16 recvFillOrder;
^
/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 choptest.c++:32:
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 choptest.c++:32:
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 choptest.c++:32:
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
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from faxmail.c++:27:
./MIMEState.h:56:1: warning: class 'MsgFmt' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class MsgFmt;
^
./MsgFmt.h:35:8: note: previous use is here
struct MsgFmt {
^
./MIMEState.h:56: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 MIMEState.c++:30:
./MsgFmt.h:35:1: warning: 'MsgFmt' 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 MsgFmt {
^
./MIMEState.h:56: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 Admin.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from Admin.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 Admin.c++:30:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from Admin.c++:30:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 FIFO.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from FIFO.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 FIFO.c++:30:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from FIFO.c++:30:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 FileSystem.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from FileSystem.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 FileSystem.c++:30:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from FileSystem.c++:30:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 FileTransfer.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from FileTransfer.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 FileTransfer.c++:30:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from FileTransfer.c++:30:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160:1: note: did you mean struct here?
class SpoolDir;
^~~~~
struct
FileTransfer.c++:96:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
uint16 tdir_tag; /* see below */
^
/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 HylaFAXServer.c++:31:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from HylaFAXServer.c++:31:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 HylaFAXServer.c++:31:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from HylaFAXServer.c++:31:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 Jobs.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from Jobs.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 Jobs.c++:30:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from Jobs.c++:30:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 Login.c++:26:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from Login.c++:26:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 Login.c++:26:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from Login.c++:26:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 Parser.c++:34:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from Parser.c++:34:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 Parser.c++:34:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from Parser.c++:34:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 RecvQueue.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from RecvQueue.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 RecvQueue.c++:30:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from RecvQueue.c++:30:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160:1: note: did you mean struct here?
class SpoolDir;
^~~~~
struct
RecvQueue.c++:66: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 Status.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from Status.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 Status.c++:30:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from Status.c++:30:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 Trigger.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from Trigger.c++:30:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 Trigger.c++:30:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from Trigger.c++:30:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160:1: note: did you mean struct here?
class SpoolDir;
^~~~~
struct
In file included from Trigger.c++:32:
.././libhylafax/ModemExt.h:34:1: warning: 'ModemExt' 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 ModemExt {
^
./HylaFAXServer.h:166:1: note: did you mean struct here?
class ModemExt;
^~~~~
struct
In file included from Trigger.c++:33:
.././libhylafax/JobExt.h:46:1: warning: 'JobExt' 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 JobExt : public JobExtFixed {
^
./HylaFAXServer.h:165: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 User.c++:26:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from User.c++:26:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 User.c++:26:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from User.c++:26:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 PAM.c++:27:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from PAM.c++:27:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 PAM.c++:27:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from PAM.c++:27:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160:1: note: did you mean struct here?
class SpoolDir;
^~~~~
struct
PAM.c++:79:21: warning: variable 'pamret' is used uninitialized whenever 'for' loop exits because its condition is false [-Wsometimes-uninitialized]
for (int i = 0; i < 10; i++)
^~~~~~
PAM.c++:97:9: note: uninitialized use occurs here
if (pamret == PAM_SUCCESS)
^~~~~~
PAM.c++:79:21: note: remove the condition if it is always true
for (int i = 0; i < 10; i++)
^~~~~~
PAM.c++:77:15: note: initialize the variable 'pamret' to silence this warning
c++: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument]
In file included from SuperServer.c++:28:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from SuperServer.c++:28:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 SuperServer.c++:28:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from SuperServer.c++:28:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 InetFaxServer.c++:28:
In file included from ./InetFaxServer.h:29:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from InetFaxServer.c++:28:
In file included from ./InetFaxServer.h:29:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 InetFaxServer.c++:28:
In file included from ./InetFaxServer.h:29:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from InetFaxServer.c++:28:
In file included from ./InetFaxServer.h:29:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 SNPPServer.c++:34:
In file included from ./SNPPServer.h:29:
In file included from ./InetFaxServer.h:29:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from SNPPServer.c++:34:
In file included from ./SNPPServer.h:29:
In file included from ./InetFaxServer.h:29:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 SNPPServer.c++:34:
In file included from ./SNPPServer.h:29:
In file included from ./InetFaxServer.h:29:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from SNPPServer.c++:34:
In file included from ./SNPPServer.h:29:
In file included from ./InetFaxServer.h:29:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160: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 main.c++:27:
In file included from ./InetFaxServer.h:29:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
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;
^
.././faxd/FaxRequest.h:38:7: note: previous use is here
class Class2Params;
^
In file included from main.c++:27:
In file included from ./InetFaxServer.h:29:
In file included from ./HylaFAXServer.h:34:
In file included from .././libhylafax/FaxRecvInfo.h:33:
.././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 main.c++:27:
In file included from ./InetFaxServer.h:29:
./HylaFAXServer.h:54:1: warning: 'Job' 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 Job : public FaxRequest {
^
.././faxd/Trigger.h:51:1: note: did you mean struct here?
class Job;
^~~~~
struct
In file included from main.c++:27:
In file included from ./InetFaxServer.h:29:
./HylaFAXServer.h:634:1: warning: 'SpoolDir' 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 SpoolDir {
^
./HylaFAXServer.h:160:1: note: did you mean struct here?
if [ ! -f copyright ]; then cp .././pkg/../COPYRIGHT copyright ; fi ; for i in README depend make.links preremove proto.local ; do [ -f $i ] || cp .././pkg/$i . ; done
for i in bsdi irix linux; do /bin/sh ../port/install.sh -idb hylafax.sw.server -F /usr/local/sbin -m 755 -src .././etc/faxsetup.$i -O faxsetup.$i; done
if [ "no" = yes ]; then /bin/sh ../port/install.sh -idb hylafax.sw.server -F -m 755 -O hylafax; echo "checking dir_sysvinitstart_set_to_non_null_string directories"; for i in dir_sysvinitstart_set_to_non_null_string; do if test -d /$i; then /bin/sh ../port/install.sh -idb hylafax.sw.server -F /$i -lns ../`basename `/hylafax ; fi; done; echo "checking dir_sysvinitstop_set_to_non_null_string directories"; for i in dir_sysvinitstop_set_to_non_null_string; do if test -d /$i; then /bin/sh ../port/install.sh -idb hylafax.sw.server -F /$i -lns ../`basename `/hylafax ; fi; done; else /bin/sh ../port/install.sh -idb hylafax.sw.server -F /usr/local/sbin -m 755 hylafax; fi
if test -d /etc/config; then /bin/sh ../port/install.sh -idb hylafax.sw.server -F /etc/config -m 644 -src config.fax -O fax; fi
for l in nl es vi id de; do /bin/sh ../port/install.sh -u root -g wheel -m 755 -F /usr/local/share/locale -dir $l; /bin/sh ../port/install.sh -u root -g wheel -m 755 -F /usr/local/share/locale/$l -dir LC_MESSAGES; done
for l in nl es vi id de; do /bin/sh ../port/install.sh -idb hylafax.sw.client -F /usr/local/share/locale/$l/LC_MESSAGES -m 444 -src hylafax-client/$l.mo -O hylafax-client.mo; /bin/sh ../port/install.sh -idb hylafax.sw.client -F /usr/local/share/locale/$l/LC_MESSAGES -m 444 -src libhylafax/$l.mo -O libhylafax.mo; done
for l in nl es vi id de; do /bin/sh ../port/install.sh -idb hylafax.sw.server -F /usr/local/share/locale/$l/LC_MESSAGES -m 444 -src hylafax-server/$l.mo -O hylafax-server.mo; done