Bug 95248 - Support of Qt5 frontend failed for ARM (iOS)
Summary: Support of Qt5 frontend failed for ARM (iOS)
Status: RESOLVED MOVED
Alias: None
Product: poppler
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: ARM other
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-03 09:12 UTC by heyligengregory
Modified: 2018-08-20 21:57 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Poppler error make (12.49 KB, text/plain)
2016-05-03 09:12 UTC, heyligengregory
Details

Description heyligengregory 2016-05-03 09:12:27 UTC
Created attachment 123431 [details]
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.
Comment 1 GitLab Migration User 2018-08-20 21:57:10 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/poppler/poppler/issues/131.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.