All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernard Pidoux <bernard.pidoux@upmc.fr>
To: richard <richard.bown@blueyonder.co.uk>
Cc: linux-hams@vger.kernel.org
Subject: Re: gmfsk MDV2009x86_64
Date: Sat, 25 Apr 2009 11:48:22 +0200	[thread overview]
Message-ID: <49F2DC66.5080600@upmc.fr> (raw)
In-Reply-To: <20090425012506.71666255@richard-g8jvm>

Hi Richard,

Using gcc version 4.3.2 (GCC) I had exactly the same errors with gmfsk-0.7pre1.

I am not at all familiar with C++
However I turned around the errors by changing the name of RateConverter in
class MFSK_Transmitter
Starting at line 1963 of src/olivia/mfsk.h I changed RateConverter into Rateconverter to avoid the re declaration conflict.

Line 1963 is now :
   RateConverter<Type> Rateconverter; // output rate converter
and further lines in error :
 
Line 1985 
          Rateconverter.Free();
etc..

I then compiled and installed gMFSK 0.7-pre1.
It seems to work. But I did no run it online. Olivia mode should be tested to see if the patch
did not break anything.

73 de Bernard, f6bvp  


richard a écrit :
> Hi
> 
> All variants of gmfsk 6,7 & hjk
> all fail on building the olivia module in src/olivia
> 
> mfsk.h:1989: error: declaration of �RateConverter<Type> MFSK_Transmitter<Type>::RateConverter�
> mfsk.h:1799: error: changes meaning of �RateConverter� from �class RateConverter<Type>�
> mfsk.h:2248: error: declaration of �RateConverter<Type> MFSK_Receiver<Type>::RateConverter�
> mfsk.h:1799: error: changes meaning of �RateConverter� from �class RateConverter<Type>�
> 
> I've tried gcc3.3-c++ and gcc4.4-c++
> I've also looked at the include line in the Makefile and installed all
> the libs mentioned.
> Ideas ??

--
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-04-25  9:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-25  0:25 gmfsk MDV2009x86_64 richard
2009-04-25  9:48 ` Bernard Pidoux [this message]
2009-04-25 18:41 ` Tomi Manninen
2009-04-25 22:20   ` Bernard Pidoux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49F2DC66.5080600@upmc.fr \
    --to=bernard.pidoux@upmc.fr \
    --cc=linux-hams@vger.kernel.org \
    --cc=richard.bown@blueyonder.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.