Hi all,<br><br>I'd like to compile SMSTools from the sources on my intel OS-X Mac.  I just tried compiling it using scons, but it seemed to have some problems finding the QT header files that it needs.  Um...  I have QTDIR set as an environment variable.  So, it doesn't seem to be using this variable.  Does anyone know what the trouble might be?  Is SMSTools using QT4?  
<br><br>Here's a look at some of the errors the compiler gave me:<br><br>== Compiling vmqt/CLAM/QtWaitMessageImpl.cxx<br>vmqt/CLAM/QtWaitMessageImpl.cxx:1:21: error: qlayout.h: No such file or directory<br>vmqt/CLAM/QtWaitMessageImpl.cxx:2:20: error: 
qlabel.h: No such file or directory<br>vmqt/CLAM/QtWaitMessageImpl.cxx:3:20: error: qtimer.h: No such file or directory<br>In file included from vmqt/CLAM/QtWaitMessageImpl.cxx:4:<br>vmqt/CLAM/WaitMsgIndicator.hxx:4:20: error: 
qframe.h: No such file or directory<br>In file included from vmqt/CLAM/QtWaitMessageImpl.cxx:5:<br>vmqt/CLAM/QtWaitMessageImpl.hxx:5:21: error: qdialog.h: No such file or directory<br>vmqt/CLAM/WaitMsgIndicator.hxx:11: error: expected class-name before '{' token
<br>vmqt/CLAM/WaitMsgIndicator.hxx:12: error: ISO C++ forbids declaration of 'Q_OBJECT' with no type<br>vmqt/CLAM/WaitMsgIndicator.hxx:13: error: expected ';' before 'public'<br>vmqt/CLAM/WaitMsgIndicator.hxx:17: error: expected `:' before 'slots'
<br>vmqt/CLAM/WaitMsgIndicator.hxx:18: error: expected primary-expression before 'void'<br>vmqt/CLAM/WaitMsgIndicator.hxx:18: error: ISO C++ forbids declaration of 'slots' with no type<br>vmqt/CLAM/WaitMsgIndicator.hxx:18: error: expected ';' before 'void'
<br>vmqt/CLAM/WaitMsgIndicator.hxx:21: error: 'QPaintEvent' has not been declared<br>vmqt/CLAM/QtWaitMessageImpl.hxx:16: error: expected class-name before '{' token<br><br>Best,<br>Greg<br>