linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Strange errors compiling old linphone


From: Erlan Bayaman
Subject: [Linphone-developers] Strange errors compiling old linphone
Date: Wed, 7 Nov 2012 20:46:03 +0600

I am trying to compile 1.3.2 release. 74de890a09c16d47da86e935c79aedeb63b3be12. I am using Eclipse 3.7.2. Android SDK tools v20. I think it's because of new Android SDK. I don't have these errors when building the last branch.
getting strange errors:

Description Resource Path Location Type
The type LinphoneCallImpl must implement the inherited abstract method LinphoneCall.getAudioStats() LinphoneCallImpl.java /linphone-android/src/org/linphone/core line 22 Java Problem
The type LinphoneCallImpl must implement the inherited abstract method LinphoneCall.getVideoStats() LinphoneCallImpl.java /linphone-android/src/org/linphone/core line 22 Java Problem
The type LinphoneCallImpl must implement the inherited abstract method LinphoneCall.setAudioStats(LinphoneCallStats) LinphoneCallImpl.java /linphone-android/src/org/linphone/core line 22 Java Problem
The type LinphoneCallImpl must implement the inherited abstract method LinphoneCall.setVideoStats(LinphoneCallStats) LinphoneCallImpl.java /linphone-android/src/org/linphone/core line 22 Java Problem
The type LinphoneCallImpl must implement the inherited abstract method LinphoneCall.takeSnapshot(String) LinphoneCallImpl.java /linphone-android/src/org/linphone/core line 22 Java Problem
The type LinphoneCallImpl must implement the inherited abstract method LinphoneCall.zoomVideo(float, float, float) LinphoneCallImpl.java /linphone-android/src/org/linphone/core line 22 Java Problem
The type LinphoneCallLogImpl must implement the inherited abstract method LinphoneCallLog.getCallDuration() LinphoneCallLogImpl.java /linphone-android/src/org/linphone/core line 22 Java Problem
The type LinphoneCallLogImpl must implement the inherited abstract method LinphoneCallLog.getCallId() LinphoneCallLogImpl.java /linphone-android/src/org/linphone/core line 22 Java Problem
The type LinphoneCallLogImpl must implement the inherited abstract method LinphoneCallLog.getStartDate() LinphoneCallLogImpl.java /linphone-android/src/org/linphone/core line 22 Java Problem
The type LinphoneCallParamsImpl must implement the inherited abstract method LinphoneCallParams.getUsedAudioCodec() LinphoneCallParamsImpl.java /linphone-android/src/org/linphone/core line 23 Java Problem
The type LinphoneCallParamsImpl must implement the inherited abstract method LinphoneCallParams.getUsedVideoCodec() LinphoneCallParamsImpl.java /linphone-android/src/org/linphone/core line 23 Java Problem
The type LinphoneChatRoomImpl must implement the inherited abstract method LinphoneChatRoom.createLinphoneChatMessage(String) LinphoneChatRoomImpl.java /linphone-android/src/org/linphone/core line 21 Java Problem
The type LinphoneChatRoomImpl must implement the inherited abstract method LinphoneChatRoom.sendMessage(LinphoneChatMessage, LinphoneChatMessage.StateListener) LinphoneChatRoomImpl.java /linphone-android/src/org/linphone/core line 21 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.findFriendByAddress(String) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.findPayloadType(String, int, int) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.getMissedCallsCount() LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.getVersion() LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.refreshRegisters() LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.removeCallLog(LinphoneCallLog) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.removeFriend(LinphoneFriend) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.resetMissedCallsCount() LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.setAudioPort(int) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.setAudioPortRange(int, int) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.setIncomingTimeout(int) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.setVideoPort(int) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.setVideoPortRange(int, int) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneCoreImpl must implement the inherited abstract method LinphoneCore.tunnelSetHttpProxy(String, int, String, String) LinphoneCoreImpl.java /linphone-android/src/org/linphone/core line 26 Java Problem
The type LinphoneFriendImpl must implement the inherited abstract method LinphoneFriend.getNativePtr() LinphoneFriendImpl.java /linphone-android/src/org/linphone/core line 21 Java Problem
The type LinphoneManager must implement the inherited abstract method LinphoneCoreListener.callStatsUpdated(LinphoneCore, LinphoneCall, LinphoneCallStats) LinphoneManager.java /linphone-android/src/org/linphone line 123 Java Problem
The type LinphoneManager must implement the inherited abstract method LinphoneCoreListener.dtmfReceived(LinphoneCore, LinphoneCall, int) LinphoneManager.java /linphone-android/src/org/linphone line 123 Java Problem
The type LinphoneManager must implement the inherited abstract method LinphoneCoreListener.messageReceived(LinphoneCore, LinphoneChatRoom, LinphoneChatMessage) LinphoneManager.java /linphone-android/src/org/linphone line 123 Java Problem
The type LinphoneManager must implement the inherited abstract method LinphoneCoreListener.notifyReceived(LinphoneCore, LinphoneCall, LinphoneAddress, byte[]) LinphoneManager.java /linphone-android/src/org/linphone line 123 Java Problem
The type LinphoneProxyConfigImpl must implement the inherited abstract method LinphoneProxyConfig.lookupCCCFromIso(String) LinphoneProxyConfigImpl.java /linphone-android/src/org/linphone/core line 27 Java Problem
The type LinphoneProxyConfigImpl must implement the inherited abstract method LinphoneProxyConfig.setContactParameters(String) LinphoneProxyConfigImpl.java /linphone-android/src/org/linphone/core line 27 Java Problem


reply via email to

[Prev in Thread] Current Thread [Next in Thread]