-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Breaks on i386: unknown type name 'Elf64_Auxinfo' #1110
Comments
This is the full extract: #if defined(__FreeBSD__)
#if defined(__ELF_WORD_SIZE) && __ELF_WORD_SIZE == 64
using Elf64_auxv_t = Elf64_Auxinfo;
#endif
using Elf32_auxv_t = Elf32_Auxinfo;
#endif so I guess the elf word size is set to 64? If it's a bug, you might want to ping the people over at https://github.com/abseil/abseil-cpp |
Where is |
You are facing a problem with abseil, which is a sfizz dependency and that define looks like part of your OS source files. |
Pending #1117 |
Should be OK now, can you please tell us if this is still an issue? |
Version: 1.2.0
FreeBSD 13.0-RELEASE
The text was updated successfully, but these errors were encountered: