Re: Error installing aubit4gl on Rocky Linux 8.5

Mike Aubury <[email protected]> Mon, 30 Jan 2023 15:47:50 +0000
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <CAGAq4WFdNNUppPbm3uzs8HsNiv8=p9Jp+KFuDJfcnM_RxDOAJQ@mail.gmail.com>
--===============8037035720582679329==
Content-Type: multipart/alternative; boundary="000000000000d4908f05f37d23bf"

--000000000000d4908f05f37d23bf
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Ok - the error :

home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:74:5: error: unknown type
name =E2=96=92~@~Xu_int32=E2=96=92~@~Y

     u_int32 high;

     ^~~~~~~

/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:75:5: error: unknown type
name =E2=96=92~@~Xu_int32=E2=96=92~@~Y

     u_int32 low;

     ^~~~~~~




Might be best to see if you can install the sunrpc package so its not using
the pre-generated versions


On Sun, 29 Jan 2023 at 09:09, Iwan AB <[email protected]> wrote:

> 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 -DDEB=
UG
> -DHAVE_CONFIG_H=3D -I/home/aubit4glsrc/incl -I/home/aubit4glsrc  -fPIC -D=
PIC
> | 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 typ=
e
> name =E2=80=98u_int32=E2=80=99
>      u_int32 high;
>      ^~~~~~~
> /home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:75:5: error: unknown typ=
e
> 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: functio=
n
> 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_=
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_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_fi=
eld=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_ATTRIBUT=
ES_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_COLO=
UR=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=
_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_fi=
eld=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_tables=
=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_screen=
_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_labels=
=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
>
> 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_metri=
cs=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_=
field=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_BOO=
L
>>> *);
>>>                  ^~~~~~~~~~~~~~~~~~~~~~~~~
>>> 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_CO=
LOUR=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_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_=
field=E2=80=99
>>> was here
>>>    bool_t xdr_struct_scr_field ();
>>>           ^~~~~~~~~~~~~~~~~~~~
>>> form_x.h:419:17: warning: redundant redeclaration of =E2=80=98xdr_struc=
t_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_tabl=
es=E2=80=99 was
>>> here
>>>    bool_t xdr_struct_tables ();
>>>           ^~~~~~~~~~~~~~~~~
>>> form_x.h:420:17: warning: redundant redeclaration of =E2=80=98xdr_scree=
n_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_screen_record=E2=80=99 was here
>>>    bool_t xdr_struct_screen_record ();
>>>           ^~~~~~~~~~~~~~~~~~~~~~~~
>>> form_x.h:422:17: warning: redundant redeclaration of =E2=80=98xdr_struc=
t_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_labe=
ls=E2=80=99 was
>>> here
>>>    bool_t xdr_struct_labels ();
>>>           ^~~~~~~~~~~~~~~~~
>>> form_x.h:423:17: warning: redundant redeclaration of =E2=80=98xdr_struc=
t_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
>>>
>> _______________________________________________
> Aubit4gl-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
>

--000000000000d4908f05f37d23bf
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Ok - the error :=C2=A0<div><br></div><blockquote style=3D"=
margin:0 0 0 40px;border:none;padding:0px"><blockquote style=3D"margin:0 0 =
0 40px;border:none;padding:0px"><div>home/aubit4glsrc/tools/no_rpc/cygwin/r=
pc/auth.h:74:5: error: unknown type name =E2=96=92~@~Xu_int32=E2=96=92~@~Y<=
/div></blockquote><blockquote style=3D"margin:0 0 0 40px;border:none;paddin=
g:0px"><div>=C2=A0 =C2=A0 =C2=A0u_int32 high;</div></blockquote><blockquote=
 style=3D"margin:0 0 0 40px;border:none;padding:0px"><div>=C2=A0 =C2=A0 =C2=
=A0^~~~~~~</div></blockquote><blockquote style=3D"margin:0 0 0 40px;border:=
none;padding:0px"><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:75:=
5: error: unknown type name =E2=96=92~@~Xu_int32=E2=96=92~@~Y</div></blockq=
uote><blockquote style=3D"margin:0 0 0 40px;border:none;padding:0px"><div>=
=C2=A0 =C2=A0 =C2=A0u_int32 low;</div></blockquote><blockquote style=3D"mar=
gin:0 0 0 40px;border:none;padding:0px"><div>=C2=A0 =C2=A0 =C2=A0^~~~~~~</d=
iv></blockquote></blockquote><div><br></div><div><br></div><div><br></div><=
div>Might be best to see if you can install the sunrpc package so its not u=
sing the pre-generated versions</div><div><br></div></div><br><div class=3D=
"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sun, 29 Jan 2023 at =
09:09, Iwan AB &lt;<a href=3D"mailto:[email protected]">[email protected]</a>=
&gt; 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"ltr"><div dir=3D"ltr"><div dir=3D"ltr"><div>Dear Mike,</div><div><b=
r></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/src/re=
dhat/SRPMS/=E2=80=99: No such file or directory</div><div>find: =E2=80=98/u=
sr/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><div>+-=
-------------------- C Compiler settings --------------------------+</div><=
div>| CFLAGS=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =3D=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/i=
ncl -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><div>| =
COMPILEDATE=3D29-01-2023 AUBITVERSION=3D1.6 AUBITBUILD=3D1</div><div>| AUBI=
TDIR=3D/home/aubit4glsrc OS=3Dx86_64-pc-linux-gnu TARGET_OS=3Dlinux</div><d=
iv>| CONFIGURE_COMMAND =3D</div><div>+-------------------------------------=
-------------------------------+</div><div>/usr/bin/gmake -C lib/libaubit4g=
l api.headers</div><div>gmake[1]: Entering directory &#39;/home/aubit4glsrc=
/lib/libaubit4gl&#39;</div><div>Sucessfuly created API headers</div><div>gm=
ake[1]: Leaving directory &#39;/home/aubit4glsrc/lib/libaubit4gl&#39;</div>=
<div>Making XGEN</div><div>/usr/bin/gmake -C compilers/xgen</div><div>gmake=
[1]: Entering directory &#39;/home/aubit4glsrc/compilers/xgen&#39;</div><di=
v>Default targets (../../bin/xgen) built successfully.</div><div>gmake[1]: =
Leaving directory &#39;/home/aubit4glsrc/compilers/xgen&#39;</div><div>Maki=
ng Dataio</div><div>/usr/bin/gmake -C common/dataio</div><div>gmake[1]: Ent=
ering directory &#39;/home/aubit4glsrc/common/dataio&#39;</div><div>if test=
 ! -d /home/aubit4glsrc/plugins-1.6.1; then mkdir /home/aubit4glsrc/plugins=
-1.6.1 2&gt; /dev/null; fi</div><div>gcc=C2=A0 -Wall -Wredundant-decls -Wmi=
ssing-declarations -Wmissing-prototypes -Wstrict-prototypes -g=C2=A0 -fPIC =
-DPIC -DSRC_TREE -DDEBUG -DHAVE_CONFIG_H=3D -I/home/aubit4glsrc/incl -I/hom=
e/aubit4glsrc=C2=A0 -fPIC -DPIC -I.. -D_NO_FORM_X_H_ -I/home/aubit4glsrc/to=
ols/no_rpc/cygwin -Wno-unused -c form_x_xdr.c -o form_x_xdr.o</div><div>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=A0from fo=
rm_x_xdr.c:1:</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/types.h:4=
7:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-prot=
otypes]</div><div>=C2=A0extern char *malloc ();</div><div>=C2=A0^~~~~~</div=
><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/types.h:47:14: warning: con=
flicting types for built-in function =E2=80=98malloc=E2=80=99 [-Wbuiltin-de=
claration-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 incl=
uded 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_xdr.=
c:1:</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:99:1: warnin=
g: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</di=
v><div>=C2=A0typedef bool_t (*xdrproc_t) ();</div><div>=C2=A0^~~~~~~</div><=
div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:112:5: warning: functio=
n 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 stre=
am */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~~~</div><div>/home/aubit4glsrc/tool=
s/no_rpc/cygwin/rpc/xdr.h:113:5: warning: function declaration isn=E2=80=99=
t a prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0bool_t (*=
x_putlong) (); /* put a long to &quot; */</div><div>=C2=A0 =C2=A0 =C2=A0^~~=
~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:114:5: warnin=
g: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</di=
v><div>=C2=A0 =C2=A0 =C2=A0bool_t (*x_getbytes) (); /* get some bytes from =
&quot; */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~~~</div><div>/home/aubit4glsrc/=
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=A0boo=
l_t (*x_putbytes) (); /* put some bytes to &quot; */</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-pr=
ototypes]</div><div>=C2=A0 =C2=A0 =C2=A0u_int (*x_getpostn) (); /* returns =
bytes off from beginning */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~~</div><div>/=
home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:117:5: warning: function dec=
laration 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_r=
pc/cygwin/rpc/xdr.h:118:5: warning: function declaration isn=E2=80=99t a pr=
ototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0 =C2=A0long *(*x_inlin=
e) (); /* 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: warnin=
g: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</di=
v><div>=C2=A0 =C2=A0 =C2=A0void (*x_destroy) (); /* free privates of this x=
dr_stream */</div><div>=C2=A0 =C2=A0 =C2=A0^~~~</div><div>/home/aubit4glsrc=
/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_rpc/c=
ygwin/rpc/xdr.h:231:1: warning: function declaration isn=E2=80=99t a protot=
ype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_int ();</div><d=
iv>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:2=
32:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-pro=
totypes]</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: warning: =
function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><=
div>=C2=A0extern bool_t xdr_long ();</div><div>=C2=A0^~~~~~</div><div>/home=
/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:234:1: warning: function declara=
tion isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern=
 bool_t xdr_u_long ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/t=
ools/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_sh=
ort ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cyg=
win/rpc/xdr.h:236:1: warning: function declaration isn=E2=80=99t a prototyp=
e [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_u_short ();</div>=
<div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h=
:237:1: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-p=
rototypes]</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: warning:=
 function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div>=
<div>=C2=A0extern bool_t xdr_enum ();</div><div>=C2=A0^~~~~~</div><div>/hom=
e/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:239:1: warning: function declar=
ation isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0exter=
n bool_t xdr_array ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/t=
ools/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_by=
tes ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cyg=
win/rpc/xdr.h:241:1: warning: function declaration isn=E2=80=99t a prototyp=
e [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_opaque ();</div><=
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-pr=
ototypes]</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: warning=
: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div=
><div>=C2=A0extern bool_t xdr_union ();</div><div>=C2=A0^~~~~~</div><div>/h=
ome/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:244:1: warning: function decl=
aration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0ext=
ern bool_t xdr_char ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/=
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 prot=
otype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_vector ();</d=
iv><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xd=
r.h:247:1: warning: function declaration isn=E2=80=99t a prototype [-Wstric=
t-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: warn=
ing: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</=
div><div>=C2=A0extern bool_t xdr_double ();</div><div>=C2=A0^~~~~~</div><di=
v>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:249:1: warning: function =
declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=
=A0extern bool_t xdr_reference ();</div><div>=C2=A0^~~~~~</div><div>/home/a=
ubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:250:1: warning: function declarati=
on isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern b=
ool_t xdr_pointer ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/to=
ols/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_wr=
apstring ();</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rp=
c/cygwin/rpc/xdr.h:264:1: warning: function declaration isn=E2=80=99t a pro=
totype [-Wstrict-prototypes]</div><div>=C2=A0extern bool_t xdr_netobj ();</=
div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/rpc/x=
dr.h:270:1: warning: function declaration isn=E2=80=99t a prototype [-Wstri=
ct-prototypes]</div><div>=C2=A0extern void xdrmem_create (); /* XDR using m=
emory buffers */</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/n=
o_rpc/cygwin/rpc/xdr.h:271:1: warning: function declaration isn=E2=80=99t a=
 prototype [-Wstrict-prototypes]</div><div>=C2=A0extern void xdrstdio_creat=
e (); /* XDR using stdio library */</div><div>=C2=A0^~~~~~</div><div>/home/=
aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:272:1: warning: function declarat=
ion isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern =
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: warnin=
g: function declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</di=
v><div>=C2=A0extern bool_t xdrrec_endofrecord (); /* make end of xdr record=
 */</div><div>=C2=A0^~~~~~</div><div>/home/aubit4glsrc/tools/no_rpc/cygwin/=
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>/home/=
aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:275:1: warning: function declarat=
ion isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2=A0extern =
bool_t xdrrec_eof (); /* true if no more input */</div><div>=C2=A0^~~~~~</d=
iv><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: erro=
r: 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 &amp; 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: &quot;/*&quot; 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 &#39;/home/aubit4glsrc/common/dataio&#39;</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 &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">mike=
@aubit.com</a>&gt; 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&#39;t see an actua=
l error?<div dir=3D"auto">Is there any more output?=C2=A0</div></div><br><d=
iv class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sun, 29 J=
an 2023, 00:56 Iwan AB, &lt;<a href=3D"mailto:[email protected]" target=3D"_=
blank">[email protected]</a>&gt; 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"ltr"><div dir=3D"ltr"><div dir=3D"ltr">D=
ear Mike,<div><br></div><div>I got the following error when install aubit4g=
l 1.6.1 on Rocky Linux 8.5</div><div><br></div><div><div>In file included f=
rom form_x_xdr.c:2:</div><div>form_x.h:65:3: warning: function 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^~~~~~</div><div>form_x.h:=
79:3: warning: function declaration isn=E2=80=99t a prototype [-Wstrict-pro=
totypes]</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 prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool=
_t xdr_FIELD_ATTRIBUTES_BOOL ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>fo=
rm_x.h:111:3: warning: function declaration isn=E2=80=99t a prototype [-Wst=
rict-prototypes]</div><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 prototype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0boo=
l_t xdr_FA_ATTRIBUTES_STRING ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>fo=
rm_x.h:136:3: warning: function declaration isn=E2=80=99t a prototype [-Wst=
rict-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: funct=
ion declaration isn=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 pro=
totype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_table=
s ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:222:3: warning: func=
tion declaration isn=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 prototyp=
e [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_screen_rec=
ord ();</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:249:3: warning: fu=
nction declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><di=
v>=C2=A0 =C2=A0bool_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 prot=
otype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_form (=
);</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:410:17: warning: redund=
ant redeclaration of =E2=80=98xdr_struct_metrics=E2=80=99 [-Wredundant-decl=
s]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_metrics (XDR *, struct_m=
etrics *);</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 decla=
ration of =E2=80=98xdr_struct_metrics=E2=80=99 was here</div><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 red=
eclaration 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_fo=
rm_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: note: previous de=
claration 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: red=
undant redeclaration of =E2=80=98xdr_FIELD_ATTRIBUTES_BOOL=E2=80=99 [-Wredu=
ndant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_FIELD_ATTRIBUTES_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_ATTRIBUTES_BOOL=
=E2=80=99 was here</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</di=
v><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-de=
cls]</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: previous declaration of =E2=80=98xdr_FA_ATTRIBUTES_STRING=E2=80=99 w=
as here</div><div>=C2=A0 =C2=A0bool_t xdr_FA_ATTRIBUTES_STRING ();</div><di=
v>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~~~~</div><div>for=
m_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 boo=
l_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><di=
v>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_fiel=
d_attr_string ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~=
~~~~~~~~~~~~~~~~</div><div>form_x.h:418:17: warning: redundant redeclaratio=
n 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><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 o=
f =E2=80=98xdr_struct_scr_field=E2=80=99 was here</div><div>=C2=A0 =C2=A0bo=
ol_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 redeclar=
ation 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_st=
ruct_tables ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~=
~~~</div><div>form_x.h:420:17: warning: redundant redeclaration of =E2=80=
=98xdr_screen_name=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0exte=
rn 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>f=
orm_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 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 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_stru=
ct_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^~~~~~~~~~~~~~~~~~~~~~~~</d=
iv><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_sc=
reen_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 *, struct_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 declaration of =E2=80=98xdr_=
struct_labels=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_struct_la=
bels ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~</di=
v><div>form_x.h:423:17: warning: redundant redeclaration of =E2=80=98xdr_st=
ruct_form=E2=80=99 [-Wredundant-decls]</div><div>=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:33=
6:10: note: previous declaration of =E2=80=98xdr_struct_form=E2=80=99 was h=
ere</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_xdr.o] Error 1</div><div>gmake[1]: Leaving directory &#39;/home=
/aubit4glsrc/common/dataio&#39;</div><div>make: *** [Makefile:283: corecomp=
ile] Error 2</div></div><div><br></div><div>Any idea what should I do to ov=
ercome that? please help...</div><div><br></div><div>Thanks in advance,</di=
v><div><br></div><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>
_______________________________________________<br>
Aubit4gl-discuss mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank"=
>[email protected]</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss" r=
el=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/lists/lis=
tinfo/aubit4gl-discuss</a><br>
</blockquote></div>

--000000000000d4908f05f37d23bf--


--===============8037035720582679329==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============8037035720582679329==
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

--===============8037035720582679329==--