Re: Error installing aubit4gl on Rocky Linux 8.5
Mike Aubury <[email protected]> Sun, 29 Jan 2023 08:07:01 +0000
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <CAGAq4WE=EFg_33mE00-Qy4SqBrhpaK21s6vp1Teb2RSkJtuiWg@mail.gmail.com> |
--===============7907800446445571326== Content-Type: multipart/alternative; boundary="0000000000000ab64505f362968f" --0000000000000ab64505f362968f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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_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 > > 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 > --0000000000000ab64505f362968f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"auto">In all those warnings I can't see an actual error?<di= v dir=3D"auto">Is there any more output?=C2=A0</div></div><br><div class=3D= "gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sun, 29 Jan 2023, 00= :56 Iwan AB, <<a href=3D"mailto:[email protected]">[email protected]</a>&g= t; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 = .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr"><div dir= =3D"ltr"><div dir=3D"ltr">Dear Mike,<div><br></div><div>I got the following= error when install aubit4gl 1.6.1 on Rocky Linux 8.5</div><div><br></div><= div><div>In file included from form_x_xdr.c:2:</div><div>form_x.h:65:3: war= ning: 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-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_st= ruct_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-prototype= s]</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=A0boo= l_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-protot= ypes]</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=A0boo= l_t xdr_struct_field_attr_string ();</div><div>=C2=A0 =C2=A0^~~~~~</div><di= v>form_x.h:203:3: warning: function 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 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-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_screen_name ();</d= iv><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:237:3: warning: function dec= laration 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^~~~~~</di= v><div>form_x.h:249:3: warning: function declaration isn=E2=80=99t a protot= ype [-Wstrict-prototypes]</div><div>=C2=A0 =C2=A0bool_t xdr_struct_labels (= );</div><div>=C2=A0 =C2=A0^~~~~~</div><div>form_x.h:336:3: warning: functio= n declaration isn=E2=80=99t a prototype [-Wstrict-prototypes]</div><div>=C2= =A0 =C2=A0bool_t xdr_struct_form ();</div><div>=C2=A0 =C2=A0^~~~~~</div><di= v>form_x.h:410:17: warning: redundant redeclaration of =E2=80=98xdr_struct_= metrics=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t x= dr_struct_metrics (XDR *, struct_metrics *);</div><div>=C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~</div><div>form= _x.h:65:10: note: previous declaration of =E2=80=98xdr_struct_metrics=E2=80= =99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_struct_metrics ();</div><div= >=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~</div><div>form_x.h:4= 11:17: warning: redundant redeclaration of =E2=80=98xdr_struct_form_field= =E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_stru= ct_form_field (XDR *, 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>fo= rm_x.h:79:10: note: previous declaration of =E2=80=98xdr_struct_form_field= =E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_struct_form_field ();<= /div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~~</div><di= v>form_x.h:412:17: warning: redundant redeclaration of =E2=80=98xdr_FIELD_A= TTRIBUTES_BOOL=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern b= ool_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=A0bo= ol_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: redund= ant redeclaration of =E2=80=98xdr_FA_COLOUR=E2=80=99 [-Wredundant-decls]</d= iv><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=98xd= r_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>for= m_x.h:414:17: warning: redundant redeclaration of =E2=80=98xdr_FA_ATTRIBUTE= S_STRING=E2=80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t = xdr_FA_ATTRIBUTES_STRING (XDR *, FA_ATTRIBUTES_STRING *);</div><div>=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~= ~~~~</div><div>form_x.h:127:10: note: previous declaration of =E2=80=98xdr_= FA_ATTRIBUTES_STRING=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_FA= _ATTRIBUTES_STRING ();</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~= ~~~~~~~~~~~~~~~~~</div><div>form_x.h:415:17: warning: redundant redeclarati= on of =E2=80=98xdr_struct_field_attr_string=E2=80=99 [-Wredundant-decls]</d= iv><div>=C2=A0 =C2=A0extern bool_t xdr_struct_field_attr_string (XDR *,</di= v><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~= ~~~~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:136:10: note: previous declaratio= n 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= : warning: redundant redeclaration of =E2=80=98xdr_struct_scr_field=E2=80= =99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_scr= _field (XDR *, struct_scr_field *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:2= 03:10: note: previous declaration of =E2=80=98xdr_struct_scr_field=E2=80=99= was here</div><div>=C2=A0 =C2=A0bool_t xdr_struct_scr_field ();</div><div>= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~~~~</div><div>form_x.h:= 419:17: warning: redundant redeclaration of =E2=80=98xdr_struct_tables=E2= =80=99 [-Wredundant-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_struct_= tables (XDR *, struct_tables *);</div><div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0^~~~~~~~~~~~~~~~~</div><div>form_x.h:214:10:= note: previous declaration of =E2=80=98xdr_struct_tables=E2=80=99 was here= </div><div>=C2=A0 =C2=A0bool_t xdr_struct_tables ();</div><div>=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 ^~~~~~~~~~~~~~~~~</div><div>form_x.h:420:17: warni= ng: redundant redeclaration of =E2=80=98xdr_screen_name=E2=80=99 [-Wredunda= nt-decls]</div><div>=C2=A0 =C2=A0extern bool_t xdr_screen_name (XDR *, scre= en_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 declara= tion of =E2=80=98xdr_screen_name=E2=80=99 was here</div><div>=C2=A0 =C2=A0b= ool_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_struct_screen_record (XDR *, struct_screen_r= ecord *);</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 d= eclaration 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: wa= rning: redundant redeclaration of =E2=80=98xdr_struct_labels=E2=80=99 [-Wre= dundant-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: prev= ious declaration 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: redunda= nt redeclaration of =E2=80=98xdr_struct_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:336:10: note: previous declaration of =E2= =80=98xdr_struct_form=E2=80=99 was here</div><div>=C2=A0 =C2=A0bool_t xdr_s= truct_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>gma= ke[1]: Leaving directory '/home/aubit4glsrc/common/dataio'</div><di= v>make: *** [Makefile:283: corecompile] Error 2</div></div><div><br></div><= div>Any idea what should I do to overcome that? please help...</div><div><b= r></div><div>Thanks in advance,</div><div><br></div><div>Iwan</div></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> --0000000000000ab64505f362968f-- --===============7907800446445571326== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============7907800446445571326== 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 --===============7907800446445571326==--