Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radare2 build failure on Tiger #1249

Open
mistydemeo opened this issue Jan 17, 2025 · 1 comment
Open

radare2 build failure on Tiger #1249

mistydemeo opened this issue Jan 17, 2025 · 1 comment

Comments

@mistydemeo
Copy link
Owner

On Tiger, with GCC 4.0 and 4.2, I'm seeing build failures such as:

In file included from /private/tmp/radare220250116-11869-14xbq3/radare2-5.9.0/libr/include/r_core.h:23,
                 from log.c:5:
/private/tmp/radare220250116-11869-14xbq3/radare2-5.9.0/libr/include/r_debug.h:346: error: redefinition of typ
edef ‘RDebugPluginSession’
/private/tmp/radare220250116-11869-14xbq3/radare2-5.9.0/libr/include/r_debug.h:293: error: previous declaratio
n of ‘RDebugPluginSession’ was here
/private/tmp/radare220250116-11869-14xbq3/radare2-5.9.0/libr/include/r_debug.h:439: error: redefinition of typ
edef ‘RDebug’
/private/tmp/radare220250116-11869-14xbq3/radare2-5.9.0/libr/include/r_debug.h:258: error: previous declaratio
n of ‘RDebug’ was here

Is this expected? Maybe we should mark it as needing a newer GCC.

@sevan
Copy link
Collaborator

sevan commented Jan 17, 2025

Ah, yeah. It relies on C11 support. I built it with GCC 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants