Dave, I finally found the executable for gmfsk in the src folder. But
the gui is not completely drawn and the different modes make changes to
the waterfall that just are not right. Bpsk has 3 lines in the waterfall
for example. My /usr/local/bin is empty. There is no hamlib, even
though I set it to 1 in the config.h. I finally sat here and scrolled
through the config.log and saw several references to errors and missing
switches, even though ./configure gave no error messages at the end.
I've compiled as user, root and just root for make install. I see the
same errors and warnings in make and make install. I saw all the same
errors and problems in Ubuntu 5.10. I took that out and installed Debian
testing, just in case.
I'm at a loss, probably something somewhere....but what and where
Ed W3NR
w1hkj wrote:
Ed,
It sounds like you may some permissions problems.
The ./configure
and make
can both be run as yourself and require no special permissions.
You must be root or have root priveleges to do the "make install". That
is because the target directors are in the
/usr/local/bin and other such directories that are owned by root.
So you must do a
su
(give the password)
then the make install
and then "exit" to return back to your own login
Does this help any?
Dave (hkj)
Dave, some luck and still some problems. I grabbed .7pre1 and found it
would not compile with the --enable-hamlib. Told me libgnomeui and
hamlib not found, altho both are present. It did compile without hamlib
support.
Encouraged I then recompiled the hkj without hamlib and as far as I can
see now it compiled correctly, but without rig support. Evidently it
seems as tho it might be a path problem, I'm not sure and don't have the
knowledge to correct it.
I'll use it as is for now, until I can get more input.
Ed W3NR
Thanks for your work on this project. It appreciated