On Tue, Apr 17, 2007 at 04:28:35PM +0200, Bernard Pidoux wrote:
> Is aprsd-2.2.5-15.tar.gz the last available source for aprsd ?
> 
> I did ./configure without problem but got g++ warning and the following
> error :
> 
> deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.

That's a separate warning.

> aprsString.h:199: error: extra qualification ?aprsd::aprsString::? on
> member ?getMsgText?

That's probably caused by

   void aprsString::getMsgText(string& msg);

in aprsString.h within the class definition. Remove the 'aprsString::'
prefix from that line and it should work. There are probably others
around the source tree too.



Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to