[uae] Re: UI status?

  • From: Ivo Couckuyt <iv0co@xxxxxxxxxxx>
  • To: uae@xxxxxxxxxxxxx
  • Date: Tue, 02 Oct 2007 19:14:12 +0200

Dexter Filmore wrote:
try:
svn co https://svn.ilmc.eu/euae/trunk euae

configure with --enable-ui   if qt is installed it should built with qt,
otherwise gtk.

Checked it out, built it, ran it, runs the gtk ui.
Prerequisite is Qt 4, check the output of configure
Around the lines of gtk there should be aline trying to detect the qt libs
If it says 'no' then there is something wrong with your qt4 installation i think, if 'yes' then it should build the qt version but then again, i'm no expert in configure scripts. i tried it here, works perfectly (gentoo with qt3.3.8 and qt4.3 installed)

I used this configure line:

./configure --enable-jit --enable-action-replay --enable-vidmode --enable-ui
 --with-sdl --with-sdl-sound --with-sdl-gfx --with-sdl-gl --with-alsa --with-x -
-host=i486-linux-gnu --build=i486-linux-gnu --prefix=/usr --mandir=${prefix}/sha
re/man --infodir=${prefix}/share/info CFLAGS=-Wall -g -O2 LDFLAGS=-Wl,-z,defs

I ran make manually in the gui-qt dir and got this:

gui-qt$ make
cd ../.. && /bin/bash ./config.status src/gui-qt/Makefile depfiles
config.status: creating src/gui-qt/Makefile
config.status: executing depfiles commands
uic ui_mainDialog.ui -o ui_mainDialog.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.7)
make: *** [ui_mainDialog.h] Fehler 1


So - do I lack a prerequisite? qt4 development files should be in place.
Hmm, seems you have both qt 3.x and qt 4.x installed. The environment probably finds the 3.x uic before the 4.x. (try a 'which uic') Or perhaps these development files of qt4 don't include uic ? (did you install the user qt4 files too ?)


Other related posts: