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. Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment?
Forum Updated to NodeBB v4.3 + New Features

Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment?

Scheduled Pinned Locked Moved Solved General and Desktop
12 Posts 5 Posters 21.8k Views 3 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.
  • C Offline
    C Offline
    chawila
    wrote on 15 Aug 2017, 07:54 last edited by
    #1

    I`m trying to build mysql drives like it is said Here.

    so i ran these comand:

    qmake "INCLUDEPATH+=-/usr/include/mysql" "LIBS+=-L/usr/lib/x86_64-linux-gnu -lmysqlclient" /home/chawila/Downloads/qt-everywhere-opensource-src-5.9.1/qtbase/config.tests/unix/mysql/mysql.pro
    

    Then i got these error:

    system(execute) requires one or two arguments.
    Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment?
    

    what can i do?.
    i have two weeks trying these, posting on these forum but i cant get any help.

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on 15 Aug 2017, 08:02 last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on 15 Aug 2017, 08:07 last edited by
        #3

        Hi! What's your Linux distribution?

        1 Reply Last reply
        0
        • C Offline
          C Offline
          chawila
          wrote on 15 Aug 2017, 08:12 last edited by
          #4

          i`m using ubuntu 16(x64).

          J 1 Reply Last reply 15 Aug 2017, 08:24
          0
          • C chawila
            15 Aug 2017, 08:12

            i`m using ubuntu 16(x64).

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote on 15 Aug 2017, 08:24 last edited by
            #5

            @chawila g++ is installed?
            Can you post the whole build log?

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

            1 Reply Last reply
            1
            • C Offline
              C Offline
              chawila
              wrote on 15 Aug 2017, 08:25 last edited by
              #6

              @jsulm

              u mean these?.

              Using built-in specs.
              COLLECT_GCC=g++
              COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
              Target: x86_64-linux-gnu
              Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
              Thread model: posix
              gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
              
              J 1 Reply Last reply 15 Aug 2017, 08:27
              0
              • C chawila
                15 Aug 2017, 08:25

                @jsulm

                u mean these?.

                Using built-in specs.
                COLLECT_GCC=g++
                COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
                Target: x86_64-linux-gnu
                Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
                Thread model: posix
                gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
                
                J Offline
                J Offline
                jsulm
                Lifetime Qt Champion
                wrote on 15 Aug 2017, 08:27 last edited by
                #7

                @chawila No I mean the whole build log when you're trying to execute qmake.

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

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  chawila
                  wrote on 15 Aug 2017, 08:32 last edited by
                  #8

                  @jsulm

                  I had these weid error: that i cant post more than once in 300 seconds.
                  sorry for late response.

                  /opt/Qt5.9.1/5.9.1/gcc_64/mkspecs/features/toolchain.prf:50: system(execute) requires one or two arguments.
                  Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment?
                  
                  1 Reply Last reply
                  2
                  • C Offline
                    C Offline
                    chawila
                    wrote on 15 Aug 2017, 08:37 last edited by
                    #9
                    chawila@coder:/opt/Qt5.9.1/5.9.1/gcc_64/plugins/sqldrivers$ qmake "INCLUDEPATH+=-/usr/include/mysql" "LIBS+=-L/usr/lib/x86_64-linux-gnu -libmysqlclient" /home/chawila/Downloads/qt-everywhere-opensource-src-5.9.1/qtbase/config.tests/unix/mysql/mysql.pro
                    /opt/Qt5.9.1/5.9.1/gcc_64/mkspecs/features/toolchain.prf:50: system(execute) requires one or two arguments.
                    Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment?
                    
                    1 Reply Last reply
                    1
                    • S Offline
                      S Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on 15 Aug 2017, 21:08 last edited by
                      #10

                      Hi,

                      It looks like you have gcc but not g++ installed.

                      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
                      • C Offline
                        C Offline
                        chawila
                        wrote on 16 Aug 2017, 06:21 last edited by
                        #11

                        @SGaist
                        Thanks for replying.

                        but i have it installed.

                        chawila@coder:~$ which g++
                        /usr/bin/g++
                        

                        i`m marking these solved because i found another away of building mysql drivers here

                        1 Reply Last reply
                        0
                        • R Offline
                          R Offline
                          rajeshmdev
                          wrote on 22 Nov 2018, 02:18 last edited by
                          #12

                          0_1542853121675_qterror.png

                          https://web.stanford.edu/dept/cs_edu/qt-creator/qt-creator-troubleshooting.shtml

                          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