FS#44861 - [gcc] GCC-5.1.0 Breaks compilation of vlc (git)
Attached to Project:
Arch Linux
Opened by Vladimir (_v_l) - Tuesday, 05 May 2015, 13:30 GMT
Last edited by Allan McRae (Allan) - Wednesday, 06 May 2015, 03:25 GMT
Opened by Vladimir (_v_l) - Tuesday, 05 May 2015, 13:30 GMT
Last edited by Allan McRae (Allan) - Wednesday, 06 May 2015, 03:25 GMT
|
Details
Description:
gcc from testing (5.1.0 version) breaks compilation of vlc (source cloned from git repo). I'm reporting about this here because not sure why but on other system with gcc 4.9.2 vlc compiles fine. Also clang can't compile the vlc on system with gcc 5.1.0. Additional info: * gcc 5.1.0 (testing) and gcc (4.9.2); * vlc (from git repo). I attached log generated by 'makepkg -L'. |
This task depends upon
Closed by Allan McRae (Allan)
Wednesday, 06 May 2015, 03:25 GMT
Reason for closing: Not a bug
Additional comments about closing: Looks like a VLC issue.
Wednesday, 06 May 2015, 03:25 GMT
Reason for closing: Not a bug
Additional comments about closing: Looks like a VLC issue.
vlc-git-2.2.0_3113_g28b9f7c-1...
CXX visualization/libprojectm_plugin_la-projectm.lo
In file included from /usr/include/c++/5.1.0/memory:83:0,
from /usr/include/libprojectM/projectM.hpp:81,
from visualization/projectm.cpp:40:
/usr/include/c++/5.1.0/bits/shared_ptr_atomic.h:71:58: error: macro "atomic_is_lock_free" passed 2 arguments, but takes just 1
atomic_is_lock_free(const __shared_ptr<_Tp, _Lp>* __p)