Luabind does not build with clang
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
luabind (Debian) |
Fix Released
|
Unknown
|
|||
luabind (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Libluabind-dev cannot be used with clang because of missing forward declarations. A fix has been committed to the github master branch of luabind about two years ago:
https:/
For sake of completeness:
1) $ lsb_release -rd
Description: Ubuntu 12.04.1 LTS
Release: 12.04
2) apt-cache policy libluabind-dev
libluabind-dev:
Installiert: 0.9.1+dfsg-4
Kandidat: 0.9.1+dfsg-4
Versionstabelle:
*** 0.9.1+dfsg-4 0
500 http://
100 /var/lib/
clang:
Installiert: 3.0-6ubuntu3
Kandidat: 3.0-6ubuntu3
Versionstabelle:
*** 3.0-6ubuntu3 0
500 http://
100 /var/lib/
3) Programm compiles fine.
4) In file included from /usr/include/
In file included from /usr/include/
In file included from /usr/include/
In file included from /usr/include/
In file included from /usr/include/
/usr/include/
is ambiguous
/usr/include/
'
using adl::object;
^
/usr/include/
lookup is 'luabind::object'
class object;
^
Related branches
Changed in luabind (Debian): | |
status: | Unknown → New |
Changed in luabind (Debian): | |
status: | New → Fix Committed |
Changed in luabind (Debian): | |
status: | Fix Committed → Fix Released |
This bug was fixed in the package luabind - 0.9.1+dfsg-7
---------------
luabind (0.9.1+dfsg-7) unstable; urgency=low
* Tweak bjam invocation to account for instances where dpkg-buildflags
returns an empty string; corrects FTBFS on ia64
-- Roberto C. Sanchez <email address hidden> Sat, 13 Jul 2013 23:02:30 -0400