I tried compiling Apollo on vanilla Woody (3.0R0).
Compilation fails with:
./configure.sh: [: missing `]'
./configure.sh: [: missing `]'
Configuring Apollo:
Building for release
Checking whether STL can be used... STL support added
Checking for Qt... no, Apollo cannot compile without Qt
Please download Qt from http://www.trolltech.com before
running ./configure.sh again
Consult the file INSTALL for more information
Tech. info:
devlin@bohr:/usr/local/src/apollo-1.4.2-1$ export
QTDIR=/usr/include/qt
devlin@bohr:/usr/local/src/apollo-1.4.2-1$ locate
qapplication.h
/usr/include/qt/qapplication.h
bohr:~# dpkg -l libqt* | grep ii
ii libqt2 2.3.1-22 Qt GUI Library
(runtime version).
ii libqt2-mt 2.3.1-22 Qt GUI Library
(runtime threaded version).
ii libqt3 3.0.3-20020329 Qt GUI Library
(runtime version).
ii libqt3-dev 3.0.3-20020329 Qt GUI development files
ii libqt3-mt 3.0.3-20020329 Qt GUI Library
(Threaded runtime version).
devlin@bohr:/usr/local/src/apollo-1.4.2-1$ cat .log-qt
configure.sh:374: qapplication.h: No such file or directory
configure.sh:377: #error "Apollo requires Qt version
2.00 or higher"
configure.sh: In function `int main(int, char **)':
configure.sh:381: `QApplication' undeclared (first use
this function)
configure.sh:381: (Each undeclared identifier is
reported only once
configure.sh:381: for each function it appears in.)
configure.sh:381: parse error before `('
My mailaddress is teet@myrealbox.com
Logged In: NO
QTDIR=/usr/share/qt3
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
CPLUS_INCLUDE_PATH=$QTDIR/include:$CPLUS_INCLUDE_PATH
export QTDIR PATH MANPATH LD_LIBRARY_PATH CPLUS_INCLUDE_PATH