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. green hands, ask for help

green hands, ask for help

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 4 Posters 305 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.
  • Y Offline
    Y Offline
    yzhr
    wrote on last edited by
    #1

    :-1: error: [Makefile.Debug:77: debug/TcpServer_resource_res.o] Error 1
    who can tell me where is the problems?
    thanks

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

      Hi and welcome to devnet,

      Nobody can.
      There's not enough of the error log to answer.

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

      Y 1 Reply Last reply
      4
      • Y yzhr

        :-1: error: [Makefile.Debug:77: debug/TcpServer_resource_res.o] Error 1
        who can tell me where is the problems?
        thanks

        artwawA Offline
        artwawA Offline
        artwaw
        wrote on last edited by
        #3

        @yzhr you should have more info in the "compile output" panel. Please paste error from there?

        For more information please re-read.

        Kind Regards,
        Artur

        1 Reply Last reply
        1
        • SGaistS SGaist

          Hi and welcome to devnet,

          Nobody can.
          There's not enough of the error log to answer.

          Y Offline
          Y Offline
          yzhr
          wrote on last edited by
          #4

          this?
          D:/QT/Tools/mingw1120_64/bin/mingw32-make -f Makefile.Debug
          mingw32-make[1]: Entering directory 'D:/2/Tcp_ServerAndClient/TcpServer/build/Desktop_Qt_6_6_3_MinGW_64_bit-Debug'
          windres -i TcpServer_resource.rc -o debug\TcpServer_resource_res.o --include-dir=. -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE5COMPAT_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN
          windres: can't open icon file `D:\鍙傝€冮」鐩甛2\Tcp_ServerAndClient\TcpServer\logo3.ico': Invalid argument
          mingw32-make[1]: Leaving directory 'D:/2/Tcp_ServerAndClient/TcpServer/build/Desktop_Qt_6_6_3_MinGW_64_bit-Debug'
          mingw32-make[1]: *** [Makefile.Debug:77: debug/TcpServer_resource_res.o] Error 1
          mingw32-make: *** [Makefile:45: debug] Error 2
          21:02:19: Process"D:\QT\Tools\mingw1120_64\bin\mingw32-make.exe"Exit。
          Error while building/deploying project TcpServer (kit: Desktop Qt 6.6.3 MinGW 64-bit)
          When executing step "Make"

          jsulmJ 1 Reply Last reply
          0
          • Y yzhr

            this?
            D:/QT/Tools/mingw1120_64/bin/mingw32-make -f Makefile.Debug
            mingw32-make[1]: Entering directory 'D:/2/Tcp_ServerAndClient/TcpServer/build/Desktop_Qt_6_6_3_MinGW_64_bit-Debug'
            windres -i TcpServer_resource.rc -o debug\TcpServer_resource_res.o --include-dir=. -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE5COMPAT_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN
            windres: can't open icon file `D:\鍙傝€冮」鐩甛2\Tcp_ServerAndClient\TcpServer\logo3.ico': Invalid argument
            mingw32-make[1]: Leaving directory 'D:/2/Tcp_ServerAndClient/TcpServer/build/Desktop_Qt_6_6_3_MinGW_64_bit-Debug'
            mingw32-make[1]: *** [Makefile.Debug:77: debug/TcpServer_resource_res.o] Error 1
            mingw32-make: *** [Makefile:45: debug] Error 2
            21:02:19: Process"D:\QT\Tools\mingw1120_64\bin\mingw32-make.exe"Exit。
            Error while building/deploying project TcpServer (kit: Desktop Qt 6.6.3 MinGW 64-bit)
            When executing step "Make"

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

            @yzhr said in green hands, ask for help:

            D:\鍙傝€冮」鐩甛2\Tcp_ServerAndClient\TcpServer\logo3.ico

            You're using a path with a space - this can cause problems.
            Try to put this file in a different location without spaces.

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

            Y 1 Reply Last reply
            1
            • jsulmJ jsulm

              @yzhr said in green hands, ask for help:

              D:\鍙傝€冮」鐩甛2\Tcp_ServerAndClient\TcpServer\logo3.ico

              You're using a path with a space - this can cause problems.
              Try to put this file in a different location without spaces.

              Y Offline
              Y Offline
              yzhr
              wrote on last edited by
              #6

              @jsulm
              Thank you!I‘ve fixed the probelm.There was a seperate number in the path that caused the error.

              1 Reply Last reply
              0
              • Y yzhr has marked this topic as solved on

              • Login

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