In file included from /Library/Frameworks/QtCore.framework/Headers/QtGlobal:1:
/Library/Frameworks/QtCore.framework/Headers/qglobal.h:331:6: warning: "This
version of Mac OS X is unsupported" [-W#warnings]
# warning "This version of Mac OS X is unsupported"
^
1 warning generated.
Linking CXX shared library libqtlua.dylib
[ 5%] Built target libqtlua
[ 7%] Generating moc_qluaconsole.cxx
[ 8%] Generating qrc_qlua.cxx
[ 9%] Generating qluaapplication.moc
[ 10%] Generating qluaconsole_unix.moc
[ 11%] Generating moc_qluaapplication.cxx
Scanning dependencies of target libqlua
[ 13%] Building CXX object qlua/CMakeFiles/libqlua.dir/qluaapplication.cpp.o
/tmp/luarocks_qtlua-scm-1-278/qtlua/qlua/qluaapplication.cpp:18:10: fatal error:
'QApplication' file not found
#include <QApplication>
^
1 error generated.
make[2]: *** [qlua/CMakeFiles/libqlua.dir/qluaapplication.cpp.o] Error 1
make[1]: *** [qlua/CMakeFiles/libqlua.dir/all] Error 2
make: *** [all] Error 2
--
You received this message because you are subscribed to the Google Groups "torch7" group.
To unsubscribe from this group and stop receiving emails from it, send an email to torch7+un...@googlegroups.com.
To post to this group, send email to tor...@googlegroups.com.
Visit this group at http://groups.google.com/group/torch7.
For more options, visit https://groups.google.com/d/optout.
Hey, I've never used the frameworks version of QT to use torch.Have you tried installing QT from homebrew using the command:brew install qt?