Chinaunix首页 | 论坛 | 博客
  • 博客访问: 93159
  • 博文数量: 16
  • 博客积分: 359
  • 博客等级: 一等列兵
  • 技术积分: 279
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-24 22:08
文章分类
文章存档

2014年(3)

2012年(13)

我的朋友

分类: Android平台

2014-05-26 15:44:58

sudo apt-get install git gnupg flex bison gperf build-essential\
 zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev\
 libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386\
 libgl1-mesa-dev g++-multilib mingw32 tofrodos\
  python-markdown libxml2-utils xsltproc zlib1g-dev:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
git is already the newest version.
zip is already the newest version.
zip set to manually installed.
gnupg is already the newest version.
libc6-dev is already the newest version.
libc6-dev set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 8.0.4-0ubuntu0.7)
                        Recommends: libgl1-mesa-dri:i386 (>= 7.2)
E: Unable to correct problems, you have held broken packages.

修改libgl1-mesa-glx:i386为推荐库libgl1-mesa-dri:i386


以下为君正编译环境,较android官网多了最后一行配置,不添加会编译失败。

apt-get install git-core gnupg flex bison gperf build-essential\
 zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev\
 libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dri:i386\
 libgl1-mesa-dev g++-multilib mingw32 tofrodos\
 python-markdown libxml2-utils xsltproc zlib1g-dev:i386\
 cpp-4.6 g++-4.6 gcc-4.6 gcc-4.6-multilib gcc g++ cpp gcc-multilib g++-4.6-multilib\
 ia32-libs gawk qt4-dev-tools

阅读(4441) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~