Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* gmfsk MDV2009x86_64
@ 2009-04-25  0:25 richard
  2009-04-25  9:48 ` Bernard Pidoux
  2009-04-25 18:41 ` Tomi Manninen
  0 siblings, 2 replies; 4+ messages in thread
From: richard @ 2009-04-25  0:25 UTC (permalink / raw)
  To: linux-hams


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 ??
-- 
Best wishes

Richard Bown

#########################################################################
Registered Linux User 36561
OS: Mandriva 2009 powerpack on AMD Dual Athlon 64 +4400: 8 GB RAM DDR2
Ham Call: G8JVM , QRA IO82SP, Interests Microwave
#########################################################################

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gmfsk MDV2009x86_64
  2009-04-25  0:25 gmfsk MDV2009x86_64 richard
@ 2009-04-25  9:48 ` Bernard Pidoux
  2009-04-25 18:41 ` Tomi Manninen
  1 sibling, 0 replies; 4+ messages in thread
From: Bernard Pidoux @ 2009-04-25  9:48 UTC (permalink / raw)
  To: richard; +Cc: linux-hams

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gmfsk MDV2009x86_64
  2009-04-25  0:25 gmfsk MDV2009x86_64 richard
  2009-04-25  9:48 ` Bernard Pidoux
@ 2009-04-25 18:41 ` Tomi Manninen
  2009-04-25 22:20   ` Bernard Pidoux
  1 sibling, 1 reply; 4+ messages in thread
From: Tomi Manninen @ 2009-04-25 18:41 UTC (permalink / raw)
  To: richard; +Cc: linux-hams

richard wrote:
> 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 ??

Try this patch from Debian:

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=12;filename=gmfsk_gcc43.diff;att=1;bug=456105

and let me know...

-- 
Tomi Manninen / OH2BNS / KP20JE01FK
--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gmfsk MDV2009x86_64
  2009-04-25 18:41 ` Tomi Manninen
@ 2009-04-25 22:20   ` Bernard Pidoux
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Pidoux @ 2009-04-25 22:20 UTC (permalink / raw)
  To: Tomi Manninen; +Cc: linux-hams

Patch applied. Thanks Tomi.

For Mandriva Linux I had to delete "0.6+" in the lines ++ and -- 

Patch also successfully applied to source of W1HKJ variant gmfsk.hkj.53

However, both give a lot of warnings about inhability to write
configuration file despite I run gnome GUI and  /usr/lib64/pulse/gconf-helper
and /usr/lib64/gconfd-2 daemons are loaded.

73 de Bernard, f6bvp


Tomi Manninen a écrit :
> richard wrote:
>> 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 ??
> 
> Try this patch from Debian:
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=12;filename=gmfsk_gcc43.diff;att=1;bug=456105 
> 
> 
> and let me know...
> 

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-25 22:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-25  0:25 gmfsk MDV2009x86_64 richard
2009-04-25  9:48 ` Bernard Pidoux
2009-04-25 18:41 ` Tomi Manninen
2009-04-25 22:20   ` Bernard Pidoux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox