Error in compilation

Carlos Alberto Correa Fayad <[email protected]> Sat, 26 Feb 2022 03:49:41 +0100
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <trinity-ec8d7289-96fc-4754-ae2f-622e3fea7078-1645843781936@3c-app-mailcom-lxa15>
+--------------------------------------------------------------------+

| make invoked with flags :

| make invoked in : /opt/aubit4glsrc

| Reading from root makefile variables:

+--------------------- C Compiler settings --------------------------+

| CFLAGS = -Wall -Wredundant-decls -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -fPIC -DPIC -DSRC_TREE -DDEBUG -DHAVE_CONFIG_H= -I/opt/aubit4glsrc/incl -I/opt/a

ubit4glsrc -fPIC -DPIC

| LD_LIBRARY_PATH = /opt/aubit4glsrc/lib:/usr/local/lib:/lib::/lib:/lib/esql

+--------------------------------------------------------------------+

| COMPILEDATE=25-02-2022 AUBITVERSION=1.5 AUBITBUILD=3

| AUBITDIR=/opt/aubit4glsrc OS=x86_64-unknown-linux-gnu TARGET_OS=linux

| CONFIGURE_COMMAND = '--with-pgsqleng=/usr/lib/postgresql' '--with-informix=no'

+--------------------------------------------------------------------+

/usr/bin/make -C lib/libaubit4gl api.headers

make[1]: Entering directory '/opt/aubit4glsrc/lib/libaubit4gl'

Sucessfuly created API headers

make[1]: Leaving directory '/opt/aubit4glsrc/lib/libaubit4gl'

Making XGEN

/usr/bin/make -C compilers/xgen

make[1]: Entering directory '/opt/aubit4glsrc/compilers/xgen'

Default targets (../../bin/xgen) built successfully.

make[1]: Leaving directory '/opt/aubit4glsrc/compilers/xgen'

Making Dataio

/usr/bin/make -C common/dataio

make[1]: Entering directory '/opt/aubit4glsrc/common/dataio'

if test ! -d /opt/aubit4glsrc/plugins-1.5_3; then mkdir /opt/aubit4glsrc/plugins-1.5_3 2> /dev/null; fi

gcc -Wall -Wredundant-decls -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -g -fPIC -DPIC -DSRC_TREE -DDEBUG -DHAVE_CONFIG_H= -I/opt/aubit4glsrc/incl -I/opt/aubit4glsrc -fPI

C -DPIC -I.. -D_NO_FORM_X_H_ -I/opt/aubit4glsrc/tools/no_rpc/cygwin -Wno-unused -c form_x_xdr.c -o form_x_xdr.o

In file included from /opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:50,

from form_x_xdr.c:1:

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/types.h:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

47 | extern char *malloc ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/types.h:47:14: warning: conflicting types for built-in function 'malloc'; expected 'void *(long unsigned int)' [-Wbuiltin-declaration-mismatch]

47 | extern char *malloc ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/types.h:1:1: note: 'malloc' is declared in header '<stdlib.h>'

+++ |+#include <stdlib.h>

1 | /* @(#)types.h 2.3 88/08/15 4.0 RPCSRC */

In file included from /opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:59,

from form_x_xdr.c:1:

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

99 | typedef bool_t (*xdrproc_t) ();

| ^~~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:112:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

112 | bool_t (*x_getlong) (); /* get a long from underlying stream */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:113:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

113 | bool_t (*x_putlong) (); /* put a long to " */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:114:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

114 | bool_t (*x_getbytes) (); /* get some bytes from " */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:115:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

115 | bool_t (*x_putbytes) (); /* put some bytes to " */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:116:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

116 | u_int (*x_getpostn) (); /* returns bytes off from beginning */

| ^~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:117:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

117 | bool_t (*x_setpostn) (); /* lets you reposition the stream */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:118:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

118 | long *(*x_inline) (); /* buf quick ptr to buffered data */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:119:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

119 | void (*x_destroy) (); /* free privates of this xdr_stream */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:230:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

230 | extern bool_t xdr_void ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:231:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

231 | extern bool_t xdr_int ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:232:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

232 | extern bool_t xdr_u_int ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

233 | extern bool_t xdr_long ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:234:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

234 | extern bool_t xdr_u_long ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:235:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

235 | extern bool_t xdr_short ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:236:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

236 | extern bool_t xdr_u_short ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:237:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

237 | extern bool_t xdr_bool ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:238:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

238 | extern bool_t xdr_enum ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:239:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

239 | extern bool_t xdr_array ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:240:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

240 | extern bool_t xdr_bytes ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:241:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

241 | extern bool_t xdr_opaque ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:242:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

242 | extern bool_t xdr_string ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:243:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

243 | extern bool_t xdr_union ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:244:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

244 | extern bool_t xdr_char ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:245:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

245 | extern bool_t xdr_u_char ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:246:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

246 | extern bool_t xdr_vector ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

247 | extern bool_t xdr_float ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:248:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

248 | extern bool_t xdr_double ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:249:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

249 | extern bool_t xdr_reference ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:250:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

250 | extern bool_t xdr_pointer ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

251 | extern bool_t xdr_wrapstring ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:264:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

264 | extern bool_t xdr_netobj ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:270:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

270 | extern void xdrmem_create (); /* XDR using memory buffers */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

271 | extern void xdrstdio_create (); /* XDR using stdio library */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:272:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

272 | extern void xdrrec_create (); /* XDR pseudo records for tcp */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:273:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

273 | extern bool_t xdrrec_endofrecord (); /* make end of xdr record */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:274:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

274 | extern bool_t xdrrec_skiprecord (); /* move to beginning of next record */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/xdr.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

275 | extern bool_t xdrrec_eof (); /* true if no more input */

| ^~~~~~

In file included from /opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:62,

from form_x_xdr.c:1:

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:74:5: error: unknown type name 'u_int32'

74 | u_int32 high;

| ^~~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:75:5: error: unknown type name 'u_int32'

75 | u_int32 low;

| ^~~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

81 | extern bool_t xdr_des_block ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:104:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

104 | void (*ah_nextverf) ();

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:105:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

105 | int (*ah_marshal) (); /* nextverf & serialize */

| ^~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:106:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

106 | int (*ah_validate) (); /* validate varifier */

| ^~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:107:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

107 | int (*ah_refresh) (); /* refresh credentials */

| ^~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:108:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

108 | void (*ah_destroy) (); /* destroy this structure */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:166:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

166 | extern AUTH *authunix_create ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:167:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

167 | extern AUTH *authunix_create_default (); /* takes no parameters */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:168:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

168 | extern AUTH *authnone_create (); /* takes no parameters */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth.h:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

169 | extern AUTH *authdes_create ();

| ^~~~~~

In file included from /opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:65,

from form_x_xdr.c:1:

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:126:10: warning: function declaration isn't a prototype [-Wstrict-prototypes]

126 | enum clnt_stat (*cl_call) (); /* call remote procedure */

| ^~~~~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:127:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

127 | void (*cl_abort) (); /* abort a call */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:128:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

128 | void (*cl_geterr) (); /* get specific error code */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:129:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]

129 | bool_t (*cl_freeres) (); /* frees results */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:130:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

130 | void (*cl_destroy) (); /* destroy this structure */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:131:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]

131 | bool_t (*cl_control) (); /* the ioctl() of rpc */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:250:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

250 | extern CLIENT *clntraw_create ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:256:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

256 | extern CLIENT *clnt_create ( /*host, prog, vers, prot */ ); /*

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:277:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

277 | extern CLIENT *clnttcp_create ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:300:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

300 | extern CLIENT *clntudp_create ();

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:301:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

301 | extern CLIENT *clntudp_bufcreate ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:306:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

306 | void clnt_pcreateerror ( /* char *msg */ ); /* stderr */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:307:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

307 | char *clnt_spcreateerror ( /* char *msg */ ); /* string */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:312:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

312 | void clnt_perrno ( /* enum clnt_stat num */ ); /* stderr */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:317:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

317 | void clnt_perror ( /* CLIENT *clnt, char *msg */ ); /* stderr */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:318:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

318 | char *clnt_sperror ( /* CLIENT *clnt, char *msg */ ); /* string */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/clnt.h:336:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

336 | char *clnt_sperrno ( /* enum clnt_stat num */ ); /* string */

| ^~~~

In file included from /opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:68,

from form_x_xdr.c:1:

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:186:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

186 | extern bool_t xdr_callmsg ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:194:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

194 | extern bool_t xdr_callhdr ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:202:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

202 | extern bool_t xdr_replymsg ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc_msg.h:210:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

210 | extern void _seterr_reply ();

| ^~~~~~

In file included from /opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:69,

from form_x_xdr.c:1:

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/auth_unix.h:64:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

64 | extern bool_t xdr_authunix_parms ();

| ^~~~~~

In file included from /opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:77,

from form_x_xdr.c:1:

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:78:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

78 | bool_t (*xp_recv) (); /* receive incomming requests */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:79:10: warning: function declaration isn't a prototype [-Wstrict-prototypes]

79 | enum xprt_stat (*xp_stat) (); /* get transport status */

| ^~~~~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:80:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]

80 | bool_t (*xp_getargs) (); /* get arguments */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:81:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]

81 | bool_t (*xp_reply) (); /* send reply */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:82:7: warning: function declaration isn't a prototype [-Wstrict-prototypes]

82 | bool_t (*xp_freeargs) (); /* free mem allocated for args */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:83:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]

83 | void (*xp_destroy) (); /* destroy this struct */

| ^~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:160:24: warning: "/*" within comment [-Wcomment]

160 | * int protocol; /* like TCP or UDP, zero means do not register

|

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:162:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

162 | extern bool_t svc_register ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:171:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

171 | extern void svc_unregister ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:179:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

179 | extern void xprt_register ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:187:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

187 | extern void xprt_unregister ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:218:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

218 | extern bool_t svc_sendreply ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:219:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

219 | extern void svcerr_decode ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:220:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

220 | extern void svcerr_weakauth ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:221:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

221 | extern void svcerr_noproc ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:222:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

222 | extern void svcerr_progvers ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:223:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

223 | extern void svcerr_auth ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:224:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

224 | extern void svcerr_noprog ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:225:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

225 | extern void svcerr_systemerr ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:253:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

253 | extern void rpctest_service ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:255:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

255 | extern void svc_getreq ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:256:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

256 | extern void svc_getreqset (); /* takes fdset instead of int */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:257:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

257 | extern void svc_run (); /* never returns */

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

271 | extern SVCXPRT *svcraw_create ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:276:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

276 | extern SVCXPRT *svcudp_create ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:277:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

277 | extern SVCXPRT *svcudp_bufcreate ();

| ^~~~~~

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc.h:282:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

282 | extern SVCXPRT *svctcp_create ();

| ^~~~~~

In file included from /opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/rpc.h:78,

from form_x_xdr.c:1:

/opt/aubit4glsrc/tools/no_rpc/cygwin/rpc/svc_auth.h:42:13: warning: function declaration isn't a prototype [-Wstrict-prototypes]

42 | extern enum auth_stat _authenticate ();

| ^~~~~~~~~

In file included from form_x_xdr.c:2:

form_x.h:65:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

65 | bool_t xdr_struct_metrics ();

| ^~~~~~

form_x.h:79:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

79 | bool_t xdr_struct_form_field ();

| ^~~~~~

form_x.h:96:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

96 | bool_t xdr_FIELD_ATTRIBUTES_BOOL ();

| ^~~~~~

form_x.h:111:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

111 | bool_t xdr_FA_COLOUR ();

| ^~~~~~

form_x.h:127:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

127 | bool_t xdr_FA_ATTRIBUTES_STRING ();

| ^~~~~~

form_x.h:136:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

136 | bool_t xdr_struct_field_attr_string ();

| ^~~~~~

form_x.h:203:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

203 | bool_t xdr_struct_scr_field ();

| ^~~~~~

form_x.h:214:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

214 | bool_t xdr_struct_tables ();

| ^~~~~~

form_x.h:222:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

222 | bool_t xdr_screen_name ();

| ^~~~~~

form_x.h:237:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

237 | bool_t xdr_struct_screen_record ();

| ^~~~~~

form_x.h:249:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

249 | bool_t xdr_struct_labels ();

| ^~~~~~

form_x.h:336:3: warning: function declaration isn't a prototype [-Wstrict-prototypes]

336 | bool_t xdr_struct_form ();

| ^~~~~~

form_x.h:410:17: warning: redundant redeclaration of 'xdr_struct_metrics' [-Wredundant-decls]

410 | extern bool_t xdr_struct_metrics (XDR *, struct_metrics *);

| ^~~~~~~~~~~~~~~~~~

form_x.h:65:10: note: previous declaration of 'xdr_struct_metrics' with type 'int()'

65 | bool_t xdr_struct_metrics ();

| ^~~~~~~~~~~~~~~~~~

form_x.h:411:17: warning: redundant redeclaration of 'xdr_struct_form_field' [-Wredundant-decls]

411 | extern bool_t xdr_struct_form_field (XDR *, struct_form_field *);

| ^~~~~~~~~~~~~~~~~~~~~

form_x.h:79:10: note: previous declaration of 'xdr_struct_form_field' with type 'int()'

79 | bool_t xdr_struct_form_field ();

| ^~~~~~~~~~~~~~~~~~~~~

form_x.h:412:17: warning: redundant redeclaration of 'xdr_FIELD_ATTRIBUTES_BOOL' [-Wredundant-decls]

412 | extern bool_t xdr_FIELD_ATTRIBUTES_BOOL (XDR *, FIELD_ATTRIBUTES_BOOL *);

| ^~~~~~~~~~~~~~~~~~~~~~~~~

form_x.h:96:10: note: previous declaration of 'xdr_FIELD_ATTRIBUTES_BOOL' with type 'int()'

96 | bool_t xdr_FIELD_ATTRIBUTES_BOOL ();

| ^~~~~~~~~~~~~~~~~~~~~~~~~

form_x.h:413:17: warning: redundant redeclaration of 'xdr_FA_COLOUR' [-Wredundant-decls]

413 | extern bool_t xdr_FA_COLOUR (XDR *, FA_COLOUR *);

| ^~~~~~~~~~~~~

form_x.h:111:10: note: previous declaration of 'xdr_FA_COLOUR' with type 'int()'

111 | bool_t xdr_FA_COLOUR ();

| ^~~~~~~~~~~~~

form_x.h:414:17: warning: redundant redeclaration of 'xdr_FA_ATTRIBUTES_STRING' [-Wredundant-decls]

414 | extern bool_t xdr_FA_ATTRIBUTES_STRING (XDR *, FA_ATTRIBUTES_STRING *);

| ^~~~~~~~~~~~~~~~~~~~~~~~

form_x.h:127:10: note: previous declaration of 'xdr_FA_ATTRIBUTES_STRING' with type 'int()'

127 | bool_t xdr_FA_ATTRIBUTES_STRING ();

| ^~~~~~~~~~~~~~~~~~~~~~~~

form_x.h:415:17: warning: redundant redeclaration of 'xdr_struct_field_attr_string' [-Wredundant-decls]

415 | extern bool_t xdr_struct_field_attr_string (XDR *,

| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

form_x.h:136:10: note: previous declaration of 'xdr_struct_field_attr_string' with type 'int()'

136 | bool_t xdr_struct_field_attr_string ();

| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

form_x.h:418:17: warning: redundant redeclaration of 'xdr_struct_scr_field' [-Wredundant-decls]

418 | extern bool_t xdr_struct_scr_field (XDR *, struct_scr_field *);

| ^~~~~~~~~~~~~~~~~~~~

form_x.h:203:10: note: previous declaration of 'xdr_struct_scr_field' with type 'int()'

203 | bool_t xdr_struct_scr_field ();

| ^~~~~~~~~~~~~~~~~~~~

form_x.h:419:17: warning: redundant redeclaration of 'xdr_struct_tables' [-Wredundant-decls]

419 | extern bool_t xdr_struct_tables (XDR *, struct_tables *);

| ^~~~~~~~~~~~~~~~~

form_x.h:214:10: note: previous declaration of 'xdr_struct_tables' with type 'int()'

214 | bool_t xdr_struct_tables ();

| ^~~~~~~~~~~~~~~~~

form_x.h:420:17: warning: redundant redeclaration of 'xdr_screen_name' [-Wredundant-decls]

420 | extern bool_t xdr_screen_name (XDR *, screen_name *);

| ^~~~~~~~~~~~~~~

form_x.h:222:10: note: previous declaration of 'xdr_screen_name' with type 'int()'

222 | bool_t xdr_screen_name ();

| ^~~~~~~~~~~~~~~

form_x.h:421:17: warning: redundant redeclaration of 'xdr_struct_screen_record' [-Wredundant-decls]

421 | extern bool_t xdr_struct_screen_record (XDR *, struct_screen_record *);

| ^~~~~~~~~~~~~~~~~~~~~~~~

form_x.h:237:10: note: previous declaration of 'xdr_struct_screen_record' with type 'int()'

237 | bool_t xdr_struct_screen_record ();

| ^~~~~~~~~~~~~~~~~~~~~~~~

| ^~~~~~~~~~~~~~~~~~~~~~~~

form_x.h:422:17: warning: redundant redeclaration of 'xdr_struct_labels' [-Wredundant-decls]

422 | extern bool_t xdr_struct_labels (XDR *, struct_labels *);

| ^~~~~~~~~~~~~~~~~

form_x.h:249:10: note: previous declaration of 'xdr_struct_labels' with type 'int()'

249 | bool_t xdr_struct_labels ();

| ^~~~~~~~~~~~~~~~~

form_x.h:423:17: warning: redundant redeclaration of 'xdr_struct_form' [-Wredundant-decls]

423 | extern bool_t xdr_struct_form (XDR *, struct_form *);

| ^~~~~~~~~~~~~~~

form_x.h:336:10: note: previous declaration of 'xdr_struct_form' with type 'int()'

336 | bool_t xdr_struct_form ();

| ^~~~~~~~~~~~~~~

make[1]: *** [Makefile:207: form_x_xdr.o] Error 1

make[1]: Leaving directory '/opt/aubit4glsrc/common/dataio'

make: *** [Makefile:283: corecompile] Error 2

Thank

_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss