PDA

View Full Version : Qt 4.6.2 Mac Installation fails .



nikhil
14th February 2011, 07:42
I am Installing qt-everywhere-commercial-src-4.6.2 on tiger 10.4.11
It is successfully building all sources but when i am "make install" it is giving following error.

cd src/tools/bootstrap/ && make -f Makefile install
make[1]: Nothing to be done for `install'.
cd src/tools/moc/ && make -f Makefile install
mkdir: /usr/local/Trolltech: Permission denied
make[1]: *** [install_target] Error 1
make: *** [sub-moc-install_subtargets-ordered] Error 2

Thanks in Advance

Added after 11 minutes:

The problem solved easily just by changing permissions of usr/locale folder to read & write

sunil880089
6th October 2012, 11:45
I am Installing qt-everywhere-commercial-src-4.6.2 on tiger 10.4.11
It is successfully building all sources but when i am "make install" it is giving following error.

cd src/tools/bootstrap/ && make -f Makefile install
make[1]: Nothing to be done for `install'.
cd src/tools/moc/ && make -f Makefile install
mkdir: /usr/local/Trolltech: Permission denied
make[1]: *** [install_target] Error 1
make: *** [sub-moc-install_subtargets-ordered] Error 2

Thanks in Advance

Added after 11 minutes:

The problem solved easily just by changing permissions of usr/locale folder to read & write

Hi nikhil ,
i am also facing same problem.
can you please help me to find solution..

Thank you