SoX 编译出错

简介:
[root@apache sox-14.3.1]# make -s
Making all in lpc10
Making all in libgsm
Making all in src
sox.c: In function ?.arse_effects?.
sox.c:808: warning: passing argument 1 of ?.alloc?.with different width due to prototype
sox.c:808: warning: passing argument 2 of ?.alloc?.with different width due to prototype
sox.c:811: warning: passing argument 1 of ?.alloc?.with different width due to prototype
sox.c:811: warning: passing argument 2 of ?.alloc?.with different width due to prototype
sox.c: In function ?.pen_output_file?.
sox.c:1453: warning: passing argument 1 of ?.alloc?.with different width due to prototype
sox.c:1453: warning: passing argument 2 of ?.alloc?.with different width due to prototype
sox.c:1708:1: warning: embedding a directive within macro arguments is not portable
sox.c:1710:1: warning: embedding a directive within macro arguments is not portable
sox.c:1712:1: warning: embedding a directive within macro arguments is not portable
sox.c: In function ?.arse_gopts_and_fopts?.
sox.c:2201: warning: passing argument 1 of ?.alloc?.with different width due to prototype
sox.c:2201: warning: passing argument 2 of ?.alloc?.with different width due to prototype
sox.c:2202: warning: passing argument 1 of ?.alloc?.with different width due to prototype
sox.c:2202: warning: passing argument 2 of ?.alloc?.with different width due to prototype
sox.c:2211: warning: passing argument 1 of ?.alloc?.with different width due to prototype
sox.c:2211: warning: passing argument 2 of ?.alloc?.with different width due to prototype
stats.c: In function ?.it_depth?.
stats.c:135: warning: negative integer implicitly converted to unsigned type
hcom.c: In function ?.topwrite?.
hcom.c:436: warning: dereferencing type-punned pointer will break strict-aliasing rules
mp3.c:60: error: expected ?.?. ?.?. ?.?. ?.sm?.or ?._attribute__?.before ?.onst?
mp3.c:60: warning: ISO C does not allow extra ?.?.outside of a function
In file included from mp3.c:248:
mp3-util.h: In function ?.rite_comments?.
mp3-util.h:41: warning: passing argument 2 of ?.->id3tag_set_pad?.with different width due to prototype
mp3.c: In function ?.et_id3v2_tag_size?.
mp3.c:604: warning: passing argument 2 of ?.read?.with different width due to prototype
mp3.c:611: warning: passing argument 3 of ?.trncmp?.with different width due to prototype
mp3.c: In function ?.ewrite_id3v2_tag?.
mp3.c:650: warning: format ?.d?.expects type ?.nt?. but argument 2 has type ?.ize_t?
mp3.c:672: warning: passing argument 3 of ?.write?.with different width due to prototype
mp3.c:673: warning: format ?.d?.expects type ?.nt?. but argument 2 has type ?.ize_t?
mp3.c: In function ?.ewrite_tags?.
mp3.c:725: warning: passing argument 2 of ?.write?.with different width due to prototype
mp3.c:725: warning: passing argument 3 of ?.write?.with different width due to prototype
make[1]: *** [libsox_la-mp3.lo] Error 1
make: *** [all-recursive] Error 1









本文转自 jxwpx 51CTO博客,原文链接:http://blog.51cto.com/jxwpx/457067,如需转载请自行联系原作者
目录
相关文章
|
3天前
|
编译器 C++
CPP的常量引用
CPP的常量引用
10 0
|
2天前
|
Java Kotlin
java调用kotlin代码编译报错“找不到符号”的问题
java调用kotlin代码编译报错“找不到符号”的问题
17 10
|
3天前
|
编译器 C++
CPP的函数重载
CPP的函数重载
25 0
VC8常用代码对应汇编 成员变量赋值
VC8常用代码对应汇编 成员变量赋值
|
12月前
|
C++
C2440编译错误:__cplusplus编译选项引发的
C2440编译错误:__cplusplus编译选项引发的
183 0
C2440编译错误:__cplusplus编译选项引发的
|
12月前
|
安全 编译器 C语言
VS编译器警告scanf未定义的三种解决办法
我们开始学习编程时候上手第一门语言通常是C语言,我们还需要下载一个编译器,最常见的莫过于Microsoft公司开发的Visual Studio(下面都简称VS)系列编译器,但是VS中我们使用scanf等函数时语句总是报错,显示不安全。
VS编译器警告scanf未定义的三种解决办法
|
编译器 C++
完美解决vs编译器scanf报错问题
完美解决vs编译器scanf报错问题
219 0
完美解决vs编译器scanf报错问题
反编译报错 using 语句中使用的类型必须可隐式转换为“System.IDisposable“
反编译报错 using 语句中使用的类型必须可隐式转换为“System.IDisposable“
|
编译器 C++
C | 关于VS编译器的scanf、字符操作函数报错不安全
许多使用VS编译器的铁汁都会遇到这类报错,使用`scanf`、`strcat`、`strerror`等,都会报错认为它们不安全,让我们看看如何处理叭~
96 0
C | 关于VS编译器的scanf、字符操作函数报错不安全
编译出错 recompile with -fPIC
编译出错 recompile with -fPIC
104 0