Unknown CMake command qt4_wrap_cpp.

2011-09-29 Thread Norman Khine
hello, i did a: $ sudo port -d selfupdate $ sudo port -d upgrade outdated and this fails when it tries to update 'strigi', here is the main.log file http://pastie.org/2609516 $ port installed |grep qt qt3 @3.3.8_8+darwin_10 qt3 @3.3.8_9 qt3 @3.3.8_11 (active) qt4-mac @4.6.1_0 qt4-mac

Re: Unknown CMake command qt4_wrap_cpp.

2011-09-29 Thread Michael Dickens
Hi Norman - 'strigi' depends on 'automoc', which depends on 'qt4-mac'. In your install, 'qt3' is active, while 'qt4-mac' is not. Hence, the 'strigi' cannot be upgraded. 'qt3' and 'qt4-mac' conflict with each other, so you'll need to deactivate qt3 and activate qt4-mac @4.7.3_0+quartz before