Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unable to build Qt from source on Debian 7, amd64

    Installation and Deployment
    2
    4
    1584
    Loading More Posts
    • 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.
    • mrdebug
      mrdebug last edited by

      Hi guys. I have followed this tutorial
      http://qt-project.org/wiki/Building_Qt_5_from_Git
      to build Qt from source. The tutorial works well with Debian 7 i386 but on amd64 I obtain this error:
      @{standard input}:54856: Error: expecting operand after ','; got nothing
      {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
      g++: internal compiler error: Ucciso (program cc1plus)
      Please submit a full bug report,
      with preprocessed source if appropriate.
      See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
      make[3]: *** [.obj/release-shared/svg/SVGAllInOne.o] Error 4
      make[3]: Leaving directory /home/denis/Qt/qt-everywhere-opensource-src-5.0.2/qtwebkit/Source/WebCore' make[2]: *** [sub-Target-pri-make_first-ordered] Error 2 make[2]: Leaving directory /home/denis/Qt/qt-everywhere-opensource-src-5.0.2/qtwebkit/Source/WebCore'
      make[1]: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
      make[1]: Leaving directory `/home/denis/Qt/qt-everywhere-opensource-src-5.0.2/qtwebkit'
      make: *** [module-qtwebkit-make_first] Error 2
      denis@debian01:~/Qt/qt-everywhere-opensource-src-5.0.2$
      @

      Have you got any idea?

      Need programmers to hire?
      www.labcsp.com
      www.denisgottardello.it
      GMT+1
      Skype: mrdebug

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Did you build from git or did you download an archive ? In the second case which one did you took ?

        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 Reply Quote 0
        • mrdebug
          mrdebug last edited by

          I have downloaded the official Qt 5.0.2 for Linux that works well on Debian 7 i386.

          Need programmers to hire?
          www.labcsp.com
          www.denisgottardello.it
          GMT+1
          Skype: mrdebug

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Sorry, I have misread the log.

            It seems that WebKit causes an internal error for gcc.

            If you don't need WebKit, disable it for now, or look on the WebKit forum/mailing list to see if there is something about that problem.

            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 Reply Quote 0
            • First post
              Last post