[Bug 4204] boost library cannot find bits/atomicity.h
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Wed Apr 30 21:34:52 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4204
--- Comment #1 from Leon Woestenberg <likewise at gmx.net> 2008-04-30 23:34:52 ---
atomicity.h has been moved from bits/atomicity.h to ext/atomicity.h
(this file belongs to gcc 4.2)
The affected file that needs to be changed is
/usr/include/boost/detail/atomic_count_gcc.hpp on line 20.
Changing to ext/atomicity.h fixed the compile problem.
So, we have a GCC-version dependent fix here.
Or, we should fix GCC 4.2 to publish the header file at two locations?
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list