From 461e462c2c2a2d32f0021f974412e075e3886b82 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 6 Jul 2015 13:25:10 +0200 Subject: [PATCH] README.macos.md: use antlr3.4 instead of antlr3.2 since it generates undeterministic code --- README.macos.md | 3 +-- tester/liblinphone_tester.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.macos.md b/README.macos.md index 004e9f9a0..40160a654 100644 --- a/README.macos.md +++ b/README.macos.md @@ -39,9 +39,8 @@ Install `GTK`. It is recommended to use the `quartz` backend for better integrat ##### Linphone library (liblinphone) - brew tap Gui13/linphone brew install intltool libtool wget pkg-config automake libantlr3.4c \ - antlr3.2 gettext speex ffmpeg readline libvpx opus + antlr gettext speex ffmpeg readline libvpx opus ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize brew link --force gettext #readline is required from linphonec.c otherwise compilation will fail diff --git a/tester/liblinphone_tester.c b/tester/liblinphone_tester.c index 2ed59f314..81393651d 100644 --- a/tester/liblinphone_tester.c +++ b/tester/liblinphone_tester.c @@ -169,7 +169,7 @@ void liblinphone_tester_uninit(void) { } -#if !defined(ANDROID) && !defined(TARGET_OS_IPHONE) && !(defined(LINPHONE_WINDOWS_PHONE) || defined(LINPHONE_WINDOWS_UNIVERSAL)) +#if !defined(ANDROID) && !__ios && !(defined(LINPHONE_WINDOWS_PHONE) || defined(LINPHONE_WINDOWS_UNIVERSAL)) static const char* liblinphone_helper = "\t\t\t--verbose\n"