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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to