tags 456105 + patch thanks Hi!
Please find attached a patch to fix this bug, so that it builds with GCC 4.3. HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
diff -Nru --exclude changelog /tmp/YMsfJ7kTPO/gmfsk-0.6+0.7pre1/src/olivia/mfsk.h /tmp/J6003wm8NM/gmfsk-0.6+0.7pre1/src/olivia/mfsk.h
--- gmfsk-0.6+0.7pre1/src/olivia/mfsk.h 2005-01-21 02:08:06.000000000 +0530
+++ gmfsk-0.6+0.7pre1/src/olivia/mfsk.h 2008-03-23 14:22:44.000000000 +0530
@@ -1960,7 +1960,7 @@
Type *ModulatorOutput;
- RateConverter<Type> RateConverter; // output rate converter
+ ::RateConverter<Type> RateConverter; // output rate converter
Type *ConverterOutput;
@@ -2209,7 +2209,7 @@
private:
- RateConverter<Type> RateConverter;
+ ::RateConverter<Type> RateConverter;
Seq<Type> InputBuffer;
signature.asc
Description: Digital signature

