<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - LibreOffice 7.0.0-alpha1 fails to compile with current poppler"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133234">133234</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LibreOffice 7.0.0-alpha1 fails to compile with current poppler
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.0.0.0.alpha1+ Master
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

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

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

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>bero@lindev.ch
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Building LibreOffice 7.0.0-alpha1 with current poppler results in

/home/bero/temp/abf/libreoffice/BUILD/libreoffice-7.0.0/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:567:64:
error: member reference type 'const std::string' (aka 'const
basic_string<char>') is not a pointer; did you mean to use '.'?
    const char* pURI = static_cast<LinkURI*>(pAction)->getURI()->c_str();
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
                                                               .
1 error generated.
make[1]: ***
[/home/bero/temp/abf/libreoffice/BUILD/libreoffice-7.0.0/solenv/gbuild/LinkTarget.mk:303:
/home/bero/temp/abf/libreoffice/BUILD/libreoffice-7.0.0/workdir/CxxObject/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.o]
Error 1


Steps to Reproduce:
1. Install current poppler
2. Build LibreOffice 7.0.0-alpha1


Actual Results:
error: member reference type 'const std::string' (aka 'const
basic_string<char>') is not a pointer; did you mean to use '.'?

Expected Results:
It compiles


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Using poppler 0.88.0</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>