码迷,mamicode.com
首页 > 移动开发 > 详细

Ubuntu Qt arm-linux-androideabi-gcc: Command not found

时间:2015-06-09 11:24:51      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:

:-1: error: /opt/Qt/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin/arm-linux-androideabi-g++: Command not found

 

更换新pc,重新安装了Ubuntu12.04,Qt5.1,编译shanbaydict过程,出现错误,这是由于You are missing the OpenGL include files. Install the mesa-common-dev package,
../../Qt5.1.0/5.1.0/gcc_64/include/QtGui/qopengl.h:110:21: fatal error: GL/gl.h: No such file or directory
执行
sudo apt-get install mesa-common-dev
编译出现如下错误提示:
/usr/bin/ld: cannot find -lGL
执行下面命令解决:
sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev

 

行如下代码一次性解决所有依赖:sudo apt-get install libgtk2.0-0:i386

Ubuntu Qt arm-linux-androideabi-gcc: Command not found

标签:

原文地址:http://www.cnblogs.com/sankye/p/4562733.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!