https://bugs.winehq.org/show_bug.cgi?id=43965
Bug ID: 43965 Summary: Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment? Product: Wine Version: 2.3 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alpha_one_x86@first-world.info Distribution: ---
Hi,
I have copied Qt 5.9.1 to my wine and put it into the PATH, I have this bug: wine qmake fixme:file:FindFirstFileExW flags not implemented 0x00000002 Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment?
g++ is well detected: wine g++ g++.exe: fatal error: no input files compilation terminated.
* same problem with official and compiled with mingw version * no problem with full windows into qemu
Cheers.
https://bugs.winehq.org/show_bug.cgi?id=43965
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #1 from Austin English austinenglish@gmail.com --- wine g++ doesn't work here..winegcc/wineg++ so:
austin@austin2:~$ wine g++ wine: cannot find L"C:\windows\system32\g++.exe"
austin@austin2:~$ winegcc gcc: fatal error: no input files compilation terminated. winegcc: gcc failed
austin@austin2:~$ wineg++ g++: fatal error: no input files compilation terminated. winegcc: g++ failed
and under wine: austin@austin2:~$ wine cmd Microsoft Windows 5.1.2600 (2.14)
Z:\home\austin>g++ Can't recognize 'g++' as an internal or external command, or batch script.
https://bugs.winehq.org/show_bug.cgi?id=43965
--- Comment #2 from alpha_one_x86@first-world.info --- Hi, you need add mingw32/bin/ and qt/bin to your PATH
https://bugs.winehq.org/show_bug.cgi?id=43965
Andrey andrey.gursky@e-mail.ua changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.gursky@e-mail.ua