radareorg / iaito

Official QT frontend of radare2
GNU General Public License v3.0
1.02k stars 86 forks source link

PORT to QT@6.4 - Working on macOS arm64 with M1 chipset #117

Closed olect closed 1 year ago

olect commented 1 year ago

I have the new Macbook Pro with M1 chipset. QT5 doesn't support arm64 so had to port the application to QT6. This is now working on my machine. Might be other issues as well.

trufae commented 1 year ago

Seems like its not building on linux

Project ERROR: Unknown module(s) in QT: openglwidgets core5compat svgwidgets
[27](https://github.com/radareorg/iaito/pull/117/checks#step:6:28)
make: *** [Makefile:36: build] Error 3

i closed my pr because it had conflicts so it's better to continue on top of your work. Awesome contribution!

its failing for the same reason on macos in the ci. Can you try removing them?

trufae commented 1 year ago

../src/widgets/ColorPicker.cpp:448:19: error: cannot convert ‘float’ to ‘qreal’ {aka ‘double*’} 323

trufae commented 1 year ago

ping?

trufae commented 1 year ago

🦗

trufae commented 1 year ago

tired of waiting