<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 - Support of Qt5 frontend failed for ARM (iOS)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95248">95248</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Support of Qt5 frontend failed for ARM (iOS)
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>ARM
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>other
          </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>heyligengregory@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=123431" name="attach_123431" title="Poppler error make">attachment 123431</a> <a href="attachment.cgi?id=123431&action=edit" title="Poppler error make">[details]</a></span>
Poppler error make

Before configuring and installing Poppler for arm64 & armv7, by fixing path :

POPPLER_QT5-LIBS="-L$QTDIR/lib -lQt5Core" for exemple

There is some errors with libQt5Core.la, the errors stop the compiling of
test-poppler-qt5.

Fixing this path for Desktop (OS X) works without problem, but for Desktop,
there is some framework. Qt, ios, doesn't have framework.

Here are my thing :

export QTDIR="/Users/env/qt5.6/5.6/ios
export POPPLER_QT5-LIBS="-L$QTDIR/lib -lQt5Core -lQt5Widgets -lQt5Xml -lQt5Gui"
export POPPLER_QT5_CFLAGS="-I$QTDIR/include"

Values are the same of QT5_TEST.




Attachment shows the error after make command line.</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>