Re: Error installing aubit4gl on Rocky Linux 8.5
Iwan AB <[email protected]> Sun, 29 Jan 2023 16:08:40 +0700
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAHJCSmLGzOJqrwgBTJvOqAKkr-xdCawN1pwg=X=Ci5ffatNRBw@mail.gmail.com> |
--===============8033032206630368776==
Content-Type: multipart/alternative; boundary="00000000000087000b05f363727e"
--00000000000087000b05f363727e
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Dear Mike,
These are all the errors from make process
[root@server3 aubit4glsrc]# make
find: =E2=80=98/usr/src/redhat/SRPMS/=E2=80=99: No such file or directory
find: =E2=80=98/usr/src/redhat/RPMS/=E2=80=99: No such file or directory
+--------------------------------------------------------------------+
| make invoked with flags :
| make invoked in : /home/aubit4glsrc
| Reading from root makefile variables:
+--------------------- C Compiler settings --------------------------+
| CFLAGS =3D -Wall -Wredundant-decls -Wmissing-declarations
-Wmissing-prototypes -Wstrict-prototypes -g -fPIC -DPIC -DSRC_TREE -DDEBUG
-DHAVE_CONFIG_H=3D -I/home/aubit4glsrc/incl -I/home/aubit4glsrc -fPIC -DPI=
C
| LD_LIBRARY_PATH =3D
/home/aubit4glsrc/lib:/usr/local/lib:/lib::/lib:/lib/esql
+--------------------------------------------------------------------+
| COMPILEDATE=3D29-01-2023 AUBITVERSION=3D1.6 AUBITBUILD=3D1
| AUBITDIR=3D/home/aubit4glsrc OS=3Dx86_64-pc-linux-gnu TARGET_OS=3Dlinux
| CONFIGURE_COMMAND =3D
+--------------------------------------------------------------------+
/usr/bin/gmake -C lib/libaubit4gl api.headers
gmake[1]: Entering directory '/home/aubit4glsrc/lib/libaubit4gl'
Sucessfuly created API headers
gmake[1]: Leaving directory '/home/aubit4glsrc/lib/libaubit4gl'
Making XGEN
/usr/bin/gmake -C compilers/xgen
gmake[1]: Entering directory '/home/aubit4glsrc/compilers/xgen'
Default targets (../../bin/xgen) built successfully.
gmake[1]: Leaving directory '/home/aubit4glsrc/compilers/xgen'
Making Dataio
/usr/bin/gmake -C common/dataio
gmake[1]: Entering directory '/home/aubit4glsrc/common/dataio'
if test ! -d /home/aubit4glsrc/plugins-1.6.1; then mkdir
/home/aubit4glsrc/plugins-1.6.1 2> /dev/null; fi
gcc -Wall -Wredundant-decls -Wmissing-declarations -Wmissing-prototypes
-Wstrict-prototypes -g -fPIC -DPIC -DSRC_TREE -DDEBUG -DHAVE_CONFIG_H=3D
-I/home/aubit4glsrc/incl -I/home/aubit4glsrc -fPIC -DPIC -I..
-D_NO_FORM_X_H_ -I/home/aubit4glsrc/tools/no_rpc/cygwin -Wno-unused -c
form_x_xdr.c -o form_x_xdr.o
In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:50,
from form_x_xdr.c:1:
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/types.h:47:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern char *malloc ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/types.h:47:14: warning:
conflicting types for built-in function =E2=80=98malloc=E2=80=99
[-Wbuiltin-declaration-mismatch]
extern char *malloc ();
^~~~~~
In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:59,
from form_x_xdr.c:1:
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:99:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
typedef bool_t (*xdrproc_t) ();
^~~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:112:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*x_getlong) (); /* get a long from underlying stream */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:113:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*x_putlong) (); /* put a long to " */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:114:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*x_getbytes) (); /* get some bytes from " */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:115:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*x_putbytes) (); /* put some bytes to " */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:116:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
u_int (*x_getpostn) (); /* returns bytes off from beginning */
^~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:117:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*x_setpostn) (); /* lets you reposition the stream */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:118:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
long *(*x_inline) (); /* buf quick ptr to buffered data */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:119:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void (*x_destroy) (); /* free privates of this xdr_stream */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:230:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_void ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:231:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_int ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:232:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_u_int ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:233:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_long ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:234:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_u_long ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:235:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_short ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:236:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_u_short ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:237:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_bool ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:238:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_enum ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:239:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_array ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:240:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_bytes ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:241:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_opaque ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:242:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_string ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:243:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_union ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:244:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_char ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:245:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_u_char ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:246:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_vector ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:247:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_float ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:248:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_double ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:249:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_reference ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:250:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_pointer ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:251:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_wrapstring ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:264:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_netobj ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:270:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void xdrmem_create (); /* XDR using memory buffers */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:271:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void xdrstdio_create (); /* XDR using stdio library */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:272:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void xdrrec_create (); /* XDR pseudo records for tcp */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:273:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdrrec_endofrecord (); /* make end of xdr record */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:274:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdrrec_skiprecord (); /* move to beginning of next record */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:275:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdrrec_eof (); /* true if no more input */
^~~~~~
In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:62,
from form_x_xdr.c:1:
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:74:5: error: unknown type
name =E2=80=98u_int32=E2=80=99
u_int32 high;
^~~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:75:5: error: unknown type
name =E2=80=98u_int32=E2=80=99
u_int32 low;
^~~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:81:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_des_block ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:104:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void (*ah_nextverf) ();
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:105:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
int (*ah_marshal) (); /* nextverf & serialize */
^~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:106:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
int (*ah_validate) (); /* validate varifier */
^~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:107:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
int (*ah_refresh) (); /* refresh credentials */
^~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:108:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void (*ah_destroy) (); /* destroy this structure */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:166:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern AUTH *authunix_create ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:167:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern AUTH *authunix_create_default (); /* takes no parameters */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:168:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern AUTH *authnone_create (); /* takes no parameters */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:169:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern AUTH *authdes_create ();
^~~~~~
In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:65,
from form_x_xdr.c:1:
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:126:10: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
enum clnt_stat (*cl_call) (); /* call remote procedure */
^~~~~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:127:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void (*cl_abort) (); /* abort a call */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:128:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void (*cl_geterr) (); /* get specific error code */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:129:7: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*cl_freeres) (); /* frees results */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:130:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void (*cl_destroy) (); /* destroy this structure */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:131:7: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*cl_control) (); /* the ioctl() of rpc */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:250:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern CLIENT *clntraw_create ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:256:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern CLIENT *clnt_create ( /*host, prog, vers, prot */ ); /*
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:277:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern CLIENT *clnttcp_create ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:300:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern CLIENT *clntudp_create ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:301:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern CLIENT *clntudp_bufcreate ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:306:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void clnt_pcreateerror ( /* char *msg */ ); /* stderr */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:307:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
char *clnt_spcreateerror ( /* char *msg */ ); /* string */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:312:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void clnt_perrno ( /* enum clnt_stat num */ ); /* stderr */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:317:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void clnt_perror ( /* CLIENT *clnt, char *msg */ ); /* stderr */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:318:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
char *clnt_sperror ( /* CLIENT *clnt, char *msg */ ); /* string */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:336:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
char *clnt_sperrno ( /* enum clnt_stat num */ ); /* string */
^~~~
In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:68,
from form_x_xdr.c:1:
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:186:1: warning:
function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_callmsg ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:194:1: warning:
function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_callhdr ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:202:1: warning:
function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_replymsg ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:210:1: warning:
function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void _seterr_reply ();
^~~~~~
In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:69,
from form_x_xdr.c:1:
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth_unix.h:64:1: warning:
function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t xdr_authunix_parms ();
^~~~~~
In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:77,
from form_x_xdr.c:1:
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:78:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*xp_recv) (); /* receive incomming requests */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:79:10: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
enum xprt_stat (*xp_stat) (); /* get transport status */
^~~~~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:80:7: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*xp_getargs) (); /* get arguments */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:81:7: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*xp_reply) (); /* send reply */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:82:7: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
bool_t (*xp_freeargs) (); /* free mem allocated for args */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:83:5: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
void (*xp_destroy) (); /* destroy this struct */
^~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:160:19: warning: "/*"
within comment [-Wcomment]
* int protocol; /* like TCP or UDP, zero means do not register
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:162:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t svc_register ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:171:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svc_unregister ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:179:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void xprt_register ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:187:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void xprt_unregister ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:218:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern bool_t svc_sendreply ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:219:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svcerr_decode ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:220:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svcerr_weakauth ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:221:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svcerr_noproc ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:222:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svcerr_progvers ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:223:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svcerr_auth ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:224:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svcerr_noprog ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:225:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svcerr_systemerr ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:253:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void rpctest_service ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:255:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svc_getreq ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:256:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svc_getreqset (); /* takes fdset instead of int */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:257:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern void svc_run (); /* never returns */
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:271:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern SVCXPRT *svcraw_create ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:276:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern SVCXPRT *svcudp_create ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:277:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern SVCXPRT *svcudp_bufcreate ();
^~~~~~
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:282:1: warning: function
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern SVCXPRT *svctcp_create ();
^~~~~~
In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:78,
from form_x_xdr.c:1:
/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc_auth.h:42:13: warning:
function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]
extern enum auth_stat _authenticate ();
^~~~~~~~~
In file included from form_x_xdr.c:2:
form_x.h:65:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_struct_metrics ();
^~~~~~
form_x.h:79:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_struct_form_field ();
^~~~~~
form_x.h:96:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_FIELD_ATTRIBUTES_BOOL ();
^~~~~~
form_x.h:111:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_FA_COLOUR ();
^~~~~~
form_x.h:127:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_FA_ATTRIBUTES_STRING ();
^~~~~~
form_x.h:136:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_struct_field_attr_string ();
^~~~~~
form_x.h:203:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_struct_scr_field ();
^~~~~~
form_x.h:214:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_struct_tables ();
^~~~~~
form_x.h:222:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_screen_name ();
^~~~~~
form_x.h:237:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_struct_screen_record ();
^~~~~~
form_x.h:249:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_struct_labels ();
^~~~~~
form_x.h:336:3: warning: function declaration isn=E2=80=99t a prototype
[-Wstrict-prototypes]
bool_t xdr_struct_form ();
^~~~~~
form_x.h:410:17: warning: redundant redeclaration of =E2=80=98xdr_struct_me=
trics=E2=80=99
[-Wredundant-decls]
extern bool_t xdr_struct_metrics (XDR *, struct_metrics *);
^~~~~~~~~~~~~~~~~~
form_x.h:65:10: note: previous declaration of =E2=80=98xdr_struct_metrics=
=E2=80=99 was here
bool_t xdr_struct_metrics ();
^~~~~~~~~~~~~~~~~~
form_x.h:411:17: warning: redundant redeclaration of
=E2=80=98xdr_struct_form_field=E2=80=99 [-Wredundant-decls]
extern bool_t xdr_struct_form_field (XDR *, struct_form_field *);
^~~~~~~~~~~~~~~~~~~~~
form_x.h:79:10: note: previous declaration of =E2=80=98xdr_struct_form_fiel=
d=E2=80=99 was
here
bool_t xdr_struct_form_field ();
^~~~~~~~~~~~~~~~~~~~~
form_x.h:412:17: warning: redundant redeclaration of
=E2=80=98xdr_FIELD_ATTRIBUTES_BOOL=E2=80=99 [-Wredundant-decls]
extern bool_t xdr_FIELD_ATTRIBUTES_BOOL (XDR *, FIELD_ATTRIBUTES_BOOL *)=
;
^~~~~~~~~~~~~~~~~~~~~~~~~
form_x.h:96:10: note: previous declaration of =E2=80=98xdr_FIELD_ATTRIBUTES=
_BOOL=E2=80=99
was here
bool_t xdr_FIELD_ATTRIBUTES_BOOL ();
^~~~~~~~~~~~~~~~~~~~~~~~~
form_x.h:413:17: warning: redundant redeclaration of =E2=80=98xdr_FA_COLOUR=
=E2=80=99
[-Wredundant-decls]
extern bool_t xdr_FA_COLOUR (XDR *, FA_COLOUR *);
^~~~~~~~~~~~~
form_x.h:111:10: note: previous declaration of =E2=80=98xdr_FA_COLOUR=E2=80=
=99 was here
bool_t xdr_FA_COLOUR ();
^~~~~~~~~~~~~
form_x.h:414:17: warning: redundant redeclaration of
=E2=80=98xdr_FA_ATTRIBUTES_STRING=E2=80=99 [-Wredundant-decls]
extern bool_t xdr_FA_ATTRIBUTES_STRING (XDR *, FA_ATTRIBUTES_STRING *);
^~~~~~~~~~~~~~~~~~~~~~~~
form_x.h:127:10: note: previous declaration of =E2=80=98xdr_FA_ATTRIBUTES_S=
TRING=E2=80=99
was here
bool_t xdr_FA_ATTRIBUTES_STRING ();
^~~~~~~~~~~~~~~~~~~~~~~~
form_x.h:415:17: warning: redundant redeclaration of
=E2=80=98xdr_struct_field_attr_string=E2=80=99 [-Wredundant-decls]
extern bool_t xdr_struct_field_attr_string (XDR *,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
form_x.h:136:10: note: previous declaration of
=E2=80=98xdr_struct_field_attr_string=E2=80=99 was here
bool_t xdr_struct_field_attr_string ();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
form_x.h:418:17: warning: redundant redeclaration of =E2=80=98xdr_struct_sc=
r_field=E2=80=99
[-Wredundant-decls]
extern bool_t xdr_struct_scr_field (XDR *, struct_scr_field *);
^~~~~~~~~~~~~~~~~~~~
form_x.h:203:10: note: previous declaration of =E2=80=98xdr_struct_scr_fiel=
d=E2=80=99 was
here
bool_t xdr_struct_scr_field ();
^~~~~~~~~~~~~~~~~~~~
form_x.h:419:17: warning: redundant redeclaration of =E2=80=98xdr_struct_ta=
bles=E2=80=99
[-Wredundant-decls]
extern bool_t xdr_struct_tables (XDR *, struct_tables *);
^~~~~~~~~~~~~~~~~
form_x.h:214:10: note: previous declaration of =E2=80=98xdr_struct_tables=
=E2=80=99 was here
bool_t xdr_struct_tables ();
^~~~~~~~~~~~~~~~~
form_x.h:420:17: warning: redundant redeclaration of =E2=80=98xdr_screen_na=
me=E2=80=99
[-Wredundant-decls]
extern bool_t xdr_screen_name (XDR *, screen_name *);
^~~~~~~~~~~~~~~
form_x.h:222:10: note: previous declaration of =E2=80=98xdr_screen_name=E2=
=80=99 was here
bool_t xdr_screen_name ();
^~~~~~~~~~~~~~~
form_x.h:421:17: warning: redundant redeclaration of
=E2=80=98xdr_struct_screen_record=E2=80=99 [-Wredundant-decls]
extern bool_t xdr_struct_screen_record (XDR *, struct_screen_record *);
^~~~~~~~~~~~~~~~~~~~~~~~
form_x.h:237:10: note: previous declaration of =E2=80=98xdr_struct_screen_r=
ecord=E2=80=99
was here
bool_t xdr_struct_screen_record ();
^~~~~~~~~~~~~~~~~~~~~~~~
form_x.h:422:17: warning: redundant redeclaration of =E2=80=98xdr_struct_la=
bels=E2=80=99
[-Wredundant-decls]
extern bool_t xdr_struct_labels (XDR *, struct_labels *);
^~~~~~~~~~~~~~~~~
form_x.h:249:10: note: previous declaration of =E2=80=98xdr_struct_labels=
=E2=80=99 was here
bool_t xdr_struct_labels ();
^~~~~~~~~~~~~~~~~
form_x.h:423:17: warning: redundant redeclaration of =E2=80=98xdr_struct_fo=
rm=E2=80=99
[-Wredundant-decls]
extern bool_t xdr_struct_form (XDR *, struct_form *);
^~~~~~~~~~~~~~~
form_x.h:336:10: note: previous declaration of =E2=80=98xdr_struct_form=E2=
=80=99 was here
bool_t xdr_struct_form ();
^~~~~~~~~~~~~~~
gmake[1]: *** [Makefile:207: form_x_xdr.o] Error 1
gmake[1]: Leaving directory '/home/aubit4glsrc/common/dataio'
make: *** [Makefile:283: corecompile] Error 2
Regards,
Iwan
On Sun, Jan 29, 2023 at 3:07 PM Mike Aubury <[email protected]> wrote:
> In all those warnings I can't see an actual error?
> Is there any more output?
>
> On Sun, 29 Jan 2023, 00:56 Iwan AB, <[email protected]> wrote:
>
>> Dear Mike,
>>
>> I got the following error when install aubit4gl 1.6.1 on Rocky Linux 8.5
>>
>> In file included from form_x_xdr.c:2:
>> form_x.h:65:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_struct_metrics ();
>> ^~~~~~
>> form_x.h:79:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_struct_form_field ();
>> ^~~~~~
>> form_x.h:96:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_FIELD_ATTRIBUTES_BOOL ();
>> ^~~~~~
>> form_x.h:111:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_FA_COLOUR ();
>> ^~~~~~
>> form_x.h:127:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_FA_ATTRIBUTES_STRING ();
>> ^~~~~~
>> form_x.h:136:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_struct_field_attr_string ();
>> ^~~~~~
>> form_x.h:203:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_struct_scr_field ();
>> ^~~~~~
>> form_x.h:214:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_struct_tables ();
>> ^~~~~~
>> form_x.h:222:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_screen_name ();
>> ^~~~~~
>> form_x.h:237:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_struct_screen_record ();
>> ^~~~~~
>> form_x.h:249:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_struct_labels ();
>> ^~~~~~
>> form_x.h:336:3: warning: function declaration isn=E2=80=99t a prototype
>> [-Wstrict-prototypes]
>> bool_t xdr_struct_form ();
>> ^~~~~~
>> form_x.h:410:17: warning: redundant redeclaration of =E2=80=98xdr_struct=
_metrics=E2=80=99
>> [-Wredundant-decls]
>> extern bool_t xdr_struct_metrics (XDR *, struct_metrics *);
>> ^~~~~~~~~~~~~~~~~~
>> form_x.h:65:10: note: previous declaration of =E2=80=98xdr_struct_metric=
s=E2=80=99 was
>> here
>> bool_t xdr_struct_metrics ();
>> ^~~~~~~~~~~~~~~~~~
>> form_x.h:411:17: warning: redundant redeclaration of
>> =E2=80=98xdr_struct_form_field=E2=80=99 [-Wredundant-decls]
>> extern bool_t xdr_struct_form_field (XDR *, struct_form_field *);
>> ^~~~~~~~~~~~~~~~~~~~~
>> form_x.h:79:10: note: previous declaration of =E2=80=98xdr_struct_form_f=
ield=E2=80=99 was
>> here
>> bool_t xdr_struct_form_field ();
>> ^~~~~~~~~~~~~~~~~~~~~
>> form_x.h:412:17: warning: redundant redeclaration of
>> =E2=80=98xdr_FIELD_ATTRIBUTES_BOOL=E2=80=99 [-Wredundant-decls]
>> extern bool_t xdr_FIELD_ATTRIBUTES_BOOL (XDR *, FIELD_ATTRIBUTES_BOOL
>> *);
>> ^~~~~~~~~~~~~~~~~~~~~~~~~
>> form_x.h:96:10: note: previous declaration of =E2=80=98xdr_FIELD_ATTRIBU=
TES_BOOL=E2=80=99
>> was here
>> bool_t xdr_FIELD_ATTRIBUTES_BOOL ();
>> ^~~~~~~~~~~~~~~~~~~~~~~~~
>> form_x.h:413:17: warning: redundant redeclaration of =E2=80=98xdr_FA_COL=
OUR=E2=80=99
>> [-Wredundant-decls]
>> extern bool_t xdr_FA_COLOUR (XDR *, FA_COLOUR *);
>> ^~~~~~~~~~~~~
>> form_x.h:111:10: note: previous declaration of =E2=80=98xdr_FA_COLOUR=E2=
=80=99 was here
>> bool_t xdr_FA_COLOUR ();
>> ^~~~~~~~~~~~~
>> form_x.h:414:17: warning: redundant redeclaration of
>> =E2=80=98xdr_FA_ATTRIBUTES_STRING=E2=80=99 [-Wredundant-decls]
>> extern bool_t xdr_FA_ATTRIBUTES_STRING (XDR *, FA_ATTRIBUTES_STRING *=
);
>> ^~~~~~~~~~~~~~~~~~~~~~~~
>> form_x.h:127:10: note: previous declaration of =E2=80=98xdr_FA_ATTRIBUTE=
S_STRING=E2=80=99
>> was here
>> bool_t xdr_FA_ATTRIBUTES_STRING ();
>> ^~~~~~~~~~~~~~~~~~~~~~~~
>> form_x.h:415:17: warning: redundant redeclaration of
>> =E2=80=98xdr_struct_field_attr_string=E2=80=99 [-Wredundant-decls]
>> extern bool_t xdr_struct_field_attr_string (XDR *,
>> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> form_x.h:136:10: note: previous declaration of
>> =E2=80=98xdr_struct_field_attr_string=E2=80=99 was here
>> bool_t xdr_struct_field_attr_string ();
>> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> form_x.h:418:17: warning: redundant redeclaration of
>> =E2=80=98xdr_struct_scr_field=E2=80=99 [-Wredundant-decls]
>> extern bool_t xdr_struct_scr_field (XDR *, struct_scr_field *);
>> ^~~~~~~~~~~~~~~~~~~~
>> form_x.h:203:10: note: previous declaration of =E2=80=98xdr_struct_scr_f=
ield=E2=80=99 was
>> here
>> bool_t xdr_struct_scr_field ();
>> ^~~~~~~~~~~~~~~~~~~~
>> form_x.h:419:17: warning: redundant redeclaration of =E2=80=98xdr_struct=
_tables=E2=80=99
>> [-Wredundant-decls]
>> extern bool_t xdr_struct_tables (XDR *, struct_tables *);
>> ^~~~~~~~~~~~~~~~~
>> form_x.h:214:10: note: previous declaration of =E2=80=98xdr_struct_table=
s=E2=80=99 was
>> here
>> bool_t xdr_struct_tables ();
>> ^~~~~~~~~~~~~~~~~
>> form_x.h:420:17: warning: redundant redeclaration of =E2=80=98xdr_screen=
_name=E2=80=99
>> [-Wredundant-decls]
>> extern bool_t xdr_screen_name (XDR *, screen_name *);
>> ^~~~~~~~~~~~~~~
>> form_x.h:222:10: note: previous declaration of =E2=80=98xdr_screen_name=
=E2=80=99 was here
>> bool_t xdr_screen_name ();
>> ^~~~~~~~~~~~~~~
>> form_x.h:421:17: warning: redundant redeclaration of
>> =E2=80=98xdr_struct_screen_record=E2=80=99 [-Wredundant-decls]
>> extern bool_t xdr_struct_screen_record (XDR *, struct_screen_record *=
);
>> ^~~~~~~~~~~~~~~~~~~~~~~~
>> form_x.h:237:10: note: previous declaration of =E2=80=98xdr_struct_scree=
n_record=E2=80=99
>> was here
>> bool_t xdr_struct_screen_record ();
>> ^~~~~~~~~~~~~~~~~~~~~~~~
>> form_x.h:422:17: warning: redundant redeclaration of =E2=80=98xdr_struct=
_labels=E2=80=99
>> [-Wredundant-decls]
>> extern bool_t xdr_struct_labels (XDR *, struct_labels *);
>> ^~~~~~~~~~~~~~~~~
>> form_x.h:249:10: note: previous declaration of =E2=80=98xdr_struct_label=
s=E2=80=99 was
>> here
>> bool_t xdr_struct_labels ();
>> ^~~~~~~~~~~~~~~~~
>> form_x.h:423:17: warning: redundant redeclaration of =E2=80=98xdr_struct=
_form=E2=80=99
>> [-Wredundant-decls]
>> extern bool_t xdr_struct_form (XDR *, struct_form *);
>> ^~~~~~~~~~~~~~~
>> form_x.h:336:10: note: previous declaration of =E2=80=98xdr_struct_form=
=E2=80=99 was here
>> bool_t xdr_struct_form ();
>> ^~~~~~~~~~~~~~~
>> gmake[1]: *** [Makefile:207: form_x_xdr.o] Error 1
>> gmake[1]: Leaving directory '/home/aubit4glsrc/common/dataio'
>> make: *** [Makefile:283: corecompile] Error 2
>>
>> Any idea what should I do to overcome that? please help...
>>
>> Thanks in advance,
>>
>> Iwan
>> _______________________________________________
>> Aubit4gl-discuss mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
>>
>
--00000000000087000b05f363727e
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div>Dear Mike,</div><di=
v><br></div><div>These are all the errors from make process</div><div><br><=
/div><div>[root@server3 aubit4glsrc]# make</div><div>find: =E2=80=98/usr/sr=
c/redhat/SRPMS/=E2=80=99: No such file or directory</div><div>find: =E2=80=
=98/usr/src/redhat/RPMS/=E2=80=99: No such file or directory</div><div><br>=
</div><div>+---------------------------------------------------------------=
-----+</div><div>| make invoked with flags :</div><div>| make invoked in : =
/home/aubit4glsrc</div><div>| Reading from root makefile variables:</div><d=
iv>+--------------------- C Compiler settings --------------------------+</=
div><div>| CFLAGS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =3D=C2=A0 -Wall -Wredun=
dant-decls -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes =
-g=C2=A0 -fPIC -DPIC -DSRC_TREE -DDEBUG -DHAVE_CONFIG_H=3D -I/home/aubit4gl=
src/incl -I/home/aubit4glsrc=C2=A0 -fPIC -DPIC</div><div>| LD_LIBRARY_PATH =
=3D /home/aubit4glsrc/lib:/usr/local/lib:/lib::/lib:/lib/esql</div><div>+--=
------------------------------------------------------------------+</div><d=
iv>| COMPILEDATE=3D29-01-2023 AUBITVERSION=3D1.6 AUBITBUILD=3D1</div><div>|=
AUBITDIR=3D/home/aubit4glsrc OS=3Dx86_64-pc-linux-gnu TARGET_OS=3Dlinux</d=
iv><div>| CONFIGURE_COMMAND =3D</div><div>+--------------------------------=
------------------------------------+</div><div>/usr/bin/gmake -C lib/libau=
bit4gl api.headers</div><div>gmake[1]: Entering directory '/home/aubit4=
glsrc/lib/libaubit4gl'</div><div>Sucessfuly created API headers</div><d=
iv>gmake[1]: Leaving directory '/home/aubit4glsrc/lib/libaubit4gl'<=
/div><div>Making XGEN</div><div>/usr/bin/gmake -C compilers/xgen</div><div>=
gmake[1]: Entering directory '/home/aubit4glsrc/compilers/xgen'</di=
v><div>Default targets (../../bin/xgen) built successfully.</div><div>gmake=
[1]: Leaving directory '/home/aubit4glsrc/compilers/xgen'</div><div=
>Making Dataio</div><div>/usr/bin/gmake -C common/dataio</div><div>gmake[1]=
: Entering directory '/home/aubit4glsrc/common/dataio'</div><div>if=
test ! -d /home/aubit4glsrc/plugins-1.6.1; then mkdir /home/aubit4glsrc/pl=
ugins-1.6.1 2> /dev/null; fi</div><div>gcc=C2=A0 -Wall -Wredundant-decls=
-Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g=C2=A0 -=
fPIC -DPIC -DSRC_TREE -DDEBUG -DHAVE_CONFIG_H=3D -I/home/aubit4glsrc/incl -=
I/home/aubit4glsrc=C2=A0 -fPIC -DPIC -I.. -D_NO_FORM_X_H_ -I/home/aubit4gls=
rc/tools/no_rpc/cygwin -Wno-unused -c form_x_xdr.c -o form_x_xdr.o</div><di=
v>In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:50,=
</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fr=
om form_x_xdr.c:1:</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/type=
s.h:47:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict=
-prototypes]</div><div>=C2=A0extern char *malloc ();</div><div>=C2=A0^~~~~~=
</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/types.h:47:14: warning=
: conflicting types for built-in function =E2=80=98malloc=E2=80=99 [-Wbuilt=
in-declaration-mismatch]</div><div>=C2=A0extern char *malloc ();</div><div>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~</div><div>In file i=
ncluded from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:59,</div><div>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from form_x_x=
dr.c:1:</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:99:1: war=
ning: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]<=
/div><div>=C2=A0typedef bool_t (*xdrproc_t) ();</div><div>=C2=A0^~~~~~~</di=
v><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:112:5: warning: func=
tion declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=
=C2=A0 =C2=A0 =C2=A0bool_t (*x_getlong) (); /* get a long from underlying s=
tream */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~~~</div><div>/home/aubit4glsrc/t=
ools/no_rpc/cygwin/rpc/xdr.h:113:5: warning: function declaration isn=E2=80=
=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0bool_t=
(*x_putlong) (); /* put a long to " */</div><div>=C2=A0 =C2=A0 =C2=A0=
^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:114:5: war=
ning: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]<=
/div><div>=C2=A0 =C2=A0 =C2=A0bool_t (*x_getbytes) (); /* get some bytes fr=
om " */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~~~</div><div>/home/aubit4gls=
rc/tools/no_rpc/cygwin/rpc/xdr.h:115:5: warning: function declaration isn=
=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0=
bool_t (*x_putbytes) (); /* put some bytes to " */</div><div>=C2=A0 =
=C2=A0 =C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr=
.h:116:5: warning: function declaration isn=E2=80=99t a prototype [-Wstrict=
-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0u_int (*x_getpostn) (); /* retur=
ns bytes off from beginning */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~~</div><di=
v>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:117:5: warning: function =
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=
=A0 =C2=A0 =C2=A0bool_t (*x_setpostn) (); /* lets you reposition the stream=
*/</div><div>=C2=A0 =C2=A0 =C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/=
no_rpc/cygwin/rpc/xdr.h:118:5: warning: function declaration isn=E2=80=99t =
a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0long *(*x_i=
nline) (); /* buf quick ptr to buffered data */</div><div>=C2=A0 =C2=A0 =C2=
=A0^~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:119:5: wa=
rning: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]=
</div><div>=C2=A0 =C2=A0 =C2=A0void (*x_destroy) (); /* free privates of th=
is xdr_stream */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~</div><div>/home/aubit4g=
lsrc/tools/no_rpc/cygwin/rpc/xdr.h:230:1: warning: function declaration isn=
=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t =
xdr_void ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rp=
c/cygwin/rpc/xdr.h:231:1: warning: function declaration isn=E2=80=99t a pro=
totype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_int ();</div=
><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.=
h:232:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-=
prototypes]</div><div>=C2=A0extern bool_t xdr_u_int ();</div><div>=C2=A0^~~=
~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:233:1: warnin=
g: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</di=
v><div>=C2=A0extern bool_t xdr_long ();</div><div>=C2=A0^~~~~~</div><div>/h=
ome/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:234:1: warning: function decl=
aration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0ext=
ern bool_t xdr_u_long ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsr=
c/tools/no_rpc/cygwin/rpc/xdr.h:235:1: warning: function declaration isn=E2=
=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr=
_short ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/=
cygwin/rpc/xdr.h:236:1: warning: function declaration isn=E2=80=99t a proto=
type [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_u_short ();</d=
iv><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xd=
r.h:237:1: warning: function declaration isn=E2=80=99t a prototype [-Wstric=
t-prototypes]</div><div>=C2=A0extern bool_t xdr_bool ();</div><div>=C2=A0^~=
~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:238:1: warni=
ng: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</d=
iv><div>=C2=A0extern bool_t xdr_enum ();</div><div>=C2=A0^~~~~~</div><div>/=
home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:239:1: warning: function dec=
laration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0ex=
tern bool_t xdr_array ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsr=
c/tools/no_rpc/cygwin/rpc/xdr.h:240:1: warning: function declaration isn=E2=
=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr=
_bytes ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/=
cygwin/rpc/xdr.h:241:1: warning: function declaration isn=E2=80=99t a proto=
type [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_opaque ();</di=
v><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr=
.h:242:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict=
-prototypes]</div><div>=C2=A0extern bool_t xdr_string ();</div><div>=C2=A0^=
~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:243:1: warn=
ing: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</=
div><div>=C2=A0extern bool_t xdr_union ();</div><div>=C2=A0^~~~~~</div><div=
>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:244:1: warning: function d=
eclaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0=
extern bool_t xdr_char ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4gls=
rc/tools/no_rpc/cygwin/rpc/xdr.h:245:1: warning: function declaration isn=
=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t =
xdr_u_char ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_=
rpc/cygwin/rpc/xdr.h:246:1: warning: function declaration isn=E2=80=99t a p=
rototype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_vector ();=
</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc=
/xdr.h:247:1: warning: function declaration isn=E2=80=99t a prototype [-Wst=
rict-prototypes]</div><div>=C2=A0extern bool_t xdr_float ();</div><div>=C2=
=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:248:1: =
warning: function declaration isn=E2=80=99t a prototype [-Wstrict-prototype=
s]</div><div>=C2=A0extern bool_t xdr_double ();</div><div>=C2=A0^~~~~~</div=
><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:249:1: warning: funct=
ion declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=
=C2=A0extern bool_t xdr_reference ();</div><div>=C2=A0^~~~~~</div><div>/hom=
e/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:250:1: warning: function declar=
ation isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0exter=
n bool_t xdr_pointer ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc=
/tools/no_rpc/cygwin/rpc/xdr.h:251:1: warning: function declaration isn=E2=
=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr=
_wrapstring ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no=
_rpc/cygwin/rpc/xdr.h:264:1: warning: function declaration isn=E2=80=99t a =
prototype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_netobj ()=
;</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rp=
c/xdr.h:270:1: warning: function declaration isn=E2=80=99t a prototype [-Ws=
trict-prototypes]</div><div>=C2=A0extern void xdrmem_create (); /* XDR usin=
g memory buffers */</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tool=
s/no_rpc/cygwin/rpc/xdr.h:271:1: warning: function declaration isn=E2=80=99=
t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern void xdrstdio_cr=
eate (); /* XDR using stdio library */</div><div>=C2=A0^~~~~~</div><div>/ho=
me/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:272:1: warning: function decla=
ration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0exte=
rn void xdrrec_create (); /* XDR pseudo records for tcp */</div><div>=C2=A0=
^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:273:1: war=
ning: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]<=
/div><div>=C2=A0extern bool_t xdrrec_endofrecord (); /* make end of xdr rec=
ord */</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygw=
in/rpc/xdr.h:274:1: warning: function declaration isn=E2=80=99t a prototype=
[-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdrrec_skiprecord (); =
/* move to beginning of next record */</div><div>=C2=A0^~~~~~</div><div>/ho=
me/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:275:1: warning: function decla=
ration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0exte=
rn bool_t xdrrec_eof (); /* true if no more input */</div><div>=C2=A0^~~~~~=
</div><div>In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/=
rpc.h:62,</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0from form_x_xdr.c:1:</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin=
/rpc/auth.h:74:5: error: unknown type name =E2=80=98u_int32=E2=80=99=C2=A0<=
/div><div>=C2=A0 =C2=A0 =C2=A0u_int32 high;</div><div>=C2=A0 =C2=A0 =C2=A0^=
~~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:75:5: err=
or: unknown type name =E2=80=98u_int32=E2=80=99</div><div>=C2=A0 =C2=A0 =C2=
=A0u_int32 low;</div><div>=C2=A0 =C2=A0 =C2=A0^~~~~~~</div><div>/home/aubit=
4glsrc/tools/no_rpc/cygwin/rpc/auth.h:81:1: warning: function declaration i=
sn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_=
t xdr_des_block ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tool=
s/no_rpc/cygwin/rpc/auth.h:104:5: warning: function declaration isn=E2=80=
=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0void (=
*ah_nextverf) ();</div><div>=C2=A0 =C2=A0 =C2=A0^~~~</div><div>/home/aubit4=
glsrc/tools/no_rpc/cygwin/rpc/auth.h:105:5: warning: function declaration i=
sn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=
=A0int (*ah_marshal) (); /* nextverf & serialize */</div><div>=C2=A0 =
=C2=A0 =C2=A0^~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h=
:106:5: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-p=
rototypes]</div><div>=C2=A0 =C2=A0 =C2=A0int (*ah_validate) (); /* validate=
varifier */</div><div>=C2=A0 =C2=A0 =C2=A0^~~</div><div>/home/aubit4glsrc/=
tools/no_rpc/cygwin/rpc/auth.h:107:5: warning: function declaration isn=E2=
=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0int=
(*ah_refresh) (); /* refresh credentials */</div><div>=C2=A0 =C2=A0 =C2=A0=
^~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:108:5: warni=
ng: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</d=
iv><div>=C2=A0 =C2=A0 =C2=A0void (*ah_destroy) (); /* destroy this structur=
e */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~</div><div>/home/aubit4glsrc/tools/n=
o_rpc/cygwin/rpc/auth.h:166:1: warning: function declaration isn=E2=80=99t =
a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern AUTH *authunix_cre=
ate ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cyg=
win/rpc/auth.h:167:1: warning: function declaration isn=E2=80=99t a prototy=
pe [-Wstrict-prototypes]</div><div>=C2=A0extern AUTH *authunix_create_defau=
lt (); /* takes no parameters */</div><div>=C2=A0^~~~~~</div><div>/home/aub=
it4glsrc/tools/no_rpc/cygwin/rpc/auth.h:168:1: warning: function declaratio=
n isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern AU=
TH *authnone_create (); /* takes no parameters */</div><div>=C2=A0^~~~~~</d=
iv><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:169:1: warning: fu=
nction declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><di=
v>=C2=A0extern AUTH *authdes_create ();</div><div>=C2=A0^~~~~~</div><div>In=
file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:65,</di=
v><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from f=
orm_x_xdr.c:1:</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:1=
26:10: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-pr=
ototypes]</div><div>=C2=A0 =C2=A0 =C2=A0enum clnt_stat (*cl_call) (); /* ca=
ll remote procedure */</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~=
~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:127:5: warnin=
g: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</di=
v><div>=C2=A0 =C2=A0 =C2=A0void (*cl_abort) (); /* abort a call */</div><di=
v>=C2=A0 =C2=A0 =C2=A0^~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/=
rpc/clnt.h:128:5: warning: function declaration isn=E2=80=99t a prototype [=
-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0void (*cl_geterr) (); /*=
get specific error code */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~</div><div>/h=
ome/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:129:7: warning: function dec=
laration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =
=C2=A0 =C2=A0 =C2=A0bool_t (*cl_freeres) (); /* frees results */</div><div>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/=
cygwin/rpc/clnt.h:130:5: warning: function declaration isn=E2=80=99t a prot=
otype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0void (*cl_destroy=
) (); /* destroy this structure */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~</div>=
<div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:131:7: warning: funct=
ion declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0bool_t (*cl_control) (); /* the ioctl() of rpc *=
/</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~</div><div>/home/aubit4glsrc/t=
ools/no_rpc/cygwin/rpc/clnt.h:250:1: warning: function declaration isn=E2=
=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern CLIENT *cl=
ntraw_create ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/n=
o_rpc/cygwin/rpc/clnt.h:256:1: warning: function declaration isn=E2=80=99t =
a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern CLIENT *clnt_creat=
e ( /*host, prog, vers, prot */ ); /*</div><div>=C2=A0^~~~~~</div><div>/hom=
e/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:277:1: warning: function decla=
ration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0exte=
rn CLIENT *clnttcp_create ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4=
glsrc/tools/no_rpc/cygwin/rpc/clnt.h:300:1: warning: function declaration i=
sn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern CLIEN=
T *clntudp_create ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/to=
ols/no_rpc/cygwin/rpc/clnt.h:301:1: warning: function declaration isn=E2=80=
=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern CLIENT *clntu=
dp_bufcreate ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/n=
o_rpc/cygwin/rpc/clnt.h:306:1: warning: function declaration isn=E2=80=99t =
a prototype [-Wstrict-prototypes]</div><div>=C2=A0void clnt_pcreateerror ( =
/* char *msg */ ); /* stderr */</div><div>=C2=A0^~~~</div><div>/home/aubit4=
glsrc/tools/no_rpc/cygwin/rpc/clnt.h:307:1: warning: function declaration i=
sn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0char *clnt_s=
pcreateerror ( /* char *msg */ ); /* string */</div><div>=C2=A0^~~~</div><d=
iv>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:312:1: warning: functio=
n declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=
=A0void clnt_perrno ( /* enum clnt_stat num */ ); /* stderr */</div><div>=
=C2=A0^~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:317:1=
: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-prototy=
pes]</div><div>=C2=A0void clnt_perror ( /* CLIENT *clnt, char *msg */ ); /*=
stderr */</div><div>=C2=A0^~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cy=
gwin/rpc/clnt.h:318:1: warning: function declaration isn=E2=80=99t a protot=
ype [-Wstrict-prototypes]</div><div>=C2=A0char *clnt_sperror ( /* CLIENT *c=
lnt, char *msg */ ); /* string */</div><div>=C2=A0^~~~</div><div>/home/aubi=
t4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:336:1: warning: function declaration=
isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0char *clnt=
_sperrno ( /* enum clnt_stat num */ ); /* string */</div><div>=C2=A0^~~~</d=
iv><div>In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc=
.h:68,</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0from form_x_xdr.c:1:</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/=
rpc/rpc_msg.h:186:1: warning: function declaration isn=E2=80=99t a prototyp=
e [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_callmsg ();</div>=
<div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_m=
sg.h:194:1: warning: function declaration isn=E2=80=99t a prototype [-Wstri=
ct-prototypes]</div><div>=C2=A0extern bool_t xdr_callhdr ();</div><div>=C2=
=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:202=
:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-proto=
types]</div><div>=C2=A0extern bool_t xdr_replymsg ();</div><div>=C2=A0^~~~~=
~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:210:1: warn=
ing: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</=
div><div>=C2=A0extern void _seterr_reply ();</div><div>=C2=A0^~~~~~</div><d=
iv>In file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:69=
,</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0f=
rom form_x_xdr.c:1:</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/aut=
h_unix.h:64:1: warning: function declaration isn=E2=80=99t a prototype [-Ws=
trict-prototypes]</div><div>=C2=A0extern bool_t xdr_authunix_parms ();</div=
><div>=C2=A0^~~~~~</div><div>In file included from /home/aubit4glsrc/tools/=
no_rpc/cygwin/rpc/rpc.h:77,</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0from form_x_xdr.c:1:</div><div>/home/aubit4glsrc=
/tools/no_rpc/cygwin/rpc/svc.h:78:5: warning: function declaration isn=E2=
=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0boo=
l_t (*xp_recv) (); /* receive incomming requests */</div><div>=C2=A0 =C2=A0=
=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:79:=
10: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-proto=
types]</div><div>=C2=A0 =C2=A0 =C2=A0enum xprt_stat (*xp_stat) (); /* get t=
ransport status */</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~</=
div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:80:7: warning: fun=
ction declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div=
>=C2=A0 =C2=A0 =C2=A0 =C2=A0bool_t (*xp_getargs) (); /* get arguments */</d=
iv><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools=
/no_rpc/cygwin/rpc/svc.h:81:7: warning: function declaration isn=E2=80=99t =
a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0bool=
_t (*xp_reply) (); /* send reply */</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0^~=
~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:82:7: warnin=
g: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</di=
v><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0bool_t (*xp_freeargs) (); /* free mem all=
ocated for args */</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~</div><div>/h=
ome/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:83:5: warning: function decla=
ration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=
=A0 =C2=A0void (*xp_destroy) (); /* destroy this struct */</div><div>=C2=A0=
=C2=A0 =C2=A0^~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.=
h:160:19: warning: "/*" within comment [-Wcomment]</div><div>=C2=
=A0 * int protocol;=C2=A0 /* like TCP or UDP, zero means do not register</d=
iv><div><br></div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:162:=
1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-protot=
ypes]</div><div>=C2=A0extern bool_t svc_register ();</div><div>=C2=A0^~~~~~=
</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:171:1: warning: =
function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><=
div>=C2=A0extern void svc_unregister ();</div><div>=C2=A0^~~~~~</div><div>/=
home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:179:1: warning: function dec=
laration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0ex=
tern void xprt_register ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4gl=
src/tools/no_rpc/cygwin/rpc/svc.h:187:1: warning: function declaration isn=
=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern void xp=
rt_unregister ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/=
no_rpc/cygwin/rpc/svc.h:218:1: warning: function declaration isn=E2=80=99t =
a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t svc_sendrep=
ly ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygw=
in/rpc/svc.h:219:1: warning: function declaration isn=E2=80=99t a prototype=
[-Wstrict-prototypes]</div><div>=C2=A0extern void svcerr_decode ();</div><=
div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:=
220:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-pr=
ototypes]</div><div>=C2=A0extern void svcerr_weakauth ();</div><div>=C2=A0^=
~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:221:1: warn=
ing: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</=
div><div>=C2=A0extern void svcerr_noproc ();</div><div>=C2=A0^~~~~~</div><d=
iv>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:222:1: warning: function=
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=
=A0extern void svcerr_progvers ();</div><div>=C2=A0^~~~~~</div><div>/home/a=
ubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:223:1: warning: function declarati=
on isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern v=
oid svcerr_auth ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tool=
s/no_rpc/cygwin/rpc/svc.h:224:1: warning: function declaration isn=E2=80=99=
t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern void svcerr_nopr=
og ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygw=
in/rpc/svc.h:225:1: warning: function declaration isn=E2=80=99t a prototype=
[-Wstrict-prototypes]</div><div>=C2=A0extern void svcerr_systemerr ();</di=
v><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc=
.h:253:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict=
-prototypes]</div><div>=C2=A0extern void rpctest_service ();</div><div>=C2=
=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:255:1: =
warning: function declaration isn=E2=80=99t a prototype [-Wstrict-prototype=
s]</div><div>=C2=A0extern void svc_getreq ();</div><div>=C2=A0^~~~~~</div><=
div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:256:1: warning: functio=
n declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=
=A0extern void svc_getreqset (); /* takes fdset instead of int */</div><div=
>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:257=
:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-proto=
types]</div><div>=C2=A0extern void svc_run ();=C2=A0 /* never returns */</d=
iv><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/sv=
c.h:271:1: warning: function declaration isn=E2=80=99t a prototype [-Wstric=
t-prototypes]</div><div>=C2=A0extern SVCXPRT *svcraw_create ();</div><div>=
=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:276:=
1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-protot=
ypes]</div><div>=C2=A0extern SVCXPRT *svcudp_create ();</div><div>=C2=A0^~~=
~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:277:1: warnin=
g: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</di=
v><div>=C2=A0extern SVCXPRT *svcudp_bufcreate ();</div><div>=C2=A0^~~~~~</d=
iv><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:282:1: warning: fun=
ction declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div=
>=C2=A0extern SVCXPRT *svctcp_create ();</div><div>=C2=A0^~~~~~</div><div>I=
n file included from /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:78,</d=
iv><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from =
form_x_xdr.c:1:</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc_aut=
h.h:42:13: warning: function declaration isn=E2=80=99t a prototype [-Wstric=
t-prototypes]</div><div>=C2=A0extern enum auth_stat _authenticate ();</div>=
<div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~</div><div>In=
file included from form_x_xdr.c:2:</div><div>form_x.h:65:3: warning: funct=
ion declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=
=C2=A0 =C2=A0bool_t xdr_struct_metrics ();</div><div>=C2=A0 =C2=A0^~~~~~</d=
iv><div>form_x.h:79:3: warning: function declaration isn=E2=80=99t a protot=
ype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_form_fie=
ld ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:96:3: warning: func=
tion declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=
=C2=A0 =C2=A0bool_t xdr_FIELD_ATTRIBUTES_BOOL ();</div><div>=C2=A0 =C2=A0^~=
~~~~</div><div>form_x.h:111:3: warning: function declaration isn=E2=80=99t =
a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_FA_COLO=
UR ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:127:3: warning: fun=
ction declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div=
>=C2=A0 =C2=A0bool_t xdr_FA_ATTRIBUTES_STRING ();</div><div>=C2=A0 =C2=A0^~=
~~~~</div><div>form_x.h:136:3: warning: function declaration isn=E2=80=99t =
a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_=
field_attr_string ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:203:=
3: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-protot=
ypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_scr_field ();</div><div>=C2=
=A0 =C2=A0^~~~~~</div><div>form_x.h:214:3: warning: function declaration is=
n=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t=
xdr_struct_tables ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:222=
:3: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-proto=
types]</div><div>=C2=A0 =C2=A0bool_t xdr_screen_name ();</div><div>=C2=A0 =
=C2=A0^~~~~~</div><div>form_x.h:237:3: warning: function declaration isn=E2=
=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr=
_struct_screen_record ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:=
249:3: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-pr=
ototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_labels ();</div><div>=C2=
=A0 =C2=A0^~~~~~</div><div>form_x.h:336:3: warning: function declaration is=
n=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t=
xdr_struct_form ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:410:1=
7: warning: redundant redeclaration of =E2=80=98xdr_struct_metrics=E2=80=99=
[-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_metric=
s (XDR *, struct_metrics *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~</div><div>form_x.h:65:10: not=
e: previous declaration of =E2=80=98xdr_struct_metrics=E2=80=99 was here</d=
iv><div>=C2=A0 =C2=A0bool_t xdr_struct_metrics ();</div><div>=C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~</div><div>form_x.h:411:17: warning:=
redundant redeclaration of =E2=80=98xdr_struct_form_field=E2=80=99 [-Wredu=
ndant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_form_field (XD=
R *, struct_form_field *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:79:10: not=
e: previous declaration of =E2=80=98xdr_struct_form_field=E2=80=99 was here=
</div><div>=C2=A0 =C2=A0bool_t xdr_struct_form_field ();</div><div>=C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:412:17=
: warning: redundant redeclaration of =E2=80=98xdr_FIELD_ATTRIBUTES_BOOL=E2=
=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_FIELD_A=
TTRIBUTES_BOOL (XDR *, FIELD_ATTRIBUTES_BOOL *);</div><div>=C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~~~~~~</=
div><div>form_x.h:96:10: note: previous declaration of =E2=80=98xdr_FIELD_A=
TTRIBUTES_BOOL=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_FIELD_AT=
TRIBUTES_BOOL ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~=
~~~~~~~~~~~~~</div><div>form_x.h:413:17: warning: redundant redeclaration o=
f =E2=80=98xdr_FA_COLOUR=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=
=A0extern bool_t xdr_FA_COLOUR (XDR *, FA_COLOUR *);</div><div>=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~</div><div=
>form_x.h:111:10: note: previous declaration of =E2=80=98xdr_FA_COLOUR=E2=
=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_FA_COLOUR ();</div><div>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~</div><div>form_x.h:414:17:=
warning: redundant redeclaration of =E2=80=98xdr_FA_ATTRIBUTES_STRING=E2=
=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_FA_ATTR=
IBUTES_STRING (XDR *, FA_ATTRIBUTES_STRING *);</div><div>=C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~~~~~</div>=
<div>form_x.h:127:10: note: previous declaration of =E2=80=98xdr_FA_ATTRIBU=
TES_STRING=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_FA_ATTRIBUTE=
S_STRING ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~=
~~~~~~~</div><div>form_x.h:415:17: warning: redundant redeclaration of =E2=
=80=98xdr_struct_field_attr_string=E2=80=99 [-Wredundant-decls]</div><div>=
=C2=A0 =C2=A0extern bool_t xdr_struct_field_attr_string (XDR *,</div><div>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~=
~~~~~~~~~~~~~~~</div><div>form_x.h:136:10: note: previous declaration of =
=E2=80=98xdr_struct_field_attr_string=E2=80=99 was here</div><div>=C2=A0 =
=C2=A0bool_t xdr_struct_field_attr_string ();</div><div>=C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:418:17: w=
arning: redundant redeclaration of =E2=80=98xdr_struct_scr_field=E2=80=99 [=
-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_scr_fiel=
d (XDR *, struct_scr_field *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:203:10:=
note: previous declaration of =E2=80=98xdr_struct_scr_field=E2=80=99 was h=
ere</div><div>=C2=A0 =C2=A0bool_t xdr_struct_scr_field ();</div><div>=C2=A0=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:419:17=
: warning: redundant redeclaration of =E2=80=98xdr_struct_tables=E2=80=99 [=
-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_tables (=
XDR *, struct_tables *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~</div><div>form_x.h:214:10: note: =
previous declaration of =E2=80=98xdr_struct_tables=E2=80=99 was here</div><=
div>=C2=A0 =C2=A0bool_t xdr_struct_tables ();</div><div>=C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~</div><div>form_x.h:420:17: warning: red=
undant redeclaration of =E2=80=98xdr_screen_name=E2=80=99 [-Wredundant-decl=
s]</div><div>=C2=A0 =C2=A0extern bool_t xdr_screen_name (XDR *, screen_name=
*);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0^~~~~~~~~~~~~~~</div><div>form_x.h:222:10: note: previous declaration of=
=E2=80=98xdr_screen_name=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t x=
dr_screen_name ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~=
~~~~</div><div>form_x.h:421:17: warning: redundant redeclaration of =E2=80=
=98xdr_struct_screen_record=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =
=C2=A0extern bool_t xdr_struct_screen_record (XDR *, struct_screen_record *=
);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
^~~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:237:10: note: previous declarat=
ion of =E2=80=98xdr_struct_screen_record=E2=80=99 was here</div><div>=C2=A0=
=C2=A0bool_t xdr_struct_screen_record ();</div><div>=C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:422:17: warning: =
redundant redeclaration of =E2=80=98xdr_struct_labels=E2=80=99 [-Wredundant=
-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_labels (XDR *, stru=
ct_labels *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0^~~~~~~~~~~~~~~~~</div><div>form_x.h:249:10: note: previous de=
claration of =E2=80=98xdr_struct_labels=E2=80=99 was here</div><div>=C2=A0 =
=C2=A0bool_t xdr_struct_labels ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 ^~~~~~~~~~~~~~~~~</div><div>form_x.h:423:17: warning: redundant rede=
claration of =E2=80=98xdr_struct_form=E2=80=99 [-Wredundant-decls]</div><di=
v>=C2=A0 =C2=A0extern bool_t xdr_struct_form (XDR *, struct_form *);</div><=
div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~=
~~~~~~</div><div>form_x.h:336:10: note: previous declaration of =E2=80=98xd=
r_struct_form=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_struct_fo=
rm ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~</div><d=
iv>gmake[1]: *** [Makefile:207: form_x_xdr.o] Error 1</div><div>gmake[1]: L=
eaving directory '/home/aubit4glsrc/common/dataio'</div><div>make: =
*** [Makefile:283: corecompile] Error 2</div><div><br></div><div>Regards,</=
div><div><br></div><div>Iwan</div></div></div></div><br><div class=3D"gmail=
_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sun, Jan 29, 2023 at 3:07 =
PM Mike Aubury <<a href=3D"mailto:[email protected]">[email protected]</a>>=
wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px =
0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir=
=3D"auto">In all those warnings I can't see an actual error?<div dir=3D=
"auto">Is there any more output?=C2=A0</div></div><br><div class=3D"gmail_q=
uote"><div dir=3D"ltr" class=3D"gmail_attr">On Sun, 29 Jan 2023, 00:56 Iwan=
AB, <<a href=3D"mailto:[email protected]" target=3D"_blank">iw87cs@gmail=
.com</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"mar=
gin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1=
ex"><div dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr">Dear Mike,<div><br><=
/div><div>I got the following error when install aubit4gl 1.6.1 on Rocky Li=
nux 8.5</div><div><br></div><div><div>In file included from form_x_xdr.c:2:=
</div><div>form_x.h:65:3: warning: function declaration isn=E2=80=99t a pro=
totype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_metri=
cs ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:79:3: warning: func=
tion declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=
=C2=A0 =C2=A0bool_t xdr_struct_form_field ();</div><div>=C2=A0 =C2=A0^~~~~~=
</div><div>form_x.h:96:3: warning: function declaration isn=E2=80=99t a pro=
totype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_FIELD_ATTRIB=
UTES_BOOL ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:111:3: warni=
ng: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</d=
iv><div>=C2=A0 =C2=A0bool_t xdr_FA_COLOUR ();</div><div>=C2=A0 =C2=A0^~~~~~=
</div><div>form_x.h:127:3: warning: function declaration isn=E2=80=99t a pr=
ototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_FA_ATTRIBUT=
ES_STRING ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:136:3: warni=
ng: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</d=
iv><div>=C2=A0 =C2=A0bool_t xdr_struct_field_attr_string ();</div><div>=C2=
=A0 =C2=A0^~~~~~</div><div>form_x.h:203:3: warning: function declaration is=
n=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t=
xdr_struct_scr_field ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:=
214:3: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-pr=
ototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_tables ();</div><div>=C2=
=A0 =C2=A0^~~~~~</div><div>form_x.h:222:3: warning: function declaration is=
n=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t=
xdr_screen_name ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:237:3=
: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-prototy=
pes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_screen_record ();</div><div>=
=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:249:3: warning: function declaration=
isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0boo=
l_t xdr_struct_labels ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:=
336:3: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-pr=
ototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_form ();</div><div>=C2=
=A0 =C2=A0^~~~~~</div><div>form_x.h:410:17: warning: redundant redeclaratio=
n of =E2=80=98xdr_struct_metrics=E2=80=99 [-Wredundant-decls]</div><div>=C2=
=A0 =C2=A0extern bool_t xdr_struct_metrics (XDR *, struct_metrics *);</div>=
<div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~=
~~~~~~~~~~</div><div>form_x.h:65:10: note: previous declaration of =E2=80=
=98xdr_struct_metrics=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_s=
truct_metrics ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~=
~~~~~~</div><div>form_x.h:411:17: warning: redundant redeclaration of =E2=
=80=98xdr_struct_form_field=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =
=C2=A0extern bool_t xdr_struct_form_field (XDR *, struct_form_field *);</di=
v><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~=
~~~~~~~~~~~~~~~</div><div>form_x.h:79:10: note: previous declaration of =E2=
=80=98xdr_struct_form_field=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t=
xdr_struct_form_field ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~=
~~~~~~~~~~~~~~~~~~</div><div>form_x.h:412:17: warning: redundant redeclarat=
ion of =E2=80=98xdr_FIELD_ATTRIBUTES_BOOL=E2=80=99 [-Wredundant-decls]</div=
><div>=C2=A0 =C2=A0extern bool_t xdr_FIELD_ATTRIBUTES_BOOL (XDR *, FIELD_AT=
TRIBUTES_BOOL *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:96:10: note: =
previous declaration of =E2=80=98xdr_FIELD_ATTRIBUTES_BOOL=E2=80=99 was her=
e</div><div>=C2=A0 =C2=A0bool_t xdr_FIELD_ATTRIBUTES_BOOL ();</div><div>=C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x.=
h:413:17: warning: redundant redeclaration of =E2=80=98xdr_FA_COLOUR=E2=80=
=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_FA_COLOUR =
(XDR *, FA_COLOUR *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~</div><div>form_x.h:111:10: note: previous=
declaration of =E2=80=98xdr_FA_COLOUR=E2=80=99 was here</div><div>=C2=A0 =
=C2=A0bool_t xdr_FA_COLOUR ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
^~~~~~~~~~~~~</div><div>form_x.h:414:17: warning: redundant redeclaration =
of =E2=80=98xdr_FA_ATTRIBUTES_STRING=E2=80=99 [-Wredundant-decls]</div><div=
>=C2=A0 =C2=A0extern bool_t xdr_FA_ATTRIBUTES_STRING (XDR *, FA_ATTRIBUTES_=
STRING *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:127:10: note: previou=
s declaration of =E2=80=98xdr_FA_ATTRIBUTES_STRING=E2=80=99 was here</div><=
div>=C2=A0 =C2=A0bool_t xdr_FA_ATTRIBUTES_STRING ();</div><div>=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:415:17=
: warning: redundant redeclaration of =E2=80=98xdr_struct_field_attr_string=
=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_stru=
ct_field_attr_string (XDR *,</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:=
136:10: note: previous declaration of =E2=80=98xdr_struct_field_attr_string=
=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_struct_field_attr_stri=
ng ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~~~=
~~~~~</div><div>form_x.h:418:17: warning: redundant redeclaration of =E2=80=
=98xdr_struct_scr_field=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=
=A0extern bool_t xdr_struct_scr_field (XDR *, struct_scr_field *);</div><di=
v>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~=
~~~~~~~~~</div><div>form_x.h:203:10: note: previous declaration of =E2=80=
=98xdr_struct_scr_field=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr=
_struct_scr_field ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~=
~~~~~~~~~~~~</div><div>form_x.h:419:17: warning: redundant redeclaration of=
=E2=80=98xdr_struct_tables=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =
=C2=A0extern bool_t xdr_struct_tables (XDR *, struct_tables *);</div><div>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~=
~~~~</div><div>form_x.h:214:10: note: previous declaration of =E2=80=98xdr_=
struct_tables=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_struct_ta=
bles ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~</di=
v><div>form_x.h:420:17: warning: redundant redeclaration of =E2=80=98xdr_sc=
reen_name=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t=
xdr_screen_name (XDR *, screen_name *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~</div><div>form_x.h:22=
2:10: note: previous declaration of =E2=80=98xdr_screen_name=E2=80=99 was h=
ere</div><div>=C2=A0 =C2=A0bool_t xdr_screen_name ();</div><div>=C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~</div><div>form_x.h:421:17: warning=
: redundant redeclaration of =E2=80=98xdr_struct_screen_record=E2=80=99 [-W=
redundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_screen_rec=
ord (XDR *, struct_screen_record *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x=
.h:237:10: note: previous declaration of =E2=80=98xdr_struct_screen_record=
=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_struct_screen_record (=
);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~~~~</d=
iv><div>form_x.h:422:17: warning: redundant redeclaration of =E2=80=98xdr_s=
truct_labels=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern boo=
l_t xdr_struct_labels (XDR *, struct_labels *);</div><div>=C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~</div><div>fo=
rm_x.h:249:10: note: previous declaration of =E2=80=98xdr_struct_labels=E2=
=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_struct_labels ();</div><d=
iv>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~</div><div>form_x.h:=
423:17: warning: redundant redeclaration of =E2=80=98xdr_struct_form=E2=80=
=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_for=
m (XDR *, struct_form *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~</div><div>form_x.h:336:10: note: pr=
evious declaration of =E2=80=98xdr_struct_form=E2=80=99 was here</div><div>=
=C2=A0 =C2=A0bool_t xdr_struct_form ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 ^~~~~~~~~~~~~~~</div><div>gmake[1]: *** [Makefile:207: form_x_xd=
r.o] Error 1</div><div>gmake[1]: Leaving directory '/home/aubit4glsrc/c=
ommon/dataio'</div><div>make: *** [Makefile:283: corecompile] Error 2</=
div></div><div><br></div><div>Any idea what should I do to overcome that? p=
lease help...</div><div><br></div><div>Thanks in advance,</div><div><br></d=
iv><div>Iwan</div></div></div></div>
_______________________________________________<br>
Aubit4gl-discuss mailing list<br>
<a href=3D"mailto:[email protected]" rel=3D"noreferrer=
" target=3D"_blank">[email protected]</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss" r=
el=3D"noreferrer noreferrer" target=3D"_blank">https://lists.sourceforge.ne=
t/lists/listinfo/aubit4gl-discuss</a><br>
</blockquote></div>
</blockquote></div>
--00000000000087000b05f363727e--
--===============8033032206630368776==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============8033032206630368776==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
--===============8033032206630368776==--