Re: Problem in compilation
"Carlos Alberto Correa Fayad" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <trinity-eba1d1d3-cd6c-45a0-9ea7-29bcae0019d3-1449328827204@3capp-mailcom-lxa11> |
Thanks Mike All work fine Carlos Sent: Thursday, December 03, 2015 at 5:16 AM From: "Mike Aubury" <[email protected]> To: "Carlos Alberto Correa Fayad" <[email protected]> Subject: Re: [Aubit4gl-discuss] Problem in compilation Can you try it again ? I realised I only committed half of the changes for a new "default value for parameters" enhancement... main call bibble(1,1,3) call bibble(1,2) call bibble(1) end main function bibble(a,b=99,c=999) define a,b,c integer display a," ",b, " ",c end function 1 1 3 1 2 999 1 99 999 (Only allows defaults for "simple" variables - and they need to be at the end, and there need to be no "complex" variables in between) On 3 December 2015 at 05:23, <[email protected]> wrote: > Hi, all > > This problem when execute make, thanks for all > > compile_c.c:6866:6: aviso: demasiados argumentos para el formato [-Wformat-extra-args] > upshift (variable), downshift (variable), downshift (variable), size, downshift (variable)); > ^ > compile_c.c: En la función ‘isDynamicArraySubscript’: > compile_c.c:7029:8: aviso: variable ‘smbuff’ sin usar [-Wunused-variable] > char smbuff[256]; > ^ > compile_c.c:7028:15: aviso: variable ‘buff’ sin usar [-Wunused-variable] > static char buff[256]; > ^ > compile_c.c: En la función ‘local_expr_as_string’: > compile_c.c:7860:24: aviso: variable ‘l’ sin usar [-Wunused-variable] > struct expr_str_list *l; > ^ > compile_c.c:7859:6: aviso: variable ‘nparam’ sin usar [-Wunused-variable] > int nparam = 0; > ^ > compile_c.c:7858:6: aviso: variable ‘a’ sin usar [-Wunused-variable] > int a; > ^ > compile_c.c:7901:24: aviso: variable ‘l’ sin usar [-Wunused-variable] > struct expr_str_list *l; > ^ > compile_c.c:7900:6: aviso: variable ‘nparam’ sin usar [-Wunused-variable] > int nparam = 0; > ^ > compile_c.c:7899:6: aviso: variable ‘a’ sin usar [-Wunused-variable] > int a; > ^ > <builtin>: recipe for target 'compile_c.o' failed > gmake[2]: *** [compile_c.o] Error 1 > gmake[2]: Leaving directory '/opt/aubit4glsrc/lib/liblex/lex_esqlc' > Makefile:304: recipe for target '/opt/aubit4glsrc/plugins-1.2_38/libLEX_EC.so' failed > gmake[1]: *** [/opt/aubit4glsrc/plugins-1.2_38/libLEX_EC.so] Error 2 > gmake[1]: Leaving directory '/opt/aubit4glsrc/lib' > Makefile:280: recipe for target 'corecompile' failed > make: *** [corecompile] Error 2 > > ------------------------------------------------------------------------------ > Go from Idea to Many App Stores Faster with Intel(R) XDK > Give your users amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 > _______________________________________________ > Aubit4gl-discuss mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ Aubit4gl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss