[Bf-committers] [Bf-Committers] Error in: source/blender/imbuf/intern/dds/Color.h & dds_api.cpp

Diego B bdiego at gmail.com
Tue Jul 24 22:01:40 CEST 2007


On 7/24/07, Chuck Schwalbach <charles at charlesschwalbach.com> wrote:
> Thanks Diego. We are still planning on releasing 2.45RC1 from this
> branch tomorrow, correct?
>
> Charles
>
> On 7/24/07, Diego B <bdiego at gmail.com> wrote:
> > On 7/24/07, Chuck Schwalbach <charles at charlesschwalbach.com> wrote:
> > > I must be pulling from the wrong branch. I pulled from:
> > >
> > > https://svn.blender.org/svnroot/bf-blender/trunk/blender
> > >
> > > I know that past emails have the proper location, but if someone could
> > > repost it, I would appreciate it.
> > >
> > > Thanks,
> > >
> > > Charles
> > >
> > > On 7/24/07, Diego B <bdiego at gmail.com> wrote:
> > > > On 7/24/07, Chuck Schwalbach <charles at charlesschwalbach.com> wrote:
> > > > > Hello All,
> > > > >
> > > > > I am trying to get the Irix RC1 package put together, and I have come
> > > > > across the following errors:
> > > > >
> > > > > cc-1064 CC: WARNING File = source/blender/imbuf/intern/dds/Color.h, Line = 74
> > > > >   An identifier is missing in the declaration.
> > > > >
> > > > >                 struct {
> > > > >                 ^
> > > > >
> > > > > cc-3650 CC: WARNING File = source/blender/imbuf/intern/dds/Color.h, Line = 74
> > > > >   types cannot be declared in anonymous unions
> > > > >
> > > > >                 struct {
> > > > >                        ^
> > > > >
> > > > > cc-1020 CC: ERROR File = source/blender/imbuf/intern/dds/Color.h, Line = 55
> > > > >   The identifier "r" is undefined.
> > > > >
> > > > >                 r = R;
> > > > >                 ^
> > > > >
> > > > > cc-1020 CC: ERROR File = source/blender/imbuf/intern/dds/Color.h, Line = 56
> > > > >   The identifier "g" is undefined.
> > > > >
> > > > >                 g = G;
> > > > >                 ^
> > > > >
> > > > > cc-1020 CC: ERROR File = source/blender/imbuf/intern/dds/Color.h, Line = 57
> > > > >   The identifier "b" is undefined.
> > > > >
> > > > >                 b = B;
> > > > >                 ^
> > > > >
> > > > > cc-1020 CC: ERROR File = source/blender/imbuf/intern/dds/Color.h, Line = 58
> > > > >   The identifier "a" is undefined.
> > > > >
> > > > >                 a = A;
> > > > >                 ^
> > > > >
> > > > > cc-1020 CC: ERROR File = source/blender/imbuf/intern/dds/Color.h, Line = 63
> > > > >   The identifier "r" is undefined.
> > > > >
> > > > >                 r = R;
> > > > >                 ^
> > > > >
> > > > > cc-1020 CC: ERROR File = source/blender/imbuf/intern/dds/Color.h, Line = 64
> > > > >   The identifier "g" is undefined.
> > > > >
> > > > >                 g = G;
> > > > >                 ^
> > > > >
> > > > > cc-1020 CC: ERROR File = source/blender/imbuf/intern/dds/Color.h, Line = 65
> > > > >   The identifier "b" is undefined.
> > > > >
> > > > >                 b = B;
> > > > >                 ^
> > > > >
> > > > > cc-1020 CC: ERROR File = source/blender/imbuf/intern/dds/Color.h, Line = 66
> > > > >   The identifier "a" is undefined.
> > > > >
> > > > >                 a = A;
> > > > >                 ^
> > > > >
> > > > > cc-1064 CC: WARNING File = source/blender/imbuf/intern/dds/Color.h, Line = 90
> > > > >   An identifier is missing in the declaration.
> > > > >
> > > > >                 struct {
> > > > >                 ^
> > > > >
> > > > > cc-3650 CC: WARNING File = source/blender/imbuf/intern/dds/Color.h, Line = 90
> > > > >   types cannot be declared in anonymous unions
> > > > >
> > > > >                 struct {
> > > > >                        ^
> > > > >
> > > > > cc-1132 CC: ERROR File = source/blender/imbuf/intern/dds/dds_api.cpp, Line = 107
> > > > >   The class "Color32" has no member "r".
> > > > >
> > > > >                         cp[0] = pixel.r; /* set R component of col */
> > > > >                                       ^
> > > > >
> > > > > cc-1132 CC: ERROR File = source/blender/imbuf/intern/dds/dds_api.cpp, Line = 108
> > > > >   The class "Color32" has no member "g".
> > > > >
> > > > >                         cp[1] = pixel.g; /* set G component of col */
> > > > >                                       ^
> > > > >
> > > > > cc-1132 CC: ERROR File = source/blender/imbuf/intern/dds/dds_api.cpp, Line = 109
> > > > >   The class "Color32" has no member "b".
> > > > >
> > > > >                         cp[2] = pixel.b; /* set B component of col */
> > > > >                                       ^
> > > > >
> > > > > cc-1132 CC: ERROR File = source/blender/imbuf/intern/dds/dds_api.cpp, Line = 111
> > > > >   The class "Color32" has no member "a".
> > > > >
> > > > >                                 cp[3] = pixel.a; /* set A component of col */
> > > > >
> > > > > Please let me know if someone is able to get a fix committed, or if
> > > > > there are any questions.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Charles
> > > > > _______________________________________________
> > > > > Bf-committers mailing list
> > > > > Bf-committers at blender.org
> > > > > http://lists.blender.org/mailman/listinfo/bf-committers
> > > > >
> > > >
> > > > Hi Charles:
> > > >
> > > > The 2-44-stable branch don't have dds support, have you a fresh copy
> > > > of the branch ?
> > > >
> > > > --
> > > >             Diego
> > > > _______________________________________________
> > > > Bf-committers mailing list
> > > > Bf-committers at blender.org
> > > > http://lists.blender.org/mailman/listinfo/bf-committers
> > > >
> > > _______________________________________________
> > > Bf-committers mailing list
> > > Bf-committers at blender.org
> > > http://lists.blender.org/mailman/listinfo/bf-committers
> > >
> >
> > Hi Charles:
> >
> > You need get a copy of the stable branch:
> > svn co https://svn.blender.org/svnroot/bf-blender/branches/2-44-stable
> >
> > --
> >             Diego
> > _______________________________________________
> > Bf-committers mailing list
> > Bf-committers at blender.org
> > http://lists.blender.org/mailman/listinfo/bf-committers
> >
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>

Yes, that is the plan.

-- 
            Diego


More information about the Bf-committers mailing list