problem during Qt installation

2019-02-20 01:25发布

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 process(com.nokia.ndk.tools.simulator.qtgcc): Error while relocating Qt: Can't start process install_name_tool.

What should I do? I'm not sure what the problem is.

EDIT: I'm downloading this on the snow leopard operating system and I've tried the online installer and the full package download.

标签: qt4
2条回答
一夜七次
2楼-- · 2019-02-20 02:00

I reinstalled xcode (from the apple developer website) and selected all the options that come with the package this time. I had no more problems during the installation.

查看更多
劳资没心,怎么记你
3楼-- · 2019-02-20 02:12

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".

查看更多
登录 后发表回答