请教如何看安装程序的出错信息?

我下载了qterm-0.1.3-1-tar.gz安装包之后,
解压缩之后,在命令行下面进入src目录,
运行make之后,出现下面的信息:
g++ -c -pipe -Wall -W -O2 -DNO_DEBUG -I/usr/lib/qt3-gcc3.2/include -o obj/qter
m.o qterm.cpp
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
                 from global.h:15,
                 from qterm.cpp:11:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This
file includes at least one deprecated or antiquated header. Please consider us
ing one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examp
les include substituting the <X> header for the <X.h> header for C++ includes,
or <sstream> instead of the deprecated header <strstream.h>. To disable this
warning use -Wno-deprecated.
In file included from qterm.cpp:13:
qterm.h:49: field `addrParam' has incomplete type
In file included from qterm.cpp:14:
qtermwindow.h:107: syntax error before `*' token
qtermwindow.h:108: syntax error before `*' token
qtermwindow.h:126: field `addrParam' has incomplete type
qterm.cpp: In member function `void QTerm::newWindow()':
qterm.cpp:149: `addrParam' undeclared (first use this function)
qterm.cpp:149: (Each undeclared identifier is reported only once for each
   function it appears in.)
qterm.cpp: In member function `void QTerm::addressBook()':
qterm.cpp:234: invalid use of undefined type `struct QLineEdit'
quicklogin.h:19: forward declaration of `struct QLineEdit'
make: *** [obj/qterm.o] Error 1

我是刚接触linux的,看不明白上面的信息。
请教各位兄台,我现在该怎么办呢?