Hi Gabriel,

Thanks for your email.

This was signaled with the previous version which was depending on hamlib and needed the type freq_t.

In the latest version, this problem was suppressed:

commit  2c0d99bf968ee8a4bc6897fdea26cd3195a6d7d2
* Now it compiles without Hamlib.

--- a/src/wefax/wefax.cxx

+++ b/src/wefax/wefax.cxx

@@ -529,8 +529,7 @@ void fax_implementation::save_automatic(const char * extra_msg)

Here is the diff:

        char buf_fil_nam[256] ;
-       freq_t tmpFreq = xcvr->getFreq() ;
-       long long tmpFL = (long long)tmpFreq ;
+       long long tmpFL = wf->rfcarrier() ;
        snprintf( buf_fil_nam, sizeof(buf_fil_nam),
                "wefax_%04d%02d%02d_%02d%02d%02d_%lldHz_%s.png",

As you can see, the type freq_t does not appear anymore.

I would tend to think that this is not the latest version ?

Sorry for this loss of time anyway.

Cheers

Remi


gabriel illouz wrote:
hello,

first a big congrat for this very good piece of software ...
( I was using hamfax before, good but no more active development, and a few shifts ... )
no pb to start automatically, in barcelone, from a boat with ft747gX
but a pb to stop

ok the compiling Pb :
No problem compiling version bA, I just have a problem to compile version b4 :
ok I am writing, from another computer so I can copy-paste :
but if I am th only one who get this problem, I can do some advance testing copy/ pasting on demand ...

function void fax_implementaion::save_automatic(const char*)
freq_t ...  not declared in this scope

Thanks again,

Gabriel
P.S. : I have another pb relating to rtty reception, but I would make it in another thread...



------------------------------------------------------------------------

_______________________________________________
fldigi-alpha mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/fldigi-alpha

_______________________________________________
fldigi-alpha mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/fldigi-alpha

Reply via email to