green hands, ask for help
-
Hi and welcome to devnet,
Nobody can.
There's not enough of the error log to answer. -
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" -
@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. -