linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Encoding problem when making android sdk


From: Ben Sartor
Subject: [Linphone-developers] Encoding problem when making android sdk
Date: Tue, 30 Jan 2018 18:13:27 +0100
User-agent: KMail/5.2.3 (Linux/4.9.0-5-amd64; KDE/5.28.0; x86_64; ; )

Hello linphone developers,

when running "make liblinphone-android-sdk" I run into an encoding problem:

> Task :releaseJavadoc
/home/ben/dev/android/linphone/linphone-android-3.3.2/submodules/linphone/
java/common/org/linphone/core/LinphoneCore.java:1506: error: unmappable 
character for encoding ASCII
         * @return A??positive value if a conference is running, 0 if not.
                    ^
/home/ben/dev/android/linphone/linphone-android-3.3.2/submodules/linphone/
java/common/org/linphone/core/LinphoneCore.java:1506: error: unmappable 
character for encoding ASCII
         * @return A??positive value if a conference is running, 0 if not.
                     ^
/home/ben/dev/android/linphone/linphone-android-3.3.2/submodules/linphone/
java/common/org/linphone/core/LinphonePlayer.java:7: error: unmappable 
character for encoding ASCII
 * @author Fran??ois Grisez
               ^
/home/ben/dev/android/linphone/linphone-android-3.3.2/submodules/linphone/
java/common/org/linphone/core/LinphonePlayer.java:7: error: unmappable 
character for encoding ASCII
 * @author Fran??ois Grisez
                ^
/home/ben/dev/android/linphone/linphone-android-3.3.2/submodules/linphone/
java/common/org/linphone/core/LinphonePlayer.java:13: error: unmappable 
character for encoding ASCII
         * @author Fran??ois Grisez
                       ^
/home/ben/dev/android/linphone/linphone-android-3.3.2/submodules/linphone/
java/common/org/linphone/core/LinphonePlayer.java:13: error: unmappable 
character for encoding ASCII
         * @author Fran??ois Grisez
                        ^
/home/ben/dev/android/linphone/linphone-android-3.3.2/submodules/linphone/
java/impl/org/linphone/core/LinphonePlayerImpl.java:7: error: unmappable 
character for encoding ASCII
 * @author Fran??ois Grisez
               ^
/home/ben/dev/android/linphone/linphone-android-3.3.2/submodules/linphone/
java/impl/org/linphone/core/LinphonePlayerImpl.java:7: error: unmappable 
character for encoding ASCII
 * @author Fran??ois Grisez
                ^
8 errors


FAILURE: Build failed with an exception.


However the attached patch fixes the build at my machine. Would you mind 
merging it?

By the way I have signed your contributors agreement years ago :)

Kind regards,
 Ben


-- 
https://www.simlar.org
free and secure calls

github: https://github.com/simlar/

Attachment: 0001-set-encoding-for-javaDoc-to-UTF-8.patch
Description: Text Data


reply via email to

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