[Development] rebuild Qt 5 on Mac OS

Thiago Macieira thiago.macieira at intel.com
Sun Sep 23 03:14:50 CEST 2012


On sábado, 22 de setembro de 2012 15.55.58, Chris Meyer wrote:
> make[4]: *** No rule to make target
> `inspector/InspectorWebGLAgent.cpp', needed by
> `obj/debug/inspector/InspectorAllInOne.o'.  Stop.
> make[3]: *** [debug-all] Error 2
> make[2]: *** [sub-Target-pri-make_first-ordered] Error 2
> make[1]: *** [sub-Source-WebCore-WebCore-pro-make_first-ordered] Error 2
> make: *** [module-qtwebkit-make_first] Error 2
> 
> I'm guessing there is something equivalent to 'syncqt' to run in 5.0
> -- however when I run
> 
> qtbase/bin/syncqt `pwd`
> 
> from the top level directory, I get:
> 
> Could not find a sync.profile...
> 
> What am I doing wrong?

Nothing. You should not run syncqt manually. qmake does that for you.

And syncqt only creates header files. Your problem relates to a .cpp, which 
syncqt definitely never touches. Therefore, your problem is not related to 
syncqt.

More than likely, it's just a down-to-earth bug caused by referring to a file 
that doesn't exist, on your configuration.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120923/9f337390/attachment.sig>


More information about the Development mailing list