Re: Error in last compilation.
Mike Aubury <[email protected]> Wed, 13 Sep 2023 21:01:58 +0100
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAGAq4WFAkkUvsFx27ad5nQo83h1QdmCWn0vMo1n=aoHyEesphA@mail.gmail.com> |
--===============5486070235111376141== Content-Type: multipart/alternative; boundary="000000000000e2679606054308c4" --000000000000e2679606054308c4 Content-Type: text/plain; charset="UTF-8" Is this on a new machine? Upgraded operating system? I've not changed anything to do with locales recently that I can think of! On Wed, 13 Sept 2023, 21:00 Carlos Alberto Correa Fayad, < [email protected]> wrote: > Hi, > > In last compilation, this error. > > Thanks > > libahtmllib.c: In function 'aclfgl_vread': > libahtmllib.c:2252:4: warning: label 'END_BLOCK_5' defined but not used > [-Wunused-label] > 2252 | END_BLOCK_5: ; > | ^~~~~~~~~~~ > libahtmllib.c:2248:10: warning: label 'CONTINUE_BLOCK_5' defined but not > used [-Wunused-label] > 2248 | CONTINUE_BLOCK_5: ; > | ^~~~~~~~~~~~~~~~ > libahtmllib.c: In function 'aclfgl_vreadall': > libahtmllib.c:2375:10: warning: label 'CONTINUE_BLOCK_6' defined but not > used [-Wunused-label] > 2375 | CONTINUE_BLOCK_6: ; > | ^~~~~~~~~~~~~~~~ > libahtmllib.c: At top level: > libahtmllib.c:3338:1: warning: return type defaults to 'int' > [-Wimplicit-int] > 3338 | aclfgl_html_list(int a) { > | ^~~~~~~~~~~~~~~~ > libahtmllib.c:3338:1: warning: no previous prototype for > 'aclfgl_html_list' [-Wmissing-prototypes] > libahtmllib.c: In function 'aclfgl_html_list': > libahtmllib.c:3344:17: warning: implicit declaration of function 'trim' > [-Wimplicit-function-declaration] > 3344 | trim(s); > | ^~~~ > libahtmllib.c: In function 'aclfgl_getstdin': > libahtmllib.c:3414:7: warning: variable 'len' set but not used > [-Wunused-but-set-variable] > 3414 | short len ; > | ^~~ > libahtmllib.c: At top level: > libahtmllib.c:56:13: warning: 'a4gl_show_compiled_version' defined but not > used [-Wunused-function] > 56 | static void a4gl_show_compiled_version(void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > libahtmllib.c:55:19: warning: '_rcsid' defined but not used > [-Wunused-const-variable=] > 55 | static char const _rcsid[]="$FGLIdent: libahtmllib.4gl > Compiler-1.61 Log:Not Set $"; > | ^~~~~~ > HTML library sucesfully compiled. > make[2]: Leaving directory '/opt/aubit4glsrc/tools/html' > /usr/bin/make -C extra_libs/pick > make[2]: Entering directory '/opt/aubit4glsrc/lib/extra_libs/pick' > A4GL_OBJ_EXT=.o A4GL_SQLTYPE=nosql A4GL_LEXTYPE=C ../../../bin/4glc -o > pick_local.o pick.4gl > fcompile -c pick10.per > Assertion failed: Unable to set locale (File:fglwrap.c Line:217) > Err:Program fcompile stopped at '', line number 0. > Error status number -30289. > Assertion failed. > make[2]: *** [Makefile:77: pick10.afr.ao] Error 1 > make[2]: Leaving directory '/opt/aubit4glsrc/lib/extra_libs/pick' > make[1]: *** [Makefile:599: > /opt/aubit4glsrc/plugins-1.6.1/libA4GL_pick.so] Error 2 > make[1]: Leaving directory '/opt/aubit4glsrc/lib' > make: *** [Makefile:285: corecompile] Error 2 > > > _______________________________________________ > Aubit4gl-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss > --000000000000e2679606054308c4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"auto">Is this on a new machine? Upgraded operating system?<div = dir=3D"auto">I've not changed anything to do with locales recently that= I can think of!=C2=A0</div></div><br><div class=3D"gmail_quote"><div dir= =3D"ltr" class=3D"gmail_attr">On Wed, 13 Sept 2023, 21:00 Carlos Alberto Co= rrea Fayad, <<a href=3D"mailto:[email protected]">ccorreafy@linuxm= ail.org</a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"= margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div st= yle=3D"font-family:Verdana;font-size:12.0px"><div>Hi,</div> <div>=C2=A0</div> <div>In last compilation, this error.</div> <div>=C2=A0</div> <div>Thanks</div> <div>=C2=A0</div> <div><span style=3D"font-family:monospace"><span style=3D"color:#000000;bac= kground-color:#ffffff">libahtmllib.c: In function 'aclfgl_vread': <= /span><br> libahtmllib.c:2252:4: warning: label 'END_BLOCK_5' defined but not = used [-Wunused-label]<br> 2252 | =C2=A0=C2=A0=C2=A0END_BLOCK_5: =C2=A0=C2=A0=C2=A0;<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| =C2=A0=C2=A0=C2=A0^~~~~~~~~~~<br> libahtmllib.c:2248:10: warning: label 'CONTINUE_BLOCK_5' defined bu= t not used [-Wunused-label]<br> 2248 | =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0CONTINUE_BLOCK= _5: =C2=A0=C2=A0=C2=A0;<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0^~~~~~~~~~~~~~~~<br> libahtmllib.c: In function 'aclfgl_vreadall':<br> libahtmllib.c:2375:10: warning: label 'CONTINUE_BLOCK_6' defined bu= t not used [-Wunused-label]<br> 2375 | =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0CONTINUE_BLOCK= _6: =C2=A0=C2=A0=C2=A0;<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0^~~~~~~~~~~~~~~~<br> libahtmllib.c: At top level:<br> libahtmllib.c:3338:1: warning: return type defaults to 'int' [-Wimp= licit-int]<br> 3338 | aclfgl_html_list(int a) {<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| ^~~~~~~~~~~~~~~~<br> libahtmllib.c:3338:1: warning: no previous prototype for 'aclfgl_html_l= ist' [-Wmissing-prototypes]<br> libahtmllib.c: In function 'aclfgl_html_list':<br> libahtmllib.c:3344:17: warning: implicit declaration of function 'trim&= #39; [-Wimplicit-function-declaration]<br> 3344 | =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0trim(s);<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~<br> libahtmllib.c: In function 'aclfgl_getstdin':<br> libahtmllib.c:3414:7: warning: variable 'len' set but not used [-Wu= nused-but-set-variable]<br> 3414 | short len ;<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~<br> libahtmllib.c: At top level:<br> libahtmllib.c:56:13: warning: 'a4gl_show_compiled_version' defined = but not used [-Wunused-function]<br> =C2=A0=C2=A056 | static void a4gl_show_compiled_version(void) {<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~~~~~~~~~~~~~~~<br> libahtmllib.c:55:19: warning: '_rcsid' defined but not used [-Wunus= ed-const-variable=3D]<br> =C2=A0=C2=A055 | static char const _rcsid[]=3D"$FGLIdent: libahtmllib.= 4gl Compiler-1.61 =C2=A0Log:Not Set $";<br> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~<br= > HTML library sucesfully compiled.<br> make[2]: Leaving directory '/opt/aubit4glsrc/tools/html'<br> /usr/bin/make -C extra_libs/pick<br> make[2]: Entering directory '/opt/aubit4glsrc/lib/extra_libs/pick'<= br> A4GL_OBJ_EXT=3D.o A4GL_SQLTYPE=3Dnosql A4GL_LEXTYPE=3DC ../../../bin/4glc -= o pick_local.o =C2=A0pick.4gl<br> fcompile -c pick10.per<br> Assertion failed: Unable to set locale (File:fglwrap.c Line:217)<br> Err:Program fcompile stopped at '', line number 0.<br> Error status number -30289.<br> Assertion failed.<br> make[2]: *** [Makefile:77: <a href=3D"http://pick10.afr.ao" target=3D"_blan= k" rel=3D"noreferrer">pick10.afr.ao</a>] Error 1<br> make[2]: Leaving directory '/opt/aubit4glsrc/lib/extra_libs/pick'<b= r> make[1]: *** [Makefile:599: /opt/aubit4glsrc/plugins-1.6.1/libA4GL_pick.so]= Error 2<br> make[1]: Leaving directory '/opt/aubit4glsrc/lib'<br> make: *** [Makefile:285: corecompile] Error 2</span><br> <br> =C2=A0</div></div></div> _______________________________________________<br> Aubit4gl-discuss mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank"= rel=3D"noreferrer">[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> --000000000000e2679606054308c4-- --===============5486070235111376141== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============5486070235111376141== 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 --===============5486070235111376141==--