* gcc-3.2.2 / libc-2.3.1 / gnome 2
@ 2003-04-10 22:27 Aleksandar Ilic
2003-04-10 23:48 ` John A. Magliacane
2003-04-11 12:04 ` Tomi Manninen OH2BNS
0 siblings, 2 replies; 5+ messages in thread
From: Aleksandar Ilic @ 2003-04-10 22:27 UTC (permalink / raw)
To: linux-hams
Hello, list !
Recently I upgraded my Slackware 8.1 (gcc-2.95.3 / libc-2.2.5) to Slackware 9
with gcc and libc as in subject.
I've found several programs refusing to compile, including gMFSK-0.4.1,
Qsstv-5.2d and LinKT-0.8rc2.
There was a variety of reasons. gMFSK needs gnome-config, which no more
exists. Qsstv and LinKT reporting some violations with C++ class rules
Did anybody solved similar problems ? Any advice is appreciated.
Kindly,
Alek
--
73 de YU1IS
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gcc-3.2.2 / libc-2.3.1 / gnome 2
2003-04-10 22:27 gcc-3.2.2 / libc-2.3.1 / gnome 2 Aleksandar Ilic
@ 2003-04-10 23:48 ` John A. Magliacane
2003-04-11 2:31 ` Aleksandar Ilic
2003-04-11 12:04 ` Tomi Manninen OH2BNS
1 sibling, 1 reply; 5+ messages in thread
From: John A. Magliacane @ 2003-04-10 23:48 UTC (permalink / raw)
To: Aleksandar Ilic, linux-hams
Hello Alek.
> Hello, list !
> Recently I upgraded my Slackware 8.1 (gcc-2.95.3 / libc-2.2.5) to Slackware 9
>
> with gcc and libc as in subject.
>
> I've found several programs refusing to compile, including gMFSK-0.4.1,
> Qsstv-5.2d and LinKT-0.8rc2.
>
> There was a variety of reasons. gMFSK needs gnome-config, which no more
> exists. Qsstv and LinKT reporting some violations with C++ class rules
I usually run into ./configure problems with QSSTV relating to the
qt libraries I have available on my machine (Slackware). ./configure
complains that the versions I have are too old. (They're not!) If I
manage to get past the configure issues (by manually bypassing the
"problem" steps in the configure script), compilation then fails
during the linking stage.
I found a compilation issue with qsstv-5.1a using gcc 3.2.2 and notified
the author, not realizing a later version was available. I haven't yet
successfully compiled 5.2d. Now I need to recompile qt from source to
generate the needed threaded (or qt-mt) libraries that weren't generated
the first time I compiled it. :-(
*Sigh*
It was easier for me to write my own "quick and dirty" SSTV generation
program than to get QSSTV to compile. So far, I can only generate 120
line 8 second black and white video (plus 8 lines of grey scale), but
that's all I need it to do at this point.
73, de John, KD2BD
=====
-=-=-=-=-=-=-=-=- John A. Magliacane, KD2BD -=-=-=-=-=-=-=-=-=-=-=-=-=-
Internet : kd2bd@amsat.org | Video : 426.250 MHz/439.250 MHz
Satellite : UoSAT-OSCAR-22 | Morse : -.- -.. ..--- -... -..
Voice : +1.732.224.2948 | WWW : http://www.qsl.net/kd2bd/
-=-=-=-=-=-=-=-= Linux Doesn't Cost. It Pays. =-=-=-=-=-=-=-=-=-=-=-=-
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gcc-3.2.2 / libc-2.3.1 / gnome 2
2003-04-10 23:48 ` John A. Magliacane
@ 2003-04-11 2:31 ` Aleksandar Ilic
0 siblings, 0 replies; 5+ messages in thread
From: Aleksandar Ilic @ 2003-04-11 2:31 UTC (permalink / raw)
To: linux-hams
On Friday 11 April 2003 01:48, John A. Magliacane wrote:
> I usually run into ./configure problems with QSSTV relating to the
> qt libraries I have available on my machine (Slackware). ./configure
> complains that the versions I have are too old. (They're not!)
Yes, there was real nightmare to compile 5.1 with qt-3, but as I remember, I
somehow manage to do it. But 5.2 on Slack 8.1 (and 8.0) worked with a simple
./configure; make; make install.
Obviously, Linux (again) stepped forward, and developers are late (again).
Last time, when the "next step" was qt-3, it takes to me 2-3 months to have my
software up-and-running again.
Alek.
--
73 de YU1IS
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gcc-3.2.2 / libc-2.3.1 / gnome 2
2003-04-10 22:27 gcc-3.2.2 / libc-2.3.1 / gnome 2 Aleksandar Ilic
2003-04-10 23:48 ` John A. Magliacane
@ 2003-04-11 12:04 ` Tomi Manninen OH2BNS
2003-04-11 21:22 ` Aleksandar Ilic
1 sibling, 1 reply; 5+ messages in thread
From: Tomi Manninen OH2BNS @ 2003-04-11 12:04 UTC (permalink / raw)
To: Aleksandar Ilic; +Cc: linux-hams
On Fri, 11 Apr 2003, Aleksandar Ilic wrote:
> There was a variety of reasons. gMFSK needs gnome-config, which no more
> exists.
Actually gMFSK (0.4.1) needs GTK+ 1.2.x and Gnome 1.x. It won't work with
Gnome2/GTK2. In practice of course lack of gnome-config might be the first
thing you notice if you try to compile it without having GTK1/Gnome1 devel
stuff installed.
Anyway, I will be releasing gMFSK 0.5 soon. It's written for GTK2/Gnome2
so should work for you. Now I just need to stop adding new modes and
features to it and make a release...
--
Tomi Manninen Internet: oh2bns@sral.fi
OH2BNS AX.25: oh2bns@oh2rbi.fin.eu
KP20ME04 Amprnet: oh2bns@oh2rbi.ampr.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: gcc-3.2.2 / libc-2.3.1 / gnome 2
2003-04-11 12:04 ` Tomi Manninen OH2BNS
@ 2003-04-11 21:22 ` Aleksandar Ilic
0 siblings, 0 replies; 5+ messages in thread
From: Aleksandar Ilic @ 2003-04-11 21:22 UTC (permalink / raw)
To: linux-hams
On Friday 11 April 2003 14:04, Tomi Manninen OH2BNS wrote:
> In practice of course lack of gnome-config might be the first
> thing you notice if you try to compile it without having GTK1/Gnome1 devel
> stuff installed.
Yes indeed. There was a bunch of missing libs, as I wrote today.
> Anyway, I will be releasing gMFSK 0.5 soon. It's written for GTK2/Gnome2
> so should work for you. Now I just need to stop adding new modes and
> features to it and make a release...
That's a good thing to hear ! Next we just have to alarm HB9JNX/AE4WA and
ON1MH that theire software becomes rusty :)
Regards,
Alek
--
73 de YU1IS
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-04-11 21:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-10 22:27 gcc-3.2.2 / libc-2.3.1 / gnome 2 Aleksandar Ilic
2003-04-10 23:48 ` John A. Magliacane
2003-04-11 2:31 ` Aleksandar Ilic
2003-04-11 12:04 ` Tomi Manninen OH2BNS
2003-04-11 21:22 ` Aleksandar Ilic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox