Menu

#27 tick in app.pro makes qmake crash

open
nobody
None
5
2003-11-19
2003-11-19
No

I have a strange behaviour of qmake (qt-3.2.2 compiled
with gcc-3.2.3 or Forte 6.2 on Sparc/Solaris 7) and the
app.pro file in pqt-designer for qt-3.2.2:
The qmake -o Makefile app.pro gives a segfault
(only on Solaris, not on Linux) because of the tick in
the message:
message("The environment variable PREFIX isn't set:")
I changed this to
message("The environment variable PREFIX is not set:")
and everything is fine again...
Seems to be an issue in qmake, but as the workaround
is so simple, I thought you may want to integrate this
in your distribution.

Cheers,

Marek

Discussion


Log in to post a comment.