<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 - Form.h: error: 'vector' in namespace 'std' does not name a type"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102147">102147</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Form.h: error: 'vector' in namespace 'std' does not name a type
          </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>qt4 frontend
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>r.hieber@pengutronix.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=133436" name="attach_133436" title="Form.h: include <vector>">attachment 133436</a> <a href="attachment.cgi?id=133436&action=edit" title="Form.h: include <vector>">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=102147&attachment=133436'>[review]</a>
Form.h: include <vector>

Compiling poppler 0.57.0 with
OSELAS.Toolchain-2016.06.1-arm-v7a-linux-gnueabi-gcc-5.4.0-glibc-2.23-binutils-2.26-kernel-4.6-sanitized:

                make[5]: Entering directory '.../poppler-0.57.0/qt4/src'
                        CXX      libpoppler_qt4_la-poppler-form.lo
                In file included from poppler-form.cc:26:0:
                ../../poppler/Form.h:544:14: error: 'vector' in namespace 'std'
does not name a template type
                ../../poppler/Form.h:556:8: error: 'vector' in namespace 'std'
does not name a template type
                Makefile:735: recipe for target
'libpoppler_qt4_la-poppler-form.lo' failed

configure arguments were:

                --prefix=/usr --sysconfdir=/etc --localstatedir=/var
                --libdir=/usr/lib --host=arm-v7a-linux-gnueabi
                --build=x86_64-host-linux-gnu --enable-option-checking
                --disable-silent-rules --disable-dependency-tracking
                --enable-shared --enable-fast-install --enable-libtool-lock
                --enable-xpdf-headers --enable-build-type=release
                --disable-single-precision --enable-fixedpoint --enable-cmyk
                --disable-relocatable --enable-libopenjpeg=none
--disable-libnss
                --disable-libtiff --enable-largefile --enable-zlib
                --disable-zlib-uncompress --enable-libcurl
                --enable-dctdecoder=libjpeg --enable-libpng
                --disable-splash-output --enable-cairo-output
                --enable-poppler-glib --disable-introspection --disable-gtk-doc
                --disable-gtk-doc-html --disable-gtk-doc-pdf
                --enable-poppler-qt4 --disable-poppler-qt5 --enable-poppler-cpp
                --disable-gtk-test --enable-utils --disable-compile-warnings
                --enable-cms=lcms1 --without-x
                --with-font-configuration=fontconfig --without-libiconv-prefix
                --with-testdatadir=

Solution is to include <vector> in Form.h, patch is attached.</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>