Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt poppler

Qt poppler

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 779 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • TheCipo76T Offline
    TheCipo76T Offline
    TheCipo76
    wrote on last edited by TheCipo76
    #1

    Hi,
    i've tried to install poppler-qt5 with brew

    now my project have n.1 error:

    /Users/matteo/Qt/5.11.2/clang_64/mkspecs/features/mac/sdk.mk:11: error: *** ^. Stop.

    i've opened the file with doubleclick and this is the message i see in:

    CURRENT_MAC_SDK_VERSION := $(shell /usr/bin/xcrun --sdk $(EXPORT_QMAKE_MAC_SDK) -show-sdk-version)

    ifneq ($(CURRENT_MAC_SDK_VERSION),$(EXPORT_QMAKE_MAC_SDK_VERSION))
        $(info The platform SDK has been changed from version $(EXPORT_QMAKE_MAC_SDK_VERSION) to version $(CURRENT_MAC_SDK_VERSION).)
        $(info This requires a fresh build. Please wipe the build directory completely,)
        $(info including any .qmake.stash and .qmake.cache files generated by qmake.)
        # FIXME: Ideally this should be advertised as just running make distclean, or we
        # should even do it automatically by having proper makefile dependencies between
        # .qmake.stash and the SDK version, but as qmake doesn't seem to be consistent in
        # how it deals with .qmake.stash as a dependency we need to defer that until later.
        $(error ^)
    endif
    

    how can i remove this error and back to previous situation or fix it and use poppler??

    i've also tried to uninstall poppler but error still remain..

    Thanks in advance

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Did you update Xcode in between ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • TheCipo76T Offline
        TheCipo76T Offline
        TheCipo76
        wrote on last edited by TheCipo76
        #3

        i've XCode 10.1 but brew have updated Xcode command line tool

        but if i launch Qt MainitenanceTool require to install XCode 8.2 or later

        i don't understand why..

        now i'm trying to rebuild Qt from source

        i hope to solve..

        ----> UPDATE: <-----

        make was successfully done..
        make install give me some errors..

        now Qt MaintenanceTool require XCode 5 or later..

        i'm retrying with:

        • make clean
        • ./Configure
        • make
        • make install

        i'm start to thinking that uninstall and install Qt may be the best way..

        i've reinstalled XCode and Qt and all works now

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved