[Bf-committers] unfreeze! compile error!

John K. Walton bf-committers@blender.org
Wed, 26 Nov 2003 18:28:02 -0500 (EST)


cc-1164 cc: WARNING File = buttons_shading.c, Line = 863
  Argument of type "unsigned int *" is incompatible with parameter of type
          "int *".

                        uiDefButI(block, TOG|BIT|a, 0, "",
(xco+a*(dx/2)), (yco+dy/2), (dx/2), (1+dy/2), &env->notlay, 0, 0, 0, 0,
"Render this layer");

^

cc-1164 cc: WARNING File = buttons_shading.c, Line = 865
  Argument of type "unsigned int *" is incompatible with parameter of type
          "int *".

                        uiDefButI(block, TOG|BIT|(a+10), 0,
"",(xco+a*(dx/2)), yco, (dx/2), (dy/2), &env->notlay, 0, 0, 0, 0, "Render
this layer");

^

cc-1164 cc: WARNING File = buttons_shading.c, Line = 870
  Argument of type "unsigned int *" is incompatible with parameter of type
          "int *".

                        uiDefButI(block, TOG|BIT|a, 0, "",
(xco+a*(dx/2)), (yco+dy/2), (dx/2), (1+dy/2), &env->notlay, 0, 0, 0, 0,
"Render this layer");

^

cc-1164 cc: WARNING File = buttons_shading.c, Line = 872
  Argument of type "unsigned int *" is incompatible with parameter of type
          "int *".

                        uiDefButI(block, TOG|BIT|(a+10), 0,
"",(xco+a*(dx/2)), yco, (dx/2), (dy/2), &env->notlay, 0, 0, 0, 0, "Render
this layer");

^

cc-1552 cc: WARNING File = buttons_shading.c, Line = 1114
  The variable "xco" is set but never used.

                int xco;
                    ^

cc-1552 cc: WARNING File = buttons_shading.c, Line = 1575
  The variable "xco" is set but never used.

        short xco;
              ^

cc-1020 cc: ERROR File = buttons_shading.c, Line = 1949
  The identifier "B_MATHALO" is undefined.

        case B_MATHALO:
             ^

cc-1020 cc: ERROR File = buttons_shading.c, Line = 2217
  The identifier "B_MATHALO" is undefined.

        uiDefButI(block, TOG|BIT|5, B_MATHALO, "Halo",  245,180,65,18,
&(ma->mode), 0, 0, 0, 0, "Render as a halo");
                                    ^

cc-1552 cc: WARNING File = buttons_shading.c, Line = 2311
  The variable "xco" is set but never used.

        int rgbsel = 0, xco= 0;
                        ^

2 errors detected in the compilation of "buttons_shading.c".
gmake[3]: ***
[/usr/demos/blender/obj/irix-6.5-mips/blender/src/buttons_shading.o] Error
2
gmake[2]: *** [all] Error 1
gmake[1]: *** [all] Error 1
gmake: *** [all] Error 1
sgi126 3% 



On Wed, 26 Nov 2003, Ton Roosendaal wrote:

> Hi,
> 
> I've closed the 3 new reports in tracker... and although I know the  
> stream of reports won't ever dry up, let's switch to the next stage!
> 
> Still waiting for a splash design though... but release managers can do  
> a check if it all compiles OK, and use:
> http://download.blender.org/demo/test/test230.1.tar.gz
> as final test.
> 
> Tomorrow I'll also commit a changelog for in the release directory.  
> When then the splash is in, we can tag cvs, wait for all binaries to  
> come in, and release! Hopefully friday or saturday... and then we can  
> finally break stuff in Blender again! :-)
> 
> -Ton-
> 
> ------------------------------------------------------------------------ 
> --
> Ton Roosendaal  Blender Foundation ton@blender.org  
> http://www.blender.org
> 
> _______________________________________________
> Bf-committers mailing list
> Bf-committers@blender.org
> http://www.blender.org/mailman/listinfo/bf-committers
>