Closed Bug 290886 Opened 19 years ago Closed 19 years ago

22 errors in nsComponentManagerUtils.cpp

Categories

(Core :: XPCOM, defect)

SGI
IRIX
defect
Not set
blocker

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: g.fischer, Assigned: dougt)

References

Details

User-Agent:       Mozilla/5.0 (X11; U; IRIX64 IP27; en-US; rv:1.8b) Gecko/R-A-C
Build Identifier: 

irix 6.5.27, mipspro 7.42. current cvs checkout.
---------------------------

cc-1020 CC: ERROR File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 45
  The identifier "nsGetServiceByCID" is undefined.

  const nsGetServiceByCID
        ^

cc-3303 CC: WARNING File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 46
  A type qualifier on a return type is meaningless.

  do_GetService(const nsCID& aCID)
  ^

cc-1020 CC: ERROR File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 48
  The identifier "nsGetServiceByCID" is undefined.

      return nsGetServiceByCID(aCID);
             ^

cc-1020 CC: ERROR File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 52
  The identifier "nsGetServiceByCIDWithError" is undefined.

  const nsGetServiceByCIDWithError
        ^

cc-3303 CC: WARNING File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 53
  A type qualifier on a return type is meaningless.

  do_GetService(const nsCID& aCID, nsresult* error)
  ^

cc-1020 CC: ERROR File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 55
  The identifier "nsGetServiceByCIDWithError" is undefined.

      return nsGetServiceByCIDWithError(aCID, error);
             ^

cc-1020 CC: ERROR File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 59
  The identifier "nsGetServiceByContractID" is undefined.

  const nsGetServiceByContractID
        ^

cc-3303 CC: WARNING File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 60
  A type qualifier on a return type is meaningless.

  do_GetService(const char* aContractID)
  ^

cc-1020 CC: ERROR File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 62
  The identifier "nsGetServiceByContractID" is undefined.

      return nsGetServiceByContractID(aContractID);
             ^

cc-1020 CC: ERROR File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 66
  The identifier "nsGetServiceByContractIDWithError" is undefined.

  const nsGetServiceByContractIDWithError
        ^

cc-3303 CC: WARNING File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 67
  A type qualifier on a return type is meaningless.

  do_GetService( const char* aContractID, nsresult* error)
  ^

cc-1020 CC: ERROR File = ../../../mozilla/xpcom/glue/nsServiceManagerUtils.h,
Line = 69
  The identifier "nsGetServiceByContractIDWithError" is undefined.

      return nsGetServiceByContractIDWithError(aContractID, error);
             ^

cc-3168 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 254
  A name followed by "::" must be a class or namespace name.

  nsGetServiceByCID::operator()( const nsIID& aIID, void** aInstancePtr ) const
  ^

cc-1287 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 254
  A type qualifier on this function is not allowed.

  nsGetServiceByCID::operator()( const nsIID& aIID, void** aInstancePtr ) const
                                                                          ^

cc-1020 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 256
  The identifier "mCID" is undefined.

      nsresult status = CallGetService(mCID, aIID, aInstancePtr);
                                       ^

cc-3168 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 264
  A name followed by "::" must be a class or namespace name.

  nsGetServiceByCIDWithError::operator()( const nsIID& aIID, void** aInstancePtr
) const
  ^

cc-1287 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 264
  A type qualifier on this function is not allowed.

  nsGetServiceByCIDWithError::operator()( const nsIID& aIID, void** aInstancePtr
) const
                                                                                   ^

cc-1020 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 266
  The identifier "mCID" is undefined.

      nsresult status = CallGetService(mCID, aIID, aInstancePtr);
                                       ^

cc-1020 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 270
  The identifier "mErrorPtr" is undefined.

      if ( mErrorPtr )
           ^

cc-3168 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 276
  A name followed by "::" must be a class or namespace name.

  nsGetServiceByContractID::operator()( const nsIID& aIID, void** aInstancePtr )
const
  ^

cc-1287 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 276
  A type qualifier on this function is not allowed.

  nsGetServiceByContractID::operator()( const nsIID& aIID, void** aInstancePtr )
const
                                                                                 ^

cc-1020 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 278
  The identifier "mContractID" is undefined.

      nsresult status = CallGetService(mContractID, aIID, aInstancePtr);
                                       ^

cc-3168 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 286
  A name followed by "::" must be a class or namespace name.

  nsGetServiceByContractIDWithError::operator()( const nsIID& aIID, void**
aInstancePtr ) const
  ^

cc-1287 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 286
  A type qualifier on this function is not allowed.

  nsGetServiceByContractIDWithError::operator()( const nsIID& aIID, void**
aInstancePtr ) const
                                                                               
          ^

cc-1020 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 288
  The identifier "mContractID" is undefined.

      nsresult status = CallGetService(mContractID, aIID, aInstancePtr);
                                       ^

cc-1020 CC: ERROR File =
../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp, Line = 292
  The identifier "mErrorPtr" is undefined.

      if ( mErrorPtr )
           ^

22 errors detected in the compilation of
"../../../mozilla/xpcom/glue/nsComponentManagerUtils.cpp".
gmake[3]: *** [nsComponentManagerUtils.o] Error 2


Reproducible: Always
Assignee: nobody → dougt
Component: Build Config → XPCOM
Product: Firefox → Core
QA Contact: build-config
Version: unspecified → Trunk
hi,

does nobody care?
same happened with gcc(#293298). reported over a month ago... oh well.
hm... is this still an issue? bug 289844 sounds like you now get further?
(In reply to comment #2)
> hm... is this still an issue? bug 289844 sounds like you now get further?

we'll see in a about 10 minutes...

how come that there's so much activity after over 2 months?
(In reply to comment #2)
> hm... is this still an issue? bug 289844 sounds like you now get further?

bad news: it's still happening :-(
but with a current checkout.

will try deerpark a1 now...
> how come that there's so much activity after over 2 months?

I finally decided to investigate that compilation error in
nsHttpAuthManager.cpp, and I got to the other bugs from there...

> bad news: it's still happening :-(

I'm confused, how can you get this error, and also the ones in netwerk and gfx?
(In reply to comment #5)
> > how come that there's so much activity after over 2 months?
> 
> I finally decided to investigate that compilation error in
> nsHttpAuthManager.cpp, and I got to the other bugs from there...
> 
> > bad news: it's still happening :-(
> 
> I'm confused, how can you get this error, and also the ones in netwerk and gfx?

well, this one happens first. i'm not able to get far enough to encounter the other
ones using a cvs checkout.

deerpark a1 and tb 1.1a1 don't seem to have this error so i got further and ran
into the other errors...
yeah! deerpark a1 worked!!
but still no luck with cvs :-(
tried again today. cvs HEAD checkout for firefox.
still no luck...
hi, still the same. beginning to suck... :-D
solved it myself. thanks
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
*** Bug 293298 has been marked as a duplicate of this bug. ***
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Fixed is only for bugs which relate to mozilla code changes. Marking Works for me.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago19 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.