Hi Folks,
Just starting to get into the Linux world and found the TLF program on
the WEB. Since I am a life TR user, I thought this would be cool to
look at. Between my lack of Linux skills and lack of time, this
has been a slow process....
I am running SuSE 10 with all of the patches. I am also typicaly using
GNOME graphical interface (I think). I will try to show the list of
steps and at least the one error that get.:
Downloaded Hamlib -1.2.4
Extracted files and copied to /usr/hamliob-1.2.4
./configure
make
make install
Downloaded TLF-0.9.25
extracted files in /home/wliporace
./configure
make
At this point I get the following information:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2
-Wall -MT addarea.o -MD -MP -MF ".deps/addarea.Tpo" -c -o addarea.o
addarea.c; \
then mv -f ".deps/addarea.Tpo" ".deps/addarea.Po"; else rm -f ".deps/addarea.Tpo"; exit 1; fi
In file included from globalvars.h:1,
from addarea.c:25:
tlf.h:23:20: error: curses.h: No such file or directory
make[2]: *** [addarea.o] Error 1
make[2]: Leaving directory `/home/wliporace/tlf-0.9.25/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wliporace/tlf-0.9.25'
make: *** [all] Error 2
Any ideas or suggestions? Thank you for the help getting started :-)