Fellows:

Today while trying to compile QtCreator 2.0.0-beta "make" kept quitting
with the following error message:

../../../../qtcreatorgit/src/plugins/help/centralwidget.cpp:44:37:
error: /usr/local/Trolltech/Qt-4.7.0/include/QtGui/QPrintPreviewDialog:
Permission denied

I check the source file "centralwidget.cpp" and found nothing wrong with
 it, so I decided to check the permissions on the included file:

-rw-------  1 root  wheel  33 Apr 18 09:49
/usr/local/Trolltech/Qt-4.7.0/include/QtGui/QPrintPreviewDialog

Apparently, while all the other files have permissions set to 644, for
some odd reason the QPrintPreviewDialog file had permissions set to 600.
I reset the permissions to 644 on that file via chmod and the
compilation appears to proceed as it should. I have Qt-4.7.0 installed
(the latest Qt master branch).

I send this just in case that someone comes across a similar problem et al.

Victor

<<attachment: victor_sardina.vcf>>

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to