<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Compile error while building poppler"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106332">106332</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Compile error while building poppler
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>cairo backend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>nirajkumarpandey@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Here is the error:


poppler-0.64.0/utils/pdftocairo.cc:274:1: warning: missing initializer for
member 'ArgDesc::kind' [-Wmissing-field-initializers]

poppler-0.64.0/utils/pdftocairo.cc:274:1: warning: missing initializer for
member 'ArgDesc::val' [-Wmissing-field-initializers]

/poppler-0.64.0/utils/pdftocairo.cc:274:1: warning: missing initializer for
member 'ArgDesc::size' [-Wmissing-field-initializers]

/poppler-0.64.0/utils/pdftocairo.cc:274:1: warning: missing initializer for
member 'ArgDesc::usage' [-Wmissing-field-initializers]


poppler-0.64.0/utils/pdftocairo.cc:301:17: error: 'CAIRO_ANTIALIAS_FAST' was
not declared in this scope
   { "fast",     CAIRO_ANTIALIAS_FAST },

poppler-0.64.0/utils/pdftocairo.cc:302:17: error: 'CAIRO_ANTIALIAS_GOOD' was
not declared in this scope
   { "good",     CAIRO_ANTIALIAS_GOOD },
                 ^
poppler-0.64.0/utils/pdftocairo.cc:303:17: error: 'CAIRO_ANTIALIAS_BEST' was
not declared in this scope
   { "best",     CAIRO_ANTIALIAS_BEST },
                 ^
make[2]: *** [utils/CMakeFiles/pdftocairo.dir/pdftocairo.cc.o] Error 1
make[1]: *** [utils/CMakeFiles/pdftocairo.dir/all] Error 2
make: *** [all] Error 2


I am using "cairo = 1.10.2" , "glib = 2.48.0" "gcc = 4.8.3"
Platform:  RHEL 6.5  (x86_64)

Please let me know in case you need any other information

Thanks
Niraj</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>