Page 1 of 1

Build Failed recipe for target 'access/dsm/libdsm_plugin_la-access.lo' failed

Posted: 26 Jul 2016 10:36
by kyrinleo
make[4]: Entering directory '/home/kyrinleo/ky/VLCSource/vlc-android/vlc/build-android-arm-linux-androideabi/modules'
CC access/dsm/libdsm_plugin_la-access.lo
../../modules/access/dsm/access.c: In function 'Control':
../../modules/access/dsm/access.c:494:36: error: 'p_sys' undeclared (first use in this function)
smb_stat st = smb_stat_fd( p_sys->p_session, p_sys->i_fd );
^
../../modules/access/dsm/access.c:494:36: note: each undeclared identifier is reported only once for each function it appears in
../../modules/access/dsm/access.c:478:19: warning: unused variable 'sys' [-Wunused-variable]
access_sys_t *sys = p_access->p_sys;
^
Makefile:15346: recipe for target 'access/dsm/libdsm_plugin_la-access.lo' failed
make[4]: *** [access/dsm/libdsm_plugin_la-access.lo] Error 1
make[4]: Leaving directory '/home/kyrinleo/ky/VLCSource/vlc-android/vlc/build-android-arm-linux-androideabi/modules'
Makefile:18606: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/kyrinleo/ky/VLCSource/vlc-android/vlc/build-android-arm-linux-androideabi/modules'
Makefile:8276: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/kyrinleo/ky/VLCSource/vlc-android/vlc/build-android-arm-linux-androideabi/modules'
Makefile:2262: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/kyrinleo/ky/VLCSource/vlc-android/vlc/build-android-arm-linux-androideabi'
Makefile:2147: recipe for target 'all' failed
make: *** [all] Error 2
vlc: make failed


How can I do to resolve it? please Help me

Re: Build Failed recipe for target 'access/dsm/libdsm_plugin_la-access.lo' failed

Posted: 28 Jul 2016 22:12
by Jean-Baptiste Kempf
git pull