回帖:楼主请问下 我下载了qt-sdk-linux-x86-opensource-2009.02.bin(包含QTC)
以前在RedHat7上可以正常安装
可以换成RedFlag6后
用如下命令安装后
# chmod +x qt-sdk-linux-x86-opensource-2009.02.bin
# ./qt-sdk-linux-x86-opensource-2009.02.bin
提示这样的错误
There has been an error. A debug file has been created at:
/tmp/bitrock_debug_7656.xml
Please attach it to any bug report.
The application will exit now.
google后发现只有这样的问题没有解决方案~
有一哥们说是换成qt-x11-opensource-src-4.5.1.tar.gz就可以用了 是不是因为是X86和X11平台的问题?