mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Qt built with mingw does not define Q_WS_WIN


From: Nikos Chantziaras
Subject: Re: [Mingw-cross-env-list] Qt built with mingw does not define Q_WS_WIN
Date: Sun, 28 Mar 2010 22:09:29 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100322 Thunderbird/3.0.3

On 03/28/2010 09:52 PM, Nikos Chantziaras wrote:
[...]

I installed the development version. I now get this error when trying to
build a Qt app:

make: /home/realnc/opt/mingw/usr/i686-pc-mingw32/bin/uic: Command
not found
make: *** [tmp/ui_qtadsconfdialog.h] Error 127

I don't why it's looking for uic in the above place. It's actually in:

/home/realnc/opt/mingw/usr/bin/i686-pc-mingw32-uic

My error.  I forgot to unset the QMAKESPEC env var.

However, still the same error, Q_WS_WIN is not set. Furthermore, the "make clean" target is not using "rm -f" but simply "rm":

  rm: cannot remove `obj/vmcoll.o': No such file or directory
  rm: cannot remove `obj/vmconhmp.o': No such file or directory
  rm: cannot remove `obj/vmconhtm.o': No such file or directory
  rm: cannot remove `obj/vmconsol.o': No such file or directory
  rm: cannot remove `obj/vmcrc.o': No such file or directory
  rm: cannot remove `obj/vmcset.o': No such file or directory
  [etc, etc]

And the worst of all right now:

  error: phonon/mediaobject.h: No such file or directory

mingw-cross-dev doesn't seem to install Phonon at all.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]