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 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
Hi guys,
I've followed the installation guide, but then I got the following error:
I ran it on macOS 10.12.6. Do you have any hint how to overcome it?
The text was updated successfully, but these errors were encountered: