-
Notifications
You must be signed in to change notification settings - Fork 55
Description
OS:
MacOS Monterey 12.0.1
Boomerang version or git hash:
v0.5.2
I am trying to install boomerang as explained here:
https://github.com/BoomerangDecompiler/boomerang#building-on-macos
All of the commands worked for me except the last one:
make -j$(sysctl -n hw.ncpu) && make install
When I run the last command, the output contains a number of error messages, ultimately ending with the message:
fatal error: too many errors emitted, stopping now
Here is a summary of the types of errors I get:
redefinition of 'QVector' as different kind of symbol
unknown type name 'QStringData'
unknown type name 'QStringDataPtr'
'QString::Data' (aka 'int') is not a class, namespace, or enumeration
definition of type 'QStringList' conflicts with type alias of the same name
member reference base type 'QString::Data' (aka 'int') is not a structure or union
And here is a longer list of most of the errors:
errors2.txt