[Buildroot] [PATCH 1/1] jack2: fix build issue with glibc

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 27 13:46:24 UTC 2016


Hello,

On Mon, 22 Aug 2016 23:01:57 +0530, Rahul Bedarkar wrote:
> With glibc 2.16, we get following build error when building jack2:
> 
>   [193/247] cxx: tests/iodelay.cpp -> build/tests/iodelay.cpp.4.o
>   ../tests/iodelay.cpp:171:43: error: 'UINT32_MAX' was not declared in this scope
>   ../tests/iodelay.cpp:171:55: error: 'UINT32_MAX' was not declared in this scope
>   ../tests/iodelay.cpp:172:44: error: 'UINT32_MAX' was not declared in this scope
>   ../tests/iodelay.cpp:172:56: error: 'UINT32_MAX' was not declared in this scope
> 
> In glibc 2.17 or older version, Header <stdint.h> defines these macros
> for C++ only if explicitly requested by defining __STDC_LIMIT_MACROS.
> 
> We can't use <cstdint> since it requires C++11 standard.
> 
> Fixes:
> 
>   http://autobuild.buildroot.net/results/369/369ce208ffea43dad75ba0a13469159b341e3bf5/
> 
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar at imgtec.com>
> ---
>  .../0003-tests-define-__STDC_LIMIT_MACROS.patch    | 41 ++++++++++++++++++++++
>  1 file changed, 41 insertions(+)
>  create mode 100644 package/jack2/0003-tests-define-__STDC_LIMIT_MACROS.patch

Applied to master, thanks. Please submit your patch to the upstream
jack2 project.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list