Emulator Issues #10641
closedQt build fails when using ccache
0%
Description
What's the problem? Describe what went wrong.
When building the Qt frontend, some commands seem to fail to take the CXX environment variable fully, instead splitting it on spaces and using the first component.
Here is the end of the log:
AutoMoc: Command output:
/usr/bin/ccache: invalid option -- 'd'
What steps will reproduce the problem?
$ CXX='ccache gcc' cmake . -DENABLE_QT2=ON
$ make
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
Yes, on 5.0-5823.
Is the issue present in the latest stable version?
No, there was no Qt backend back then.
What are your PC specifications? (CPU, GPU, Operating System, more)
i5-3210m, HD4000, ArchLinux.
Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)
Attached is the complete log.
Files