Hello<br><br>I am having difficulty compiling fscomm.  Can someone please help me out?  How can I resolve these compilation errors?<br> <br><br>Makefile:682: warning: ignoring old commands for target `debugtools/moc_statedebugdialog.cpp&#39;<br>
g++ -c -pipe -Wall -W -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic  -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/lib64/qt-3.3/mkspecs/default -I. -I../src/include -I../libs/apr/include -I../libs/libteletone/src -I/usr/lib64/qt-3.3/include -o main.o main.cpp<br>
main.cpp:30:30: error: QtGui/QApplication: No such file or directory<br>main.cpp:31:25: error: QSplashScreen: No such file or directory<br>In file included from main.cpp:32:<br>mainwindow.h:34:23: error: QMainWindow: No such file or directory<br>
mainwindow.h:35:28: error: QTableWidgetItem: No such file or directory<br>mainwindow.h:36:25: error: QSignalMapper: No such file or directory<br>mainwindow.h:37:27: error: QSystemTrayIcon: No such file or directory<br>In file included from mainwindow.h:39,<br>
                 from main.cpp:32:<br>./fshost.h:32:19: error: QThread: No such file or directory<br>./fshost.h:33:18: error: QColor: No such file or directory<br>./fshost.h:34:17: error: QHash: No such file or directory<br>
./fshost.h:35:26: error: QSharedPointer: No such file or directory<br>In file included from ./fshost.h:37,<br>                 from mainwindow.h:39,<br>                 from main.cpp:32:<br>./call.h:32:18: error: QtCore: No such file or directory<br>
./call.h:33:19: error: QString: No such file or directory<br>In file included from ./fscomm.h:5,<br>                 from ./fshost.h:40,<br>                 from mainwindow.h:39,<br>                 from main.cpp:32:<br>./isettings.h:4:19: error: QObject: No such file or directory<br>
./isettings.h:5:17: error: QtXml: No such file or directory<br>In file included from mainwindow.h:42,<br>                 from main.cpp:32:<br>preferences/prefdialog.h:4:19: error: QDialog: No such file or directory<br>preferences/prefdialog.h:5:24: error: QDomDocument: No such file or directory<br>
In file included from mainwindow.h:43,<br>                 from main.cpp:32:<br>debugtools/consolewindow.h:4:17: error: QtGui: No such file or directory<br>In file included from debugtools/consolewindow.h:6,<br>                 from mainwindow.h:43,<br>
                 from main.cpp:32:<br>debugtools/sortfilterproxymodel.h:41:33: error: QSortFilterProxyModel: No such file or directory<br>debugtools/sortfilterproxymodel.h:42:31: error: QAbstractTableModel: No such file or directory<br>
debugtools/sortfilterproxymodel.h:43:19: error: QVector: No such file or directory<br>debugtools/sortfilterproxymodel.h:44:17: error: QList: No such file or directory<br>../src/include/switch_utils.h:379: warning: unused parameter ‘number’<br>
./channel.h:10: error: expected `)&#39; before ‘uuid’<br>./channel.h:11: error: ‘QString’ does not name a type<br>./channel.h:12: error: ‘QString’ has not been declared<br>./channel.h:13: error: ‘QString’ does not name a type<br>
./channel.h:14: error: ‘QString’ has not been declared<br>./channel.h:15: error: ‘QString’ does not name a type<br>./channel.h:16: error: ‘QString’ has not been declared<br>./channel.h:17: error: ‘QString’ does not name a type<br>
./channel.h:22: error: ‘qulonglong’ has not been declared<br>./channel.h:23: error: ‘qulonglong’ does not name a type<br>./channel.h:24: error: ‘qulonglong’ has not been declared<br>./channel.h:25: error: ‘qulonglong’ does not name a type<br>
./channel.h:26: error: ‘qulonglong’ has not been declared<br>./channel.h:27: error: ‘qulonglong’ does not name a type<br>./channel.h:30: error: ‘QString’ does not name a type<br>./channel.h:31: error: ‘QString’ does not name a type<br>
./channel.h:32: error: ‘QString’ does not name a type<br>./channel.h:33: error: ‘QString’ does not name a type<br>./channel.h:35: error: ‘qulonglong’ does not name a type<br>./channel.h:36: error: ‘qulonglong’ does not name a type<br>
./channel.h:37: error: ‘qulonglong’ does not name a type<br>./channel.h: In member function ‘void Channel::setCidName(int)’:<br>./channel.h:12: error: ‘_cidName’ was not declared in this scope<br>./channel.h: In member function ‘void Channel::setCidNumber(int)’:<br>
./channel.h:14: error: ‘_cidNumber’ was not declared in this scope<br>./channel.h: In member function ‘void Channel::setDestinatinonNumber(int)’:<br>./channel.h:16: error: ‘_destinationNumber’ was not declared in this scope<br>
./channel.h: In member function ‘void Channel::setProgressEpoch(int)’:<br>./channel.h:22: error: ‘_progressEpoch’ was not declared in this scope<br>./channel.h: In member function ‘void Channel::setProgressMediaEpoch(int)’:<br>
./channel.h:24: error: ‘_progressMediaEpoch’ was not declared in this scope<br>./channel.h: In member function ‘void Channel::setCreatedEpoch(int)’:<br>./channel.h:26: error: ‘_createdEpoch’ was not declared in this scope<br>
./call.h: At global scope:<br>./call.h:37: error: expected constructor, destructor, or type conversion before ‘typedef’<br>./call.h:43: error: expected constructor, destructor, or type conversion before ‘;’ token<br>./call.h:54: error: ‘QString’ does not name a type<br>
./call.h:55: error: ‘QString’ does not name a type<br>./call.h:56: error: ‘QString’ does not name a type<br>./call.h:58: error: ‘QSharedPointer’ has not been declared<br>./call.h:58: error: expected ‘,’ or ‘...’ before ‘&lt;’ token<br>
./call.h:59: error: ISO C++ forbids declaration of ‘QSharedPointer’ with no type<br>./call.h:59: error: expected ‘;’ before ‘&lt;’ token<br>./call.h:60: error: expected `;&#39; before ‘void’<br>./call.h:60: error: ‘QSharedPointer’ has not been declared<br>
./call.h:60: error: expected ‘,’ or ‘...’ before ‘&lt;’ token<br>./call.h:61: error: ISO C++ forbids declaration of ‘QSharedPointer’ with no type<br>./call.h:61: error: expected ‘;’ before ‘&lt;’ token<br>./call.h:63: error: expected `;&#39; before ‘QString’<br>
./call.h:63: error: ‘QString’ does not name a type<br>./call.h:64: error: ‘QString’ does not name a type<br>./call.h:68: error: ‘fscomm_call_state_t’ does not name a type<br>./call.h:69: error: ‘fscomm_call_state_t’ has not been declared<br>
./call.h:70: error: ‘QString’ has not been declared<br>./call.h:71: error: ‘QString’ does not name a type<br>./call.h:76: error: ‘QString’ has not been declared<br>./call.h:77: error: ‘qulonglong’ has not been declared<br>
./call.h:78: error: ‘QTime’ does not name a type<br>./call.h:83: error: ISO C++ forbids declaration of ‘QSharedPointer’ with no type<br>./call.h:83: error: expected ‘;’ before ‘&lt;’ token<br>./call.h:84: error: ISO C++ forbids declaration of ‘QSharedPointer’ with no type<br>
./call.h:84: error: expected ‘;’ before ‘&lt;’ token<br>./call.h:86: error: ‘QString’ does not name a type<br>./call.h:90: error: ‘QString’ does not name a type<br>./call.h:91: error: ‘fscomm_call_state_t’ does not name a type<br>
./call.h:92: error: ‘qulonglong’ does not name a type<br>./call.h: In member function ‘void Call::setChannel(int)’:<br>./call.h:58: error: ‘_channel’ was not declared in this scope<br>./call.h:58: error: ‘channel’ was not declared in this scope<br>
./call.h: In member function ‘void Call::setOtherLegChannel(int)’:<br>./call.h:60: error: ‘_otherLegChannel’ was not declared in this scope<br>./call.h:60: error: ‘channel’ was not declared in this scope<br>./call.h: In member function ‘int Call::getCallID()’:<br>
./call.h:66: error: ‘_channel’ was not declared in this scope<br>./call.h: In member function ‘void Call::setState(int)’:<br>./call.h:69: error: ‘_state’ was not declared in this scope<br>./call.h: In member function ‘void Call::setCause(int)’:<br>
./call.h:70: error: ‘_cause’ was not declared in this scope<br>./call.h:70: error: ‘qDebug’ was not declared in this scope<br>./call.h: In member function ‘void Call::setAnsweredEpoch(int)’:<br>./call.h:77: error: ‘_answeredEpoch’ was not declared in this scope<br>
./account.h: At global scope:<br>./account.h:7: error: expected constructor, destructor, or type conversion before ‘class’<br>make: *** [main.o] Error 1<br><br>