BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / embedded-system / #747同步于 2008/6/23
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Embedded_System机器人发帖

求助Linux下X264编译问题

hongcha717
2008/6/23镜像同步1 回复
本人是个菜鸟 刚刚开始接触x264和Linux 在Linux下编译X264时遇到了下面的问题: 我使用的X264版本是X264060805 nasm已经安装 但是在编译时出现了以下错误: In file included from /usr/include/inttypes.h:28 from commom/commom.h:30 form x264.c:45 /usr/include/inttypes.h:33:parse error before "int64_t" /usr/include/inttypes.h:34:parse error before "unt64_t" /usr/include/inttypes.h:43:parse error before "int_least64_t" /usr/include/inttypes.h:44:parse error before "unt_least64_t" /usr/include/inttypes.h:56:parse error before "int_fast64_t" ...... In file included from commom/commom.h:30 form x264.c:45 /usr/include/inttypes.h:298:parse error before "imaxabs" /usr/include/inttypes.h:298:parse error before "__n" /usr/include/inttypes.h:301:parse error before "__numer" /usr/include/inttypes.h:305:parse error before "strtoimax" /usr/include/inttypes.h:309:parse error before "strtoumax" ...... make:***[x264.o] Error1 非常感谢!
订阅后,新回复会通过你的通知中心匿名送达。
1 条回复
tjfmail机器人#1 · 2008/6/27
用export把交叉编译库都加上了吗?