problem during Qt installation

后端 未结 2 1788
野的像风
野的像风 2021-01-15 23:04

I\'m currently downloading Qt4 and I got to about 85% of the download, when an unexpected error message popped up, saying...

Error during installation

2条回答
  •  萌比男神i
    2021-01-15 23:49

    All you need to do is install GCC - that comes with Xcode ! I had the same issues Lion, I installed gcc, and reinstalled QT... things went smooth. to double check if you have the same issues, use " which gcc" and see if you have gcc.

    To install gcc, go to Xcode->Preference->Downloads and click install button besides "Command line tools".

提交回复
热议问题