<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi:<br>
    <br>
        I meet some problem when I try to add *
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <tt class="xref py py-class docutils literal"><span class="pre"><span
          class="highlighted">WarningCountingShellCommand</span></span></tt>*
    to Compile steps. When I read about this
    document(<a class="moz-txt-link-freetext" href="http://docs.buildbot.net/current/manual/cfg-buildsteps.html?highlight=warningcountingshellcommand#shellcommand">http://docs.buildbot.net/current/manual/cfg-buildsteps.html?highlight=warningcountingshellcommand#shellcommand</a>),
    I haven't found where this 'f' been defined in configure file(maybe
    it should be 'factory'?).  And after I add:<br>
    <br>
    <blockquote>factory.addStep(steps.Compile(command=["make"],<br>
                        warningPattern="^(.\*?):([0-9]+): [Ww]arning:
      (.\*)$",<br>
                       
      warningExtractor=Compile.warnExtractFromRegexpGroups,<br>
                       
      suppressionFile="support-files/noexistfile.supp"))<br>
    </blockquote>
    <br>
    in configure file, it will tell me " the name 'Compile' is not
    defined".  Could you tell me what should I do next? How could I fix
    this? Thank you :)<br>
    <br>
    MikeLing<br>
    <br>
  </body>
</html>