You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It's likely the problem stems from incompatible qt version being found by cmake ( found similar error message around the net )
Please check ( using cmake-gui if available ) if your build has the proper qt version selected?
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
The text was updated successfully, but these errors were encountered: