On Sun, 13 Feb 2000, Richard Ferryman wrote:
> I also tried and failed under 6.1. Has anyone got QSSTV to work on this RH
> release?
I just compiled qsstv_2_0_e under RH6.0 and it seems to work fine. Here is
what I had to do:
1) I needed to upgrade my Qt libs because in RH6.0 they don't include
libqimgio. There is are new RPMs in RedHat updates directory on their
FTP site. Anyway I believe this is unnecessary in RH6.1 as it seems to
use the upgraded RPM already (qt1x-1.44-4 and qt1x-devel-1.44-4).
2) The Makefile uses QTDIR environment variable to find includes and the
meta object compiler "moc". So I had to type:
export QTDIR=/usr/lib/qt-1.44
to have the variable point to the correct directory.
3) Then I needed to edit Makefile and replace the line:
MOC = moc
with:
MOC = $(QTDIR)/bin/moc
It's on line 18 of the Makefile.
4) Then I ran "make" and it produced a working executable without a single
error message!
Hope this helps.
--
Tomi Manninen Internet: [EMAIL PROTECTED]
OH2BNS AX.25: [EMAIL PROTECTED]
KP20ME04 Amprnet: [EMAIL PROTECTED]