- Dec
- 51
- 0
Hello.
In a CMake project using Ninja as the "make" program, TCC have problem with this command spawned from Ninja:
"cd /D F:\gv\dx-radio\DAB\AbracaDABra\gv-build &&
F:\gv\Qt\6.7.0\msvc2019_64\.\bin\rcc.exe --output F:/gv/dx-radio/DAB/AbracaDABra/gv-build/.rcc/qrc_AbracaDABra_translations.cpp
--name AbracaDABra_translations F:/gv/dx-radio/DAB/AbracaDABra/gv-build/.rcc/AbracaDABra_translations.qrc --no-zstd"
With quotes ("") and all on 1 line.
TCC errors with "TCC: Unknown command "cd /D F:\gv\dx-radio\DAB\AbracaDABra\gv-build..."
I do have "UnixPaths=Yes" in my tcmd.ini. If I use cmd.exe /C with the ninja build, there is no such problem.
Or if I remove the quotes and run the above manually, there's no problem.
So what could be the problem with the quoted command?
In a CMake project using Ninja as the "make" program, TCC have problem with this command spawned from Ninja:
"cd /D F:\gv\dx-radio\DAB\AbracaDABra\gv-build &&
F:\gv\Qt\6.7.0\msvc2019_64\.\bin\rcc.exe --output F:/gv/dx-radio/DAB/AbracaDABra/gv-build/.rcc/qrc_AbracaDABra_translations.cpp
--name AbracaDABra_translations F:/gv/dx-radio/DAB/AbracaDABra/gv-build/.rcc/AbracaDABra_translations.qrc --no-zstd"
With quotes ("") and all on 1 line.
TCC errors with "TCC: Unknown command "cd /D F:\gv\dx-radio\DAB\AbracaDABra\gv-build..."
I do have "UnixPaths=Yes" in my tcmd.ini. If I use cmd.exe /C with the ninja build, there is no such problem.
Or if I remove the quotes and run the above manually, there's no problem.
So what could be the problem with the quoted command?