idb icon indicating copy to clipboard operation
idb copied to clipboard

Installation issue on macOS 10.12.6

Open xep624 opened this issue 6 years ago • 2 comments

Hi guys,

I've followed the installation guide, but then I got the following error:

[ 82%] Building CXX object ruby/qtruby/src/CMakeFiles/qtruby4.dir/qtruby.o
/Users/rzepsky/.rvm/gems/ruby-2.4.1/gems/qtbindings-4.8.6.3/ext/ruby/qtruby/src/qtruby.cpp:2211:14: error: ordered comparison between pointer and zero ('void *' and 'int')
        return (ptr > 0 ? Qtrue : Qfalse);
                ~~~ ^ ~
1 error generated.
make[3]: *** [ruby/qtruby/src/CMakeFiles/qtruby4.dir/qtruby.o] Error 1
make[2]: *** [ruby/qtruby/src/CMakeFiles/qtruby4.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [build] Error 2

make failed, exit code 2

Gem files will remain installed in /Users/rzepsky/.rvm/gems/ruby-2.4.1/gems/qtbindings-4.8.6.3 for inspection.

I ran it on macOS 10.12.6. Do you have any hint how to overcome it?

xep624 avatar Oct 06 '17 16:10 xep624

I have also ran into the same problem. macOS 10.13 Scanning dependencies of target qtruby4 [ 81%] Building CXX object ruby/qtruby/src/CMakeFiles/qtruby4.dir/qtruby.o /Users/XXX/.rvm/gems/[email protected]/gems/qtbindings-4.8.6.3/ext/ruby/qtruby/src/qtruby.cpp:2211:14: error: ordered comparison between pointer and zero ('void *' and 'int') return (ptr > 0 ? Qtrue : Qfalse); ~~~ ^ ~ 1 error generated. make[3]: *** [ruby/qtruby/src/CMakeFiles/qtruby4.dir/qtruby.o] Error 1 make[2]: *** [ruby/qtruby/src/CMakeFiles/qtruby4.dir/all] Error 2 make[1]: *** [all] Error 2 make: *** [build] Error 2

make failed, exit code 2

Gem files will remain installed in /Users/XXX/.rvm/gems/[email protected]/gems/qtbindings-4.8.6.3 for inspection. Results logged to /Users/XXX/.rvm/gems/[email protected]/extensions/x86_64-darwin-17/2.4.0/qtbindings-4.8.6.3/gem_make.out

100Permission avatar Oct 08 '17 09:10 100Permission

This can be closed. Already solved in #issue84

xep624 avatar Oct 13 '17 17:10 xep624