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. About build of Mac OS

About build of Mac OS

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 3 Posters 1.7k Views 2 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.
  • M Offline
    M Offline
    m.kawakami
    wrote on last edited by
    #1

    Hi,
    The following error appears from build on Mac OS. Please tell me the solution.
    It comes out with a build right after launching a new project.

    /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
    /bin/sh: -c: line 1: syntax error: unexpected end of file
    make: *** [main.o] Error 2


    Qt : 5.6.2
    Mac OS : Sierra 10.12.6

    A 1 Reply Last reply
    0
    • M m.kawakami

      Hi,
      The following error appears from build on Mac OS. Please tell me the solution.
      It comes out with a build right after launching a new project.

      /bin/sh: -c: line 0: unexpected EOF while looking for matching `''
      /bin/sh: -c: line 1: syntax error: unexpected end of file
      make: *** [main.o] Error 2


      Qt : 5.6.2
      Mac OS : Sierra 10.12.6

      A Offline
      A Offline
      ambershark
      wrote on last edited by
      #2

      @m.kawakami It looks like you used a ` instead of a ' in your file.

      My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

      1 Reply Last reply
      0
      • M Offline
        M Offline
        m.kawakami
        wrote on last edited by
        #3

        @ambershark said in About build of Mac OS:

        It looks like you used a ` instead of a ' in your file.

        Thank you for reply.
        I do not touch anything in creating a new project, but do you know which file is wrong?

        A 1 Reply Last reply
        0
        • M m.kawakami

          @ambershark said in About build of Mac OS:

          It looks like you used a ` instead of a ' in your file.

          Thank you for reply.
          I do not touch anything in creating a new project, but do you know which file is wrong?

          A Offline
          A Offline
          ambershark
          wrote on last edited by
          #4

          @m.kawakami It doesn't show in what you posted.

          If you didn't modify anything it could be something else. If you can post a bit more information and the full build log I can probably help you more.

          My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

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

            Hi,

            To add to @ambershark, are you building with Qt Creator ? Directly on the command line ?
            How did you install Qt in the first place ?

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

            A M 2 Replies Last reply
            2
            • SGaistS SGaist

              Hi,

              To add to @ambershark, are you building with Qt Creator ? Directly on the command line ?
              How did you install Qt in the first place ?

              A Offline
              A Offline
              ambershark
              wrote on last edited by
              #6

              @SGaist Oh I completely forgot about Qt Creator until you mentioned this. Then I remembered a thread a while back where someone had this same problem because his kits were messed up.

              Good catch!

              Here's the post that should solve your issue @m-kawakami:
              https://forum.qt.io/topic/87172/hi-how-i-can-solve-this-problem

              My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

              1 Reply Last reply
              2
              • SGaistS SGaist

                Hi,

                To add to @ambershark, are you building with Qt Creator ? Directly on the command line ?
                How did you install Qt in the first place ?

                M Offline
                M Offline
                m.kawakami
                wrote on last edited by
                #7

                @SGaist Sorry for the late reply. I am building with QtCreator. I downloaded the installer from url below and carried it out.

                http://qt.io/download-open-source/

                A 1 Reply Last reply
                0
                • M m.kawakami

                  @SGaist Sorry for the late reply. I am building with QtCreator. I downloaded the installer from url below and carried it out.

                  http://qt.io/download-open-source/

                  A Offline
                  A Offline
                  ambershark
                  wrote on last edited by
                  #8

                  @m.kawakami It sounds like your kits are not configured properly. Check your settings for your kits in qt creator you will more than likely see that you have no kits or the one you are using has a red exclamation next to it.

                  My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

                  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