¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Moderated NEW PROGRAM ANNOUNCEMENT - FLDIGI 0.92 beta


"Leigh L Klotz, Jr."
 

I used fltk 1.1.7 and fltk-devel rpms from rpm repository for fedora.

I get link errors with fldig with Fl::lock(), Fl::unlock(), and Fl::awake().

I will try compiling fltk from source.

Leigh/WA5ZNU

On Wed, 6 Sep 2006 8:51 am, David Freese wrote:
I have just posted a new digital modem program for Linux. You will
need to read the on-line help files before running off and compiling
this new program for installation on your system. Fldigi is written
entirely in C++ and uses the Fast Light Tool Kit (Fltk) gui libraries
for the user front-end. It provides rig support via hamlib or the
W1HKJ CAT programs.

Please provide feedback on the compilation, installation and use.
Fldigi has some unique features that are not found in any other
digital modem program for Linux.

73s, Dave, W1HKJ







Yahoo! Groups Links



w1hkj
 

¿ªÔÆÌåÓý

Fltk must be compiled for threads

Use:

./configure --enable-threads

make

sudo make install


or

su
make install
exit


Dave


"Leigh L. Klotz, Jr."
 

Thank you; I figured it out too.

I used rpmbuild, but the fltk.spec file in the tarfile download from fltk.org does not have --enable-threads in the default config, so it's always going to be required to hand-configure fltk (or repackage).

Leigh/WA5ZNU

w1hkj wrote:
Fltk *must *be compiled for threads
Use:
./configure --enable-threads
...


"David Freese"
 

The Fltk 2.x configure file does enable threads by default. It would
be nice if the 1.7 distro did the same. Fldigi may one of the first
large programs placed in the GPL public domain that uses threads under
Fltk.

Dave


"Leigh L. Klotz, Jr."
 

OK, I got it to compile and run.
Hamlib works and can read my rig.
But I get nothing from the RX side.
My sound device is /dev/dsp1.
It seems to open it because gmfsk complains that it /dev/dsp1 is open.
But the waterfall shows nothing.

Any suggestions?
Leigh/WA5ZNU


"Leigh L. Klotz, Jr."
 

OK, Success! On a quiet band the display showed nothing until I adjusted the signal range control.
Leigh/WA5ZNU