Opened 8 years ago
Closed 8 years ago
#302 closed defect (invalid)
qmake no longer works after yum update
Reported by: | ak120 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Qt Enhanced |
Component: | qmake | Version: | 4.7.3 |
Severity: | high | Keywords: | |
Cc: |
Description
By updating a system with yum, qmake no longer works.
Output:
sh.exe: 1: cd: can't cd to c:Projektqtkapow-1.4.4.2
Change History (4)
comment:1 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Thanks, I know about this. Before posting here I read the README file.
My environment values are OS2_SHELL=C:\OS2\CMD.EXE and MAKESHELL=C:\OS2\CMD.EXE.
And qmake is run from CMD.EXE inside a OS/2 window. So what's the reason for it wants to call a different shell, which I did not have specified anywhere?
comment:3 by , 8 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:4 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
this is only possible if you changed qmake.conf or such. It's for sure a local env issue, as else we all could not build anymore.
Note:
See TracTickets
for help on using tickets.
qmake is not designed to work with a shell beside cmd. qmake always needs cmd as the shell. this is/was the case since ever.