Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error ld cannot find -lx264 ??? #558

Open
GoogleCodeExporter opened this issue Jul 21, 2015 · 0 comments
Open

compile error ld cannot find -lx264 ??? #558

GoogleCodeExporter opened this issue Jul 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

[root@doubango 2.0.1200]# ./android_build.sh > build.20150422.1.1.log
configure: WARNING: using cross tools not prefixed with host triplet
src/tmedia_common.c:86:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:86:2: warning: (near initialization for 
'__plugin_def_types[0].fn_register') [enabled by default]
src/tmedia_common.c:86:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:86:2: warning: (near initialization for 
'__plugin_def_types[0].fn_unregister') [enabled by default]
src/tmedia_common.c:87:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:87:2: warning: (near initialization for 
'__plugin_def_types[1].fn_register') [enabled by default]
src/tmedia_common.c:87:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:87:2: warning: (near initialization for 
'__plugin_def_types[1].fn_unregister') [enabled by default]
src/tmedia_common.c:88:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:88:2: warning: (near initialization for 
'__plugin_def_types[2].fn_register') [enabled by default]
src/tmedia_common.c:88:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:88:2: warning: (near initialization for 
'__plugin_def_types[2].fn_unregister') [enabled by default]
src/tmedia_common.c:89:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:89:2: warning: (near initialization for 
'__plugin_def_types[3].fn_register') [enabled by default]
src/tmedia_common.c:89:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:89:2: warning: (near initialization for 
'__plugin_def_types[3].fn_unregister') [enabled by default]
src/tmedia_common.c:90:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:90:2: warning: (near initialization for 
'__plugin_def_types[4].fn_register') [enabled by default]
src/tmedia_common.c:90:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:90:2: warning: (near initialization for 
'__plugin_def_types[4].fn_unregister') [enabled by default]
src/tmedia_common.c:91:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:91:2: warning: (near initialization for 
'__plugin_def_types[5].fn_register') [enabled by default]
src/tmedia_common.c:91:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:91:2: warning: (near initialization for 
'__plugin_def_types[5].fn_unregister') [enabled by default]
src/tmedia_common.c:92:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:92:2: warning: (near initialization for 
'__plugin_def_types[6].fn_register') [enabled by default]
src/tmedia_common.c:92:2: warning: initialization from incompatible pointer 
type [enabled by default]
src/tmedia_common.c:92:2: warning: (near initialization for 
'__plugin_def_types[6].fn_unregister') [enabled by default]
src/tdav_session_av.c: In function '_sdp_acaps_from_sdp':
src/tdav_session_av.c:1996:3: warning: passing argument 1 of 
'_sdp_acaps_indexof' from incompatible pointer type [enabled by default]
src/tdav_session_av.c:1953:1: note: expected 'struct sdp_acap_xt const (*)[31]' 
but argument is of type 'struct sdp_acap_xt (*)[31]'
src/tdav_session_av.c: In function '_sdp_tcaps_from_sdp':
src/tdav_session_av.c:2052:3: warning: passing argument 1 of 
'_sdp_tcaps_indexof' from incompatible pointer type [enabled by default]
src/tdav_session_av.c:2033:1: note: expected 'struct sdp_tcap_xt const (*)[31]' 
but argument is of type 'struct sdp_tcap_xt (*)[31]'
src/tdav_session_av.c: In function '_sdp_pcfgs_from_sdp':
src/tdav_session_av.c:2169:3: warning: passing argument 1 of 
'_sdp_pcfgs_indexof' from incompatible pointer type [enabled by default]
src/tdav_session_av.c:2141:1: note: expected 'struct sdp_pcfg_xt const (*)[31]' 
but argument is of type 'struct sdp_pcfg_xt (*)[31]'
src/tdav_session_av.c:2203:5: warning: passing argument 1 of 
'_sdp_tcaps_indexof' from incompatible pointer type [enabled by default]
src/tdav_session_av.c:2033:1: note: expected 'struct sdp_tcap_xt const (*)[31]' 
but argument is of type 'struct sdp_tcap_xt (*)[31]'
src/tdav_session_av.c:2223:7: warning: passing argument 1 of 
'_sdp_acaps_indexof' from incompatible pointer type [enabled by default]
src/tdav_session_av.c:1953:1: note: expected 'struct sdp_acap_xt const (*)[31]' 
but argument is of type 'struct sdp_acap_xt (*)[31]'
src/tdav_session_av.c: In function '_sdp_pcfgs_to_sdp':
src/tdav_session_av.c:2315:4: warning: passing argument 1 of 
'_sdp_acaps_indexof' from incompatible pointer type [enabled by default]
src/tdav_session_av.c:1953:1: note: expected 'struct sdp_acap_xt const (*)[31]' 
but argument is of type 'struct sdp_acap_xt (*)[31]'
src/dialogs/tsip_dialog_invite.ice.c: In function 
'tsip_dialog_invite_ice_create_ctx':
src/dialogs/tsip_dialog_invite.ice.c:149:3: warning: 'tnet_ice_ctx_set_stun' is 
deprecated (declared at ../tinyNET/src/ice/tnet_ice_ctx.h:51) 
[-Wdeprecated-declarations]
src/dialogs/tsip_dialog_invite.ice.c:173:3: warning: 'tnet_ice_ctx_set_stun' is 
deprecated (declared at ../tinyNET/src/ice/tnet_ice_ctx.h:51) 
[-Wdeprecated-declarations]
_common/ProxyPluginMgr.h:116:22: warning: inline function 'virtual bool 
ProxyPlugin::isWrapping(tsk_object_t*)' used but never defined [enabled by 
default]
/root/doubango/branches/2.0.1200/my-android-toolchain-armv5te/bin/../lib/gcc/arm
-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot 
find -lx264
collect2: ld returned 1 exit status
make[2]: *** [libtinyWRAP.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Original issue reported on code.google.com by yuxiang...@gmail.com on 22 Apr 2015 at 3:14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant