<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 - Error in gfile.cc - GetFileSizeEx was not declared in this scope - MinGW / MSYS build"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91129">91129</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Error in gfile.cc - GetFileSizeEx was not declared in this scope - MinGW / MSYS build
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows (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>general
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>testuser448@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I 'git cloned' poppler and configured successfully:
Building poppler with support for:
  font configuration: win32
  splash output:      yes
  cairo output:       yes
  qt4 wrapper:        yes
  qt5 wrapper:        no
  glib wrapper:       yes
    introspection:    no
  cpp wrapper:        yes
  use gtk-doc:        no
  use libjpeg:        yes
  use libpng:         yes
  use libtiff:        yes
  use zlib:           no
  use libcurl:        yes
  use libopenjpeg:    yes
      with openjpeg2
  use cms:            yes
      with lcms2
  command line utils: yes

but make failed with:

$ make
make  all-recursive
make[1]: Entering directory `/c/users/testuser448/Downloads/poppler'
Making all in goo
make[2]: Entering directory `/c/users/testuser448/Downloads/poppler/goo'
  CXX    libgoo_la-gfile.lo
gfile.cc: In member function 'int GooFile::read(char*, int, Goffset) const':
gfile.cc:604:34: warning: missing braces around initializer for
'_LARGE_INTEGER:
:<anonymous struct>' [-Wmissing-braces]
gfile.cc: In member function 'Goffset GooFile::size() const':
gfile.cc:615:37: warning: missing braces around initializer for
'_LARGE_INTEGER:
:<anonymous struct>' [-Wmissing-braces]
gfile.cc:617:30: error: 'GetFileSizeEx' was not declared in this scope
make[2]: *** [libgoo_la-gfile.lo] Error 1
make[2]: Leaving directory `/c/users/testuser448/Downloads/poppler/goo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/users/testuser448/Downloads/poppler'
make: *** [all] Error 2

My gcc version is 4.7.2.</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>