[Qt-creator] QPrintPreviewDialog Permissions on Mac
Victor Sardina
Victor.Sardina at noaa.gov
Sun Apr 18 23:05:45 CEST 2010
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: victor_sardina.vcf
Type: text/x-vcard
Size: 577 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20100418/e1715f64/attachment.vcf
More information about the Qt-creator-old
mailing list