Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Rasberry pi3 XlsxWriter github install
Qt 6.11 is out! See what's new in the release blog

Rasberry pi3 XlsxWriter github install

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 2 Posters 3.6k 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.
  • H Offline
    H Offline
    hannao
    wrote on last edited by
    #1

    Hi
    I have problem when I make install github QtXLsxWriter
    when I make git on terminal.
    It show messege.
    compilation terminated.
    Makefile:602: recipe for target '.obj/xlsxzipwriter.o' failed
    make[2]: *** [.obj/xlsxzipwriter.o] Error 1
    make[2]: Leaving directory '/home/pi/opt/QtXlsxWriter/src/xlsx'
    Makefile:38: recipe for target 'sub-xlsx-make_first' failed
    make[1]: *** [sub-xlsx-make_first] Error 2
    make[1]: Leaving directory '/home/pi/opt/QtXlsxWriter/src'
    Makefile:40: recipe for target 'sub-src-make_first' failed
    make: *** [sub-src-make_first] Error 2
    Please tell me I do something wrong or how to improve.

    jsulmJ 1 Reply Last reply
    0
    • H hannao

      Hi
      I have problem when I make install github QtXLsxWriter
      when I make git on terminal.
      It show messege.
      compilation terminated.
      Makefile:602: recipe for target '.obj/xlsxzipwriter.o' failed
      make[2]: *** [.obj/xlsxzipwriter.o] Error 1
      make[2]: Leaving directory '/home/pi/opt/QtXlsxWriter/src/xlsx'
      Makefile:38: recipe for target 'sub-xlsx-make_first' failed
      make[1]: *** [sub-xlsx-make_first] Error 2
      make[1]: Leaving directory '/home/pi/opt/QtXlsxWriter/src'
      Makefile:40: recipe for target 'sub-src-make_first' failed
      make: *** [sub-src-make_first] Error 2
      Please tell me I do something wrong or how to improve.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @hannao said in Rasberry pi3 XlsxWriter github install:

      compilation terminated.
      Makefile:602: recipe for target '.obj/xlsxzipwriter.o' failed

      Please post the errors before these lines. Or the whole build log. What you posted does not contain any useful information.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hannao
        wrote on last edited by hannao
        #3

        xlsxzipwriter.cpp:27:34: fatal error: private/qzipwriter_p.h: No such file or directory
        #include <private/qzipwriter_p.h>
        ^
        compilation terminated.
        Makefile:604: recipe for target '.obj/xlsxzipwriter.o' failed
        make[2]: *** [.obj/xlsxzipwriter.o] Error 1
        make[2]: Leaving directory '/home/pi/Githup/QtXlsxWriter/src/xlsx'
        Makefile:38: recipe for target 'sub-xlsx-make_first' failed
        make[1]: *** [sub-xlsx-make_first] Error 2
        make[1]: Leaving directory '/home/pi/Githup/QtXlsxWriter/src'
        Makefile:40: recipe for target 'sub-src-make_first' failed
        make: *** [sub-src-make_first] Error 2

        jsulmJ 1 Reply Last reply
        0
        • H hannao

          xlsxzipwriter.cpp:27:34: fatal error: private/qzipwriter_p.h: No such file or directory
          #include <private/qzipwriter_p.h>
          ^
          compilation terminated.
          Makefile:604: recipe for target '.obj/xlsxzipwriter.o' failed
          make[2]: *** [.obj/xlsxzipwriter.o] Error 1
          make[2]: Leaving directory '/home/pi/Githup/QtXlsxWriter/src/xlsx'
          Makefile:38: recipe for target 'sub-xlsx-make_first' failed
          make[1]: *** [sub-xlsx-make_first] Error 2
          make[1]: Leaving directory '/home/pi/Githup/QtXlsxWriter/src'
          Makefile:40: recipe for target 'sub-src-make_first' failed
          make: *** [sub-src-make_first] Error 2

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @hannao qzipwriter_p.h is part of QtGui module - did you compile/install it?
          Did you use the correct qmake?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • H Offline
            H Offline
            hannao
            wrote on last edited by
            #5

            0_1495519886855_Capture.PNG
            I use command follow picture
            I do something wrong?

            jsulmJ 1 Reply Last reply
            0
            • H hannao

              0_1495519886855_Capture.PNG
              I use command follow picture
              I do something wrong?

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @hannao Can you search for qzipwriter_p.h on your system?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              H 1 Reply Last reply
              0
              • jsulmJ jsulm

                @hannao Can you search for qzipwriter_p.h on your system?

                H Offline
                H Offline
                hannao
                wrote on last edited by
                #7

                @jsulm I am not find this file.
                I think I forget do something such as cross compiling Qt

                jsulmJ 1 Reply Last reply
                0
                • H hannao

                  @jsulm I am not find this file.
                  I think I forget do something such as cross compiling Qt

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @hannao So, all those "sudo apt-get" calls were on your host PC?
                  Well, then it cannot work: you need Qt built for RPi.

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  H 1 Reply Last reply
                  0
                  • jsulmJ jsulm

                    @hannao So, all those "sudo apt-get" calls were on your host PC?
                    Well, then it cannot work: you need Qt built for RPi.

                    H Offline
                    H Offline
                    hannao
                    wrote on last edited by
                    #9

                    @jsulm Oh Thanks for your suggestion.

                    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