Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [SOLVED]Integrating Poppler in QT4
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]Integrating Poppler in QT4

Scheduled Pinned Locked Moved Mobile and Embedded
25 Posts 2 Posters 16.2k Views 1 Watching
  • 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.
  • D Offline
    D Offline
    dreamerindia
    wrote on last edited by
    #21

    now trying to solve this error.

    @
    /usr/local/DigiEL-5.6/x-tools/arm-cortex_a8-linux-gnueabi/arm-cortex_a8-linux-gnueabi/sys-root/usr/lib/libldap-2.4.so: undefined reference to sys_nerr@GLIBC_2.12' /usr/local/DigiEL-5.6/x-tools/arm-cortex_a8-linux-gnueabi/arm-cortex_a8-linux-gnueabi/sys-root/usr/lib/libldap-2.4.so: undefined reference to sys_errlist@GLIBC_2.12'
    @

    ~Ravivarman~

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dreamerindia
      wrote on last edited by
      #22

      finally managed to compile successfully.

      @

      arm-linux-g++ -o pdfviewer debug/documentwidget.o debug/main.o debug/window.o debug/moc_documentwidget.o debug/moc_window.o debug/moc_poppler-optcontent.o -L/usr/local/DigiEL-5.6/x-tools/arm-cortex_a8-linux-gnueabi/arm-cortex_a8-linux-gnueabi/sys-root/usr/lib -L/usr/local/DigiEL-5.6/x-tools/arm-cortex_a8-linux-gnueabi/arm-cortex_a8-linux-gnueabi/sys-root/usr/lib -lpoppler-qt4 -lpoppler -llcms -llcms2 -ltiff -lpng15 -lopenjpeg -lbz2 -lfreetype -lfontconfig -lexpat -ljbig -ljpeg -lstdc++ -lpoppler-glib -llzma -lcares -llber-2.4 -lsasl2 -lssh2 -lgpg-error -lgcrypt -lcurl -lldap-2.4 -lcrypto -lssl -lQtGui -lQtNetwork -lQtCore -lpthread
      @

      but its showing error in runtime as

      @

      /home/pdf_viewer # ./pdfviewer -qws
      ./pdfviewer: error while loading shared libraries: libpoppler-qt4.so.4: cannot open shared object file: No such file or directory

      @

      what is the problem ? :-)

      ~Ravivarman~

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dreamerindia
        wrote on last edited by
        #23

        Yea finally it came. copied .so files to target lib folder.SUCCESS!!!!

        Thank you very much for your suggestions :-)

        ~Ravivarman~

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dreamerindia
          wrote on last edited by
          #24

          Dear SGaist..... why its slow when loading files greater than 1 MB....

          ~Ravivarman~

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

            You're welcome !

            There can be several things:
            CPU speed, RAM size/speed, bus speed, file content etc...

            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

            • Login

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