Re: [qmc2-devel] New QT 4.8 paths cause MacOS build issues
Brought to you by:
prianthefist,
renereucher
|
From: R. R. <ren...@ba...> - 2012-05-21 19:33:06
|
On Monday 21 May 2012 19:41:47 R. Reucher wrote: > On Monday 21 May 2012 19:08:11 David Ely wrote: > > Okay, I tracked down where the problem started. It was rev 3889 which > > seems to have broke all QT 4.7.3 builds with Xcode 3 on my Snow > > Leopard build server. QT 4.8 builds with Xcode 4.3 work fine on Lion, > > with the exception of the SDLMESS bundle icon. > > Hmm, yes, this is strange... let me check this! We still have a bit of time > as some translation updates are pending. I found something: the new clean up rules for Mac builds with Qt 4.8+ were missing the removal of the Info.plist files that are generated on "sudo make install". So "sudo make distclean" didn't remove them and subsequent file regeneration for the second emulator failed... However, it's important to specify EMU=<emulator> at least when building / installing qmc2-sdlmess: $ make [-j5] EMU=SDLMAME $ sudo make install EMU=SDLMAME $ sudo make distclean EMU=SDLMAME $ make [-j5] EMU=SDLMESS $ sudo make install EMU=SDLMESS $ sudo make distclean EMU=SDLMESS This works cleanly here, at least now. I removed the old QMC2 installation completely before I tried. The icons are asscoiated correctly. I'll now try to fix the Qt 4.7 builds... René |