---------- > From: Tomi Manninen <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: QSSTV > Date: Sunday, February 13, 2000 12:19 PM > > 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] --- Hi to everybody, I made something similar like Tomi for the qt-1.44 the Redhat 6.1 has two QT installed has the qt-1.44 and the qt-2.0.1, this last one is the default. I edited the Makefile for this and the compilation was successfull I have to package in RPM for RedHat 6.1 it has Icon on the Desktop of the KDE or Aferstep and fvwm2, also i made a little change on the configfile.h I "GUESS" on the patch for some directories that I made at /usr/local/qsstv inside /audio /rx_img /tx_img and qsstv.conf the binary was intalled at /usr/sbin. If someone want it go at http://www.hi8gn.dynip.com/ I am not the creator of the program I have been compiled this version just for my own use, any claim to my person, this will be not accepted, this package is as is, without guarantee. --- 73's Jose (hi8gn) [EMAIL PROTECTED] http://www.hi8gn.dynip.com/
