[ros-bugs] [Bug 1240] New: 'extra qualification MingwModuleHandler::' in modulehandler.h

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Tue Jan 3 04:41:02 CET 2006


http://www.reactos.org/bugzilla/show_bug.cgi?id=1240

           Summary: 'extra qualification ‘MingwModuleHandler::' in
                    modulehandler.h
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Patches
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: reub2000 at earthlink.net
         QAContact: ros-bugs at reactos.org


When trying to run make on ReactOS I get this error:
"reub2000 at reub2000 ~/reactos $ make clean
[CC]       tools/rbuild/backend/mingw/mingw.cpp
tools/rbuild/backend/mingw/modulehandler.h:91: error: extra qualification
‘MingwModuleHandler::’ on member ‘GetCompilationUnitDependencies’
tools/rbuild/backend/mingw/modulehandler.h:150: error: extra qualification
‘MingwModuleHandler::’ on member ‘GetPrecompiledHeaderFilename’
make: *** [obj-i386/tools/rbuild/backend/mingw/mingw.o] Error 1"


Simply removing the unneeded MingwModukeHandler:: fixes the issue. I'm guessing
that those lines of code where copied from the function from outside of the
class, and someone forgot to remove the :: and part before it.

-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list